Remove SSLv3 support.
authorArnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Wed, 15 Oct 2014 11:32:08 +0000 (13:32 +0200)
committerArnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Wed, 15 Oct 2014 11:32:08 +0000 (13:32 +0200)
commit614805b023cc926c8647c2f314bf3e738d88511d
tree0e1c224aa31baffbbd190d1616867058383b029f
parent48ad7c4d441e371374565d92f778802a853e8cb6
Remove SSLv3 support.

As far as I can see, SMTP, IMAP and POP clients are essentially
invulnerable to the attack du jour, since the server (or an impostor)
can't really make clients open new connections. It would be a strange
client that lets a server tell it to open thousands connections and
control the preauth commands.

But I see no real reason to support SSLv3 any more anyway, so this change
disable SSLv3 support.
server/tlsthread.cpp