]> 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>
Tue, 12 Sep 2023 14:01:40 +0000 (16:01 +0200)
commitd9f84aef6033804e4c7ebf28ee88fcd2c63161d6
treeddb4a760591644a249a8cbe31328af40176fdfb3
parent603b4c332f817cfc14a0d8b30d1e5a198f575644
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>
(Merged from https://github.com/openssl/openssl/pull/21933)

(cherry picked from commit 123c85864fa7fe97d8ae3a09989d410501d957a5)
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
providers/implementations/ciphers/cipher_rc4_hmac_md5.c