[openssl-dev] [openssl.org #4089] NULL ciphersuites do not work in master

2015-10-12 Thread Matt Caswell via RT
Closing ticket. Matt ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4089] NULL ciphersuites do not work in master

2015-10-11 Thread Dmitry Belyavsky via RT
Dear Kurt, On Sun, Oct 11, 2015 at 9:13 PM, Kurt Roeckx via RT wrote: > On Sun, Oct 11, 2015 at 05:54:16PM +, Dmitry Belyavsky via RT wrote: > > Hello! > > > > When I debug, I see that the cipher is forbidden by > > the ssl_security_default_callback function because of not

[openssl-dev] [openssl.org #4089] NULL ciphersuites do not work in master

2015-10-11 Thread Dmitry Belyavsky via RT
Hello! I use the command lines for s_client ans s_server (built from master): openssl s_server -www -cert cert.pem -key seckey.pem -cipher NULL-SHA256 -tls1 openssl s_client -connect localhost:4433 -CAfile sslCA/cacert.pem -verify_return_error -verify 1 -state -cipher NULL-SHA256 -ign_eof

Re: [openssl-dev] [openssl.org #4089] NULL ciphersuites do not work in master

2015-10-11 Thread Kurt Roeckx via RT
On Sun, Oct 11, 2015 at 05:54:16PM +, Dmitry Belyavsky via RT wrote: > Hello! > > When I debug, I see that the cipher is forbidden by > the ssl_security_default_callback function because of not enough security > bits. You can change the security level by using: -cipher NULL-SHA256@SECLEVEL=0

Re: [openssl-dev] [openssl.org #4089] NULL ciphersuites do not work in master

2015-10-11 Thread Dmitry Belyavsky
Dear Kurt, On Sun, Oct 11, 2015 at 9:13 PM, Kurt Roeckx via RT wrote: > On Sun, Oct 11, 2015 at 05:54:16PM +, Dmitry Belyavsky via RT wrote: > > Hello! > > > > When I debug, I see that the cipher is forbidden by > > the ssl_security_default_callback function because of not