Skip to content

Commit

Permalink
Adds documentation of support of brainpoolP256r1tls13, brainpoolP384r…
Browse files Browse the repository at this point in the history
…1tls13, brainpoolP512r1tls13 to SSL_CONF_cmd.pod
  • Loading branch information
fwh-dc committed Apr 9, 2024
1 parent f5d46bf commit 2c00fac
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions doc/man3/SSL_CONF_cmd.pod
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,11 @@ where applicable (e.g. B<X25519>, B<ffdhe2048>) or an OpenSSL OID name
(e.g. B<prime256v1>). Group names are case sensitive. The list should be
in order of preference with the most preferred group first.

Currently supported groups for B<TLSv1.3> and B<DTLSv1.3> are B<P-256>,
B<P-384>, B<P-521>, B<X25519>, B<X448>, B<ffdhe2048>, B<ffdhe3072>,
B<ffdhe4096>, B<ffdhe6144>, B<ffdhe8192>.
Currently supported groups for B<TLSv1.3> and B<DTLSv1.3> are
B<P-256>, B<P-384>, B<P-521>,
B<X25519>, B<X448>,
B<ffdhe2048>, B<ffdhe3072>, B<ffdhe4096>, B<ffdhe6144>, B<ffdhe8192>,
B<brainpoolP256r1tls13>, B<brainpoolP384r1tls13>, B<brainpoolP512r1tls13>.

=item B<-curves> I<groups>

Expand Down Expand Up @@ -412,9 +414,11 @@ applicable (e.g. B<X25519>, B<ffdhe2048>) or an OpenSSL OID name
(e.g. B<prime256v1>). Group names are case sensitive. The list should be in
order of preference with the most preferred group first.

Currently supported groups for B<TLSv1.3> and B<DTLSv1.3> are B<P-256>,
B<P-384>, B<P-521>, B<X25519>, B<X448>, B<ffdhe2048>, B<ffdhe3072>,
B<ffdhe4096>, B<ffdhe6144>, B<ffdhe8192>.
Currently supported groups for B<TLSv1.3> and B<DTLSv1.3> are
B<P-256>, B<P-384>, B<P-521>,
B<X25519>, B<X448>,
B<ffdhe2048>, B<ffdhe3072>, B<ffdhe4096>, B<ffdhe6144>, B<ffdhe8192>,
B<brainpoolP256r1tls13>, B<brainpoolP384r1tls13>, B<brainpoolP512r1tls13>.

=item B<Curves>

Expand Down

0 comments on commit 2c00fac

Please sign in to comment.