]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
docs(provider-base): Add HISTORY note for OSSL_CAPABILITY_TLS_SIGALG_MIN_DTLS (and...
authorNicola Tuveri <nic.tuv@gmail.com>
Fri, 14 Mar 2025 12:09:10 +0000 (14:09 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Mar 2025 17:58:55 +0000 (18:58 +0100)
This commit adds a small note about
definitions for
`OSSL_CAPABILITY_TLS_SIGALG_MIN_DTLS` and
`OSSL_CAPABILITY_TLS_SIGALG_MAX_DTLS`
being first added in OpenSSL 3.5.

PR #26975 added these definitions for OpenSSL 3.5, but the documentation
update omitted a history note for the addition.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27063)

doc/man7/provider-base.pod

index ae4dd55c240d66ec80fdcec2e78989f92d7d8b35..0302900a73146916b75fe3256490efd1d1f8dcb4 100644 (file)
@@ -977,6 +977,12 @@ L<provider(7)>
 The concept of providers and everything surrounding them was
 introduced in OpenSSL 3.0.
 
+Definitions for
+B<OSSL_CAPABILITY_TLS_SIGALG_MIN_DTLS>
+and
+B<OSSL_CAPABILITY_TLS_SIGALG_MAX_DTLS>
+were added in OpenSSL 3.5.
+
 =head1 COPYRIGHT
 
 Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.