Re: [openssl-users] Unable to select NULL or NULL-MD5

2018-03-28 Thread Viktor Dukhovni
> On Mar 28, 2018, at 7:14 PM, Eric Jacksch wrote: > > I'm using OpenSSL for testing and recently compiled 1.1.0g and h. I'm seeing > the same behaviour in both. > > openssl ciphers -v list the NULL ciphers, but when I try to use NULL or > NULL-MD5 I get the same result: No ciphers availab

Re: [openssl-users] Unable to select NULL or NULL-MD5

2018-03-28 Thread Salz, Rich via openssl-users
>openssl ciphers -v list the NULL ciphers, but when I try to use NULL or >NULL-MD5 I get the same result: No ciphers available. You have to configure with a cipher string that has “@SECLEVEL=0” in it. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl

Re: [openssl-users] Unable to select NULL or NULL-MD5

2018-03-28 Thread Matt Caswell
On 29/03/18 00:14, Eric Jacksch wrote: > Greetings, > > I'm using OpenSSL for testing and recently compiled 1.1.0g and h. I'm > seeing the same behaviour in both.  > > openssl ciphers -v list the NULL ciphers, but when I try to use NULL or > NULL-MD5 I get the same result:  No ciphers available

[openssl-users] Unable to select NULL or NULL-MD5

2018-03-28 Thread Eric Jacksch
Greetings, I'm using OpenSSL for testing and recently compiled 1.1.0g and h. I'm seeing the same behaviour in both. openssl ciphers -v list the NULL ciphers, but when I try to use NULL or NULL-MD5 I get the same result: No ciphers available. I've tried several compile options to no avail. Can