[openssl-users] enable TLS_RSA_WITH_RC4_128_MD5 in openssl 1.1.0e?
Siyuan Xiang
xiangsiyuan at gmail.com
Wed May 31 20:22:41 UTC 2017
Hi all,
I have a legacy server only accept TLS_RSA_WITH_RC4_128_MD5 cipher.
I have a client using openssl 1.1.0e. It doesn't include
TLS_RSA_WITH_RC4_128_MD5.
I have recompiled the openssl using enable-weak-ssl-ciphers, but it
doesn't work
but TLS_RSA_WITH_RC4_128_SHA is in client hello message.
It looks like all MD5 related ciphers are removed. I tried to
use SSL_CTX_set_security_level to
set level to 0. but it doesn't work.
Do you have any idea how to enable TLS_RSA_WITH_RC4_128_MD5?
Regards,
Siyuan
---
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20170531/4a8c83c7/attachment.html>
More information about the openssl-users
mailing list