From: Nicola Tuveri Date: Fri, 14 Mar 2025 12:09:10 +0000 (+0200) Subject: docs(provider-base): Add HISTORY note for OSSL_CAPABILITY_TLS_SIGALG_MIN_DTLS (and... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d50cb660cdf1802a9c3e4b5fc5366a85e2158b4;p=thirdparty%2Fopenssl.git docs(provider-base): Add HISTORY note for OSSL_CAPABILITY_TLS_SIGALG_MIN_DTLS (and MAX) 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 Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/27063) --- diff --git a/doc/man7/provider-base.pod b/doc/man7/provider-base.pod index ae4dd55c240..0302900a731 100644 --- a/doc/man7/provider-base.pod +++ b/doc/man7/provider-base.pod @@ -977,6 +977,12 @@ L The concept of providers and everything surrounding them was introduced in OpenSSL 3.0. +Definitions for +B +and +B +were added in OpenSSL 3.5. + =head1 COPYRIGHT Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.