]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: Add HISTORY entry for message signing functions in provider-signature(7)
authorSamaresh Kumar Singh <ssam3003@gmail.com>
Wed, 12 Nov 2025 20:51:04 +0000 (14:51 -0600)
committerPauli <paul.dale@oracle.com>
Wed, 19 Nov 2025 23:21:26 +0000 (10:21 +1100)
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 <tomas@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/29130)

doc/man7/provider-signature.pod

index 0fc3e8a16ef2a4372f58bb3fc6e46376ca520033..ca9781091e45aa85a85ebb9bfeb9943bf311cfe7 100644 (file)
@@ -638,6 +638,11 @@ L<EVP_SIGNATURE_is_a(3)>, L<ASN1_item_sign_ctx(3)>
 
 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.