[openssl.org #3158] [bug] bad output for 'openssl ciphers -ssl2' built with 'no-ssl2'

2013-10-31 Thread Serge van den Boom via RT
Hello, If OpenSSL is compiled without SSLv2 support, the line openssl ciphers -ssl2 HIGH incorrectly prints all ciphers for any protocol classified as HIGH. Without 'HIGH', this is the output ('openssl ciphers -ssl2'): Error in cipher list 3076146824:error:1410D0B9:SSL

[openssl.org #2878] [PATCH] s_client -fd

2012-09-12 Thread Serge van den Boom via RT
Hi, The attached patch adds the -fd parameter to s_client, to use SSL/TLS over an already established connection. This could then be used like this from Bash: openssl s_client -fd 9 9 /dev/tcp/encrypted.google.com/443 One application would be to negotiate the use of SSL/TLS in plain text