]> git.ipfire.org Git - thirdparty/squid.git/commit
Disable OpenSSL SSL/TLS bug workarounds by default
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 27 Jan 2012 12:52:44 +0000 (05:52 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 27 Jan 2012 12:52:44 +0000 (05:52 -0700)
commit2f7c7f02d133a2a92ee64bcc9c80867ceb624661
treed54c7a583a5fa1766d7f29f6a40d03a04a36e5e1
parent36fd2317a2a72cd87b97fcdbfa828eb26472b1af
Disable OpenSSL SSL/TLS bug workarounds by default

On a closer inspection the set of "harmless" SSL/TLS bug workarounds
set by SSL_OP_ALL is not all of them harmless and reduces the SSL/TLS
strength to some attacks.

To revert to the older mode the ALL option can be set explicitly, but
it's better to understand which bug is encountered and enable only that
specific workaround if needed.
src/cf.data.pre
src/ssl/support.cc