]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add dupctx support to rc4_hmac_md5 algo
authorNeil Horman <nhorman@openssl.org>
Fri, 1 Sep 2023 17:47:15 +0000 (13:47 -0400)
committerTomas Mraz <tomas@openssl.org>
Fri, 5 Jan 2024 11:44:13 +0000 (12:44 +0100)
commitf9163efe96e218adeae2a0dc6a4cbef568f395ee
tree0e0e0a8aa44546923c1f5a1d1bfe2a1647a7437e
parente7ef50c3e3b670a476aa0e864da5b5cc874b3528
Add dupctx support to rc4_hmac_md5 algo

Pretty straightforward, just clone the requested context, no pointers to
fixup

Fixes #21887

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23102)
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
providers/implementations/ciphers/cipher_rc4_hmac_md5.c