RE: Query regarding SSLv23 methods

2014-11-15 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Kyle Hamilton Sent: Friday, November 14, 2014 22:03 SSL_OP_* are bitmasks. SSL_CTX_set_options(conn-ssl_ctx, SSL_OP_NO_SSLv2|SSL_OP_NO_SSLv3); On 11/14/2014 12:37 AM, Vaghasiya, Nimesh wrote: conn-ssl_ctx =

RE: Query regarding SSLv23 methods

2014-11-14 Thread Vaghasiya, Nimesh
To: openssl-users@openssl.org Subject: Re: Query regarding SSLv23 methods On Fri, Nov 14, 2014 at 06:26:24AM +, Vaghasiya, Nimesh wrote: [ It is rude to ask user questions on the dev list (moved to Bcc). ] We are in process of disabling SSLv3 and SSLv2 protocols from all of our FreeBSD based

Re: Query regarding SSLv23 methods

2014-11-14 Thread Kurt Roeckx
On Fri, Nov 14, 2014 at 06:35:51AM +, Viktor Dukhovni wrote: On Fri, Nov 14, 2014 at 06:26:24AM +, Vaghasiya, Nimesh wrote: [ It is rude to ask user questions on the dev list (moved to Bcc). ] We are in process of disabling SSLv3 and SSLv2 protocols from all of our FreeBSD based

Re: Query regarding SSLv23 methods

2014-11-14 Thread Kyle Hamilton
*From:* owner-openssl-...@openssl.org [owner-openssl-...@openssl.org] on behalf of Viktor Dukhovni [openssl-us...@dukhovni.org] *Sent:* Friday, November 14, 2014 12:05 PM *To:* openssl-users@openssl.org *Subject:* Re: Query regarding SSLv23 methods On Fri

Re: Query regarding SSLv23 methods

2014-11-13 Thread Viktor Dukhovni
On Fri, Nov 14, 2014 at 06:26:24AM +, Vaghasiya, Nimesh wrote: [ It is rude to ask user questions on the dev list (moved to Bcc). ] We are in process of disabling SSLv3 and SSLv2 protocols from all of our FreeBSD based applications. For SSLv23 methods we are setting SSL_OP_NO_SSLv2,