]> git.ipfire.org Git - thirdparty/openssl.git/commit
Implement EVP_SIGNATURE_hash_message_update() and use it
authorStefan Berger <stefanb@linux.ibm.com>
Thu, 6 Nov 2025 22:16:01 +0000 (16:16 -0600)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Nov 2025 17:03:24 +0000 (18:03 +0100)
commit28a9d0e52d2ed8c330e8767403966eccdeb4f4a0
treeb1f42595b9a4f0f70bfd879c4843b7f4407ee773
parentde83e65580695ef7d5b5c86a081a280e1f52fe76
Implement EVP_SIGNATURE_hash_message_update() and use it

Implement EVP_SIGNATURE_hash_message_update() to check for support
of EVP_PKEY_sign_message_update() and EVP_PKEY_verify_message_update() and
use this function to replace the has_msg_update column in CMS.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28923)
crypto/cms/cms_sd.c
crypto/evp/signature.c
doc/man3/EVP_SIGNATURE.pod
include/openssl/evp.h
util/libcrypto.num