]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update SSL_CTX_set1_curves.pod for OpenSSL 3.5 additions
authorBrady Foster <209960252+bef15703@users.noreply.github.com>
Mon, 20 Jul 2026 02:44:18 +0000 (22:44 -0400)
committerTomas Mraz <tomas@openssl.foundation>
Fri, 24 Jul 2026 13:13:02 +0000 (15:13 +0200)
Added documentation of the addition of group tuples in openSSL 3.5
in HISTORY section of SSL_CTX_set1_curves.pod.

CLA: trivial

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
MergeDate: Fri Jul 24 13:13:26 2026
(Merged from https://github.com/openssl/openssl/pull/32007)

doc/man3/SSL_CTX_set1_curves.pod

index f8f9a149f7e6ec3c13d201da57e320336eb1e42f..f791c286827637ea64777f69624958b24e259d6a 100755 (executable)
@@ -402,6 +402,10 @@ SSL_set1_groups_list() was added in OpenSSL 3.3.
 
 Support for B<ML-KEM> was added in OpenSSL 3.5.
 
+OpenSSL 3.5 also introduced support for group tuples, the C<*> keyshare
+prediction prefix, the C</> tuple separator, the C<DEFAULT> pseudo-group,
+and the C<-> prefix.
+
 OpenSSL 3.5 also introduced support for three I<hybrid> ECDH PQ key exchange
 TLS groups: B<X25519MLKEM768>, B<SecP256r1MLKEM768> and
 B<SecP384r1MLKEM1024>.