Re: [openssl-users] enable TLS_RSA_WITH_RC4_128_MD5 in openssl 1.1.0e?

2017-06-05 Thread Siyuan Xiang
On Fri, Jun 2, 2017 at 1:29 AM, Matt Caswell wrote: > That's very strange. Those exact same commands work fine for me. Are you > sure you are picking up the version of 1.1.0e compiled with > enable-weak-ssl-ciphers and not some other previous compilation of 1.1.0e? > Yes I am

[openssl-users] enable TLS_RSA_WITH_RC4_128_MD5 in openssl 1.1.0e?

2017-05-31 Thread Siyuan Xiang
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

Re: [openssl-users] enable TLS_RSA_WITH_RC4_128_MD5 in openssl 1.1.0e?

2017-06-01 Thread Siyuan Xiang
> wrote: > > > On 31/05/17 21:22, Siyuan Xiang wrote: > > 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. > >

Re: [openssl-users] enable TLS_RSA_WITH_RC4_128_MD5 in openssl 1.1.0e?

2017-06-05 Thread Siyuan Xiang
Yes, you are right. openssl binary is linking to a wrong shared library. The code is fine, it's linking to the static library. thanks. Regards, Siyuan --- On Mon, Jun 5, 2017 at 3:40 PM, Viktor Dukhovni <openssl-us...@dukhovni.org> wrote: > On Thu, Jun 01, 2017 at 10:16:01AM -070