summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-ec.pod.in
diff options
context:
space:
mode:
authorGregoryTrzonkowski <gregory.trzonkowski@gmail.com>2022-07-27 11:43:25 +0200
committerPauli <pauli@openssl.org>2022-07-29 11:06:04 +1000
commitdf274c334c523f7375d5aa60ff4b9a846c3e2a6c (patch)
tree7c9a7fad8589405d67602598bf550313bef86c9d /doc/man1/openssl-ec.pod.in
parent186be8ed26f5561faf91d6da3ed14cd9cb6617dd (diff)
Correction: uncompressed is the default value
CLA: trivial The description was incorrect. The uncompressed is the default value. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18889)
Diffstat (limited to 'doc/man1/openssl-ec.pod.in')
-rw-r--r--doc/man1/openssl-ec.pod.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man1/openssl-ec.pod.in b/doc/man1/openssl-ec.pod.in
index 8696701257..f6f1e3882e 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<arg>
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