From: Matt Caswell Date: Fri, 30 Sep 2022 12:43:55 +0000 (+0100) Subject: Update the SSL_CTX_set1_groups documentation X-Git-Tag: openssl-3.2.0-alpha1~1952 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8377f26c2e6dadd9a1728805cd895fa94669f2d0;p=thirdparty%2Fopenssl.git Update the SSL_CTX_set1_groups documentation Mention the brainpool curves in the documentation Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/19315) --- diff --git a/doc/man3/SSL_CTX_set1_curves.pod b/doc/man3/SSL_CTX_set1_curves.pod index 62037eec641..c26ef003063 100644 --- a/doc/man3/SSL_CTX_set1_curves.pod +++ b/doc/man3/SSL_CTX_set1_curves.pod @@ -48,15 +48,17 @@ preference order. For a TLS client the groups are used directly in the supported groups extension. For a TLS server the groups are used to determine the set of shared groups. Currently supported groups for B are B, B, B, -B, B, B, B, -B, B and B. +B, B, B, +B, B, B, +B, B, B and B. SSL_CTX_set1_groups_list() sets the supported groups for B to -string B. The string is a colon separated list of group NIDs or -names, for example "P-521:P-384:P-256:X25519:ffdhe2048". Currently supported -groups for B are B, B, B, B, B, -B, B, B, B, B. Support -for other groups may be added by external providers. +string B. The string is a colon separated list of group names, for example +"P-521:P-384:P-256:X25519:ffdhe2048". Currently supported groups for B +are B, B, B, B, B, B, +B, B, B, B, +B, B and B. Support for other groups may be +added by external providers. SSL_set1_groups() and SSL_set1_groups_list() are similar except they set supported groups for the SSL structure B.