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

Client STDERR is

verify depth is 1
SSL_connect:before/connect initialization
SSL_connect:error in error
47960945916616:error:140830B5:SSL routines:ssl3_client_hello:no ciphers
available:s3_clnt.c:865:
SSL3 alert write:warning:close notify

When I debug, I see that the cipher is forbidden by
the ssl_security_default_callback function because of not enough security
bits.

Is it a bug or feature?

-- 
SY, Dmitry Belyavsky

_______________________________________________
openssl-bugs-mod mailing list
openssl-bugs-...@openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to