RE: Negotiating TLS 1.0 from 1.2

2012-08-29 Thread Erik Tkal
al Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Abhiram Shandilya Sent: Wednesday, August 29, 2012 2:38 PM To: openssl-users@openssl.org Subject: RE: Negotiating TLS 1.0 from 1.2 Hi Erik: If you only want to allow TLSv1.2 and TLSv1.0 handshake

RE: Negotiating TLS 1.0 from 1.2

2012-08-29 Thread Abhiram Shandilya
Hi Erik: If you only want to allow TLSv1.2 and TLSv1.0 handshakes you will need to try a connection with the TLSv1_2_client_method and then by TLSv1_client_method. You can also use SSLv23_client_method to negotiate only TLSv1.2 and TLSv1.0 using an SSLv2 handshake by explicitly disabling SSLv2,