mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
Clarify supported curves in the s_client/s_server documentation
Mention that supported curves (aka groups) include named EC parameters as well as X25519 and X448 or FFDHE groups. Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24774)
This commit is contained in:
parent
7b1e008d38
commit
7751887025
@ -656,7 +656,11 @@ For example strings, see L<SSL_CTX_set1_sigalgs(3)>
|
||||
=item B<-curves> I<curvelist>
|
||||
|
||||
Specifies the list of supported curves to be sent by the client. The curve is
|
||||
ultimately selected by the server. For a list of all curves, use:
|
||||
ultimately selected by the server.
|
||||
|
||||
The list of all supported groups includes named EC parameters as well as X25519
|
||||
and X448 or FFDHE groups, and may also include groups implemented in 3rd-party
|
||||
providers. For a list of named EC parameters, use:
|
||||
|
||||
$ openssl ecparam -list_curves
|
||||
|
||||
|
@ -671,7 +671,10 @@ Signature algorithms to support for client certificate authentication
|
||||
=item B<-named_curve> I<val>
|
||||
|
||||
Specifies the elliptic curve to use. NOTE: this is single curve, not a list.
|
||||
For a list of all possible curves, use:
|
||||
|
||||
The list of all supported groups includes named EC parameters as well as X25519
|
||||
and X448 or FFDHE groups, and may also include groups implemented in 3rd-party
|
||||
providers. For a list of named EC parameters, use:
|
||||
|
||||
$ openssl ecparam -list_curves
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user