Re: [openssl-users] Considering C# OpenSSL openssl-net-master

2017-07-26 Thread J. J. Farrell
On 26/07/2017 20:58, Jakob Bohm wrote: On 25/07/2017 19:00, Salz, Rich via openssl-users wrote: If you want to use those ciphers, you need to set SECLEVEL=0 when you specify the ciphers. When did TLS_RSA_WITH_AES_128_CBC_SHA256 and higher become "low security"? It looks like the client is

Re: [openssl-users] Considering C# OpenSSL openssl-net-master

2017-07-26 Thread Jakob Bohm
On 25/07/2017 19:00, Salz, Rich via openssl-users wrote: If you want to use those ciphers, you need to set SECLEVEL=0 when you specify the ciphers. I have no idea how to do that for the OpoenSSL C# binding. Maybe post an issue on openssl-net? When did TLS_RSA_WITH_AES_128_CBC_SHA256

Re: [openssl-users] Considering C# OpenSSL openssl-net-master

2017-07-25 Thread Salz, Rich via openssl-users
If you want to use those ciphers, you need to set SECLEVEL=0 when you specify the ciphers. I have no idea how to do that for the OpoenSSL C# binding. Maybe post an issue on openssl-net? -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Considering C# OpenSSL openssl-net-master

2017-07-25 Thread Hegazi, Amr
Hello *, I'm using the last version of C# OpenSSL from https://github.com/openssl-net/openssl-net (This wrapper is based on version 1.0.2a of libeay32.dll and ssleay32.dll). I'm using C# OpenSSL to test my Tls Client that supports TLS starting from version 1.2 and all the cipher suites.