Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 813bcdf

Browse files
committed
The default conv_form is uncompressed
Fixes openssl#5711 Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from openssl#5712) (cherry picked from commit ab0a391)
1 parent 7150a47 commit 813bcdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/apps/ecparam.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ currently implemented EC parameters names and exit.
9191
=item B<-conv_form>
9292

9393
This specifies how the points on the elliptic curve are converted
94-
into octet strings. Possible values are: B<compressed> (the default
95-
value), B<uncompressed> and B<hybrid>. For more information regarding
94+
into octet strings. Possible values are: B<compressed>, B<uncompressed> (the
95+
default value) and B<hybrid>. For more information regarding
9696
the point conversion forms please read the X9.62 standard.
9797
B<Note> Due to patent issues the B<compressed> option is disabled
9898
by default for binary curves and can be enabled by defining

0 commit comments

Comments
 (0)