summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-03-21 16:27:55 +0000
committerMatt Caswell <matt@openssl.org>2018-03-21 19:58:54 +0000
commitab0a3914a64d8f1fce22795c02269e1288df52b1 (patch)
tree0d40043414cc62564b366b5526e159d84e51b73a /doc/man1
parent63ff89ab71d38f03bb56603e4048a1dc143942b2 (diff)
The default conv_form is uncompressed
Fixes #5711 Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5712)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/ecparam.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man1/ecparam.pod b/doc/man1/ecparam.pod
index dc07caf4ff..6788c9f092 100644
--- a/doc/man1/ecparam.pod
+++ b/doc/man1/ecparam.pod
@@ -92,8 +92,8 @@ currently implemented EC parameters names and exit.
=item B<-conv_form>
This specifies how the points on the elliptic curve are converted
-into octet strings. Possible values are: B<compressed> (the default
-value), B<uncompressed> and B<hybrid>. For more information regarding
+into octet strings. Possible values are: B<compressed>, B<uncompressed> (the
+default value) and B<hybrid>. For more information regarding
the point conversion forms please read the X9.62 standard.
B<Note> Due to patent issues the B<compressed> option is disabled
by default for binary curves and can be enabled by defining