From: Samaresh Kumar Singh Date: Wed, 12 Nov 2025 20:51:04 +0000 (-0600) Subject: doc: Add HISTORY entry for message signing functions in provider-signature(7) X-Git-Tag: 3.6-PRE-CLANG-FORMAT-WEBKIT~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dda630e1fac0c0704544d8dc450289d42f23944;p=thirdparty%2Fopenssl.git doc: Add HISTORY entry for message signing functions in provider-signature(7) The OSSL_FUNC_signature_{sign,verify}_message_* functions were added in OpenSSL 3.4 but weren't documented in the HISTORY section of provider-signature(7), while the corresponding EVP_PKEY_sign_message_* functions are properly documented in EVP_PKEY_sign(3). This adds the missing HISTORY entry to document when these provider functions were introduced. Fixes #29088 CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Norbert Pocs Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/29130) (cherry picked from commit 6b4ad7f8d8f40564621495f0f6183f9e7639d768) --- diff --git a/doc/man7/provider-signature.pod b/doc/man7/provider-signature.pod index f330e2d2ef3..635044e61aa 100644 --- a/doc/man7/provider-signature.pod +++ b/doc/man7/provider-signature.pod @@ -638,6 +638,11 @@ L, L The provider SIGNATURE interface was introduced in OpenSSL 3.0. +The OSSL_FUNC_signature_sign_message_init(), OSSL_FUNC_signature_sign_message_update(), +OSSL_FUNC_signature_sign_message_final(), OSSL_FUNC_signature_verify_message_init(), +OSSL_FUNC_signature_verify_message_update() and OSSL_FUNC_signature_verify_message_final() +functions were added in OpenSSL 3.4. + The Signature Parameters "fips-indicator", "key-check" and "digest-check" were added in OpenSSL 3.4.