Fix enable-weak-ssl-ciphers
authorMatt Caswell <matt@openssl.org>
Thu, 7 Jan 2021 17:40:09 +0000 (17:40 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Jan 2021 09:04:49 +0000 (09:04 +0000)
commit1dccccf33351a732dac3c700b2de05d34f708e33
tree63ebb37071784c83c68b1f50b0bc3dcf01039fa9
parent4dd009180a06ad973620c5beec28f2a6839c16ca
Fix enable-weak-ssl-ciphers

Commit e260bee broke the enable-weak-ssl-ciphers option. The stitched
rc4-hmac-md5 cipher implementation did not recognise the tls_version
parameter, and therefore was being incorrectly handled.

Fixes #13795

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/13803)
providers/implementations/ciphers/cipher_rc4_hmac_md5.c