From: GregoryTrzonkowski Date: Wed, 27 Jul 2022 09:43:25 +0000 (+0200) Subject: Correction: uncompressed is the default value X-Git-Tag: openssl-3.2.0-alpha1~2318 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df274c334c523f7375d5aa60ff4b9a846c3e2a6c;p=thirdparty%2Fopenssl.git Correction: uncompressed is the default value CLA: trivial The description was incorrect. The uncompressed is the default value. Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/18889) --- diff --git a/doc/man1/openssl-ec.pod.in b/doc/man1/openssl-ec.pod.in index 86967012578..f6f1e3882ed 100644 --- a/doc/man1/openssl-ec.pod.in +++ b/doc/man1/openssl-ec.pod.in @@ -118,8 +118,8 @@ a public key. =item B<-conv_form> I This specifies how the points on the elliptic curve are converted -into octet strings. Possible values are: B (the default -value), B and B. For more information regarding +into octet strings. Possible values are: B, B (the +default value) and B. For more information regarding the point conversion forms please read the X9.62 standard. B Due to patent issues the B option is disabled by default for binary curves and can be enabled by defining