mirror of https://github.com/openssl/openssl.git
The default conv_form is uncompressed
Fixes #5711 Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5712)
This commit is contained in:
parent
63ff89ab71
commit
ab0a3914a6
|
|
@ -92,8 +92,8 @@ currently implemented EC parameters names and exit.
|
||||||
=item B<-conv_form>
|
=item B<-conv_form>
|
||||||
|
|
||||||
This specifies how the points on the elliptic curve are converted
|
This specifies how the points on the elliptic curve are converted
|
||||||
into octet strings. Possible values are: B<compressed> (the default
|
into octet strings. Possible values are: B<compressed>, B<uncompressed> (the
|
||||||
value), B<uncompressed> and B<hybrid>. For more information regarding
|
default value) and B<hybrid>. For more information regarding
|
||||||
the point conversion forms please read the X9.62 standard.
|
the point conversion forms please read the X9.62 standard.
|
||||||
B<Note> Due to patent issues the B<compressed> option is disabled
|
B<Note> Due to patent issues the B<compressed> option is disabled
|
||||||
by default for binary curves and can be enabled by defining
|
by default for binary curves and can be enabled by defining
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue