Use autonegotiation to choose an SSL protocol. 61/head
authorMichael Marley <michael@michaelmarley.com>
Wed, 26 Feb 2014 01:53:36 +0000 (01:53 +0000)
committerMichael Marley <michael@michaelmarley.com>
Wed, 26 Feb 2014 01:53:36 +0000 (01:53 +0000)
commite53fc69a91553b57932ba599b39999d550114588
treede846954e60feb18c01e991b074e67b94a2e17c4
parent90ca2d5de312eaab9fa410d87dae019e63599378
Use autonegotiation to choose an SSL protocol.
Previously, the user manually configured which SSL protocol to use
when connecting to IRC.  The default was SSLv3.  A better idea is
to allow Qt to automatically negotiate the best protocol out of
the available secure protocols, which this patch implements.
src/core/corenetwork.cpp
src/qtui/settingspages/networkssettingspage.cpp
src/qtui/settingspages/servereditdlg.ui