mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
4c41aa4b33
1. Add OSSL_FUNC_digest_copyctx_fn function for EVP_MD, which is used to copy algctx from the old EVP_MD_CTX to the new one. 2. Add implementation of OSSL_FUNC_digest_copyctx_fn function for default providers. 3. Modify EVP_MD_CTX_copy_ex: When the fetched digest is the same in in and out contexts, use the copy function to copy the members in EVP_MD_CTX if the OSSL_FUNC_digest_copyctx_fn function exists. Otherwise, use the previous method to copy. 4. Add documentation for OSSL_FUNC_digest_copyctx function in doc/man7/provider-digest.pod. 5. Add testcase. Fixes #25703 Signed-off-by: wangcheng <bangwangnj@163.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25726) |
||
---|---|---|
.. | ||
__DECC_INCLUDE_EPILOGUE.H | ||
__DECC_INCLUDE_PROLOGUE.H | ||
aes_platform.h | ||
aria.h | ||
asn1_dsa.h | ||
asn1.h | ||
asn1err.h | ||
async.h | ||
asyncerr.h | ||
bioerr.h | ||
bn_conf.h.in | ||
bn_dh.h | ||
bn_srp.h | ||
bn.h | ||
bnerr.h | ||
buffererr.h | ||
chacha.h | ||
cmac.h | ||
cmll_platform.h | ||
cmperr.h | ||
cmserr.h | ||
comperr.h | ||
conferr.h | ||
context.h | ||
crmferr.h | ||
cryptlib.h | ||
cryptoerr.h | ||
cterr.h | ||
ctype.h | ||
decoder.h | ||
decodererr.h | ||
des_platform.h | ||
dh.h | ||
dherr.h | ||
dsa.h | ||
dsaerr.h | ||
dso_conf.h.in | ||
ec.h | ||
ecerr.h | ||
ecx.h | ||
encoder.h | ||
encodererr.h | ||
engine.h | ||
engineerr.h | ||
err.h | ||
ess.h | ||
esserr.h | ||
evp.h | ||
evperr.h | ||
httperr.h | ||
lhash.h | ||
md32_common.h | ||
modes.h | ||
objects.h | ||
objectserr.h | ||
ocsperr.h | ||
pem.h | ||
pemerr.h | ||
pkcs7.h | ||
pkcs7err.h | ||
pkcs12err.h | ||
poly1305.h | ||
ppc_arch.h | ||
punycode.h | ||
rand_pool.h | ||
rand.h | ||
randerr.h | ||
riscv_arch.def | ||
riscv_arch.h | ||
rsa.h | ||
rsaerr.h | ||
security_bits.h | ||
sha.h | ||
siphash.h | ||
siv.h | ||
sm2.h | ||
sm2err.h | ||
sm4_platform.h | ||
sm4.h | ||
sparc_arch.h | ||
sparse_array.h | ||
store.h | ||
storeerr.h | ||
tserr.h | ||
types.h | ||
uierr.h | ||
x509_acert.h | ||
x509.h | ||
x509err.h | ||
x509v3err.h |