The default conv_form is uncompressed
authorMatt Caswell <matt@openssl.org>
Wed, 21 Mar 2018 16:27:55 +0000 (16:27 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 21 Mar 2018 20:01:48 +0000 (20:01 +0000)
Fixes #5711

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5712)

(cherry picked from commit ab0a3914a64d8f1fce22795c02269e1288df52b1)

doc/apps/ecparam.pod

index ba2f3b9ae274f50be7f864a3db21970defb1950c..9482095266dcb108b5a0db52c428bce5b06856fa 100644 (file)
@@ -86,8 +86,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