|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Feature Requests-1767276 ] Request option to disable SSLv2
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Fri, 03 Aug 2007 14:37:41 -0700
Feature Requests item #1767276, was opened at 2007-08-03 21:11
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
(We've tested that disabling the SSLv2 ciphers doesn't actually disable use of SSLv2 itself.)
I checked the openssl s_client options, and it supports turning off a specific version, so apparently it can be done.
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Message:
Thanks, that lead me exactly to the right place.
It seems SSL_CTX_set_options() (that libcurl already uses) has bits to
SSL_OP_NO_SSLv2
SSL_OP_NO_SSLv3
SSL_OP_NO_TLSv1
So yes, this should be fairly easy to support for OpenSSL at least...
----------------------------------------------------------------------
Comment By: Scott Cantor (scantor)
Message:
I don't know how it does it internally (haven't looked yet), but the flag
$ openssl s_client help
I wouldn't have asked if I hadn't seen the option, I was expecting it had
It's probably not worth the hassle if it takes anything exotic that could
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
How does the s_client support this? (I mean option/command etc)
I don't find any easy API for this in the OpenSSL docs, so possibly the
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info