Re: [openssl-users] OPENSSL_VERSION_NUMBER and TLSv1_1 & TLSv1_2 supports

2015-12-10 Thread zosrothko
Le 08/12/2015 18:16, Jakob Bohm a écrit : On 07/12/2015 11:52, zosrothko wrote: Hi Jacob I saw that in ssl.h, the 'NO' particule means no support of as for example /* Don't use RFC4507 ticket extension */ # define SSL_OP_NO_TICKET0x4000L What does mean the 'NO' in

Re: [openssl-users] OPENSSL_VERSION_NUMBER and TLSv1_1 & TLSv1_2 supports

2015-12-08 Thread Jakob Bohm
On 07/12/2015 11:52, zosrothko wrote: Hi Jacob Le 18/09/2015 19:34, Jakob Bohm a écrit : On 18/09/2015 18:05, zosrothko wrote: Hi is there a way to know the supported TLS protocols from the OPENSSL_VERSION_NUMBER (specifically, the TLSv1_1 and TLSv1_2? For exemple, I have a code that is

Re: [openssl-users] OPENSSL_VERSION_NUMBER and TLSv1_1 & TLSv1_2 supports

2015-09-18 Thread Jakob Bohm
On 18/09/2015 18:05, zosrothko wrote: Hi is there a way to know the supported TLS protocols from the OPENSSL_VERSION_NUMBER (specifically, the TLSv1_1 and TLSv1_2? For exemple, I have a code that is using TLSv1_1_client_method & TLSv1_1_server_method for a OPENSSL_VERSION_NUMBER =