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 13:59:11 +0000 (15:59 +0200)
commit123c85864fa7fe97d8ae3a09989d410501d957a5
treeaaf56e680535a537fbcf07ebdcc437b2075e560d
parentdf93b3c9e72571876bd01e5a50a5ba8368c6c77f
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)
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
providers/implementations/ciphers/cipher_rc4_hmac_md5.c