Re: [openssl-users] Disable SSL3 and enable TLS1? / Ambiguous DES-CBC3-SHA

2015-04-07 Thread David Rueter
-boun...@openssl.org] On Behalf Of Viktor Dukhovni Sent: Monday, April 06, 2015 7:44 PM To: openssl-users@openssl.org Subject: Re: [openssl-users] Disable SSL3 and enable TLS1? / Ambiguous DES-CBC3-SHA On Mon, Apr 06, 2015 at 05:11:22PM -0700, David Rueter wrote: I would like to disable SSL3

Re: [openssl-users] Disable SSL3 and enable TLS1? / Ambiguous DES-CBC3-SHA

2015-04-07 Thread David Rueter
Dukhovni Sent: Tuesday, April 07, 2015 8:32 AM To: openssl-users@openssl.org Subject: Re: [openssl-users] Disable SSL3 and enable TLS1? / Ambiguous DES-CBC3-SHA On Tue, Apr 07, 2015 at 08:09:31AM -0700, David Rueter wrote: You're confusing SSLv3 the protocol, with SSLv3 ciphersuites. Yes, I admit I

Re: [openssl-users] Disable SSL3 and enable TLS1? / Ambiguous DES-CBC3-SHA

2015-04-07 Thread David Rueter
these. From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Jakob Bohm Sent: Tuesday, April 07, 2015 9:57 AM To: openssl-users@openssl.org Subject: Re: [openssl-users] Disable SSL3 and enable TLS1? / Ambiguous DES-CBC3-SHA On 07/04/2015 17:09, David Rueter wrote: You're

Re: [openssl-users] Disable SSL3 and enable TLS1? / Ambiguous DES-CBC3-SHA

2015-04-06 Thread David Rueter
that in this situation I am able to call SSL_CTX_set_options. I guess I might be stuck if I can’t use the cipher list to disable SSL3 while leaving TLS1 enabled. Not the end of the world, but not ideal. Sincerely, David Rueter From: openssl-users [mailto:openssl-users-boun

[openssl-users] Disable SSL3 and enable TLS1? / Ambiguous DES-CBC3-SHA

2015-04-06 Thread David Rueter
I would like to disable SSL3 (to prevent POODLE attacks), but I would like to leave TLS1 enabled (particularly DES-CBC3-SHA, AES128-SHA and AES256-SHA). However disabling SSL3 with !SSLv3 disables TLSv1 also. Furthermore, disabling SSL3 with -SSLv3 then adding in individual ciphers such as