> 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 = SSL_CTX_new(S
riday, November 14, 2014 12:05 PM
> *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 pr
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
> > FreeBS
12:05 PM
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 ou
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,