RE: SSL_CTX_set_options not working for SSL_OP_NO_TLSv1_1

2012-09-03 Thread Jahn, Gerhard
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Erik Tkal Sent: Friday, August 31, 2012 10:01 PM To: openssl-users@openssl.org Subject: RE: SSL_CTX_set_options not working for SSL_OP_NO_TLSv1_1 Hi Gerhard, I have been playing with those options myself and your scenario should work. Try

RE: SSL_CTX_set_options not working for SSL_OP_NO_TLSv1_1

2012-09-03 Thread Jahn, Gerhard
attachments from your system. Thank you. From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Erik Tkal Sent: Friday, August 31, 2012 10:01 PM To: openssl-users@openssl.org Subject: RE: SSL_CTX_set_options not working

RE: SSL_CTX_set_options not working for SSL_OP_NO_TLSv1_1

2012-08-31 Thread Erik Tkal
Hi Gerhard, I have been playing with those options myself and your scenario should work. Try using s_server -no_ssl2 -no_ssl3 -no_tls1 -no_tls1_1 in conjunction with s_client -tls1_1. This sets exactly the options you indicate and it fails to connect. It's not clear from your code, but make