qt5base-lts/tests/auto/network
Richard J. Moore 5c19fad8c1 Ensure weak ciphers are not part of the default SSL configuration.
Any cipher that is < 128 bits is excluded from the default SSL
configuration. These ciphers are still included in the list
of availableCiphers() and can be used by applications if required.
Calling QSslSocket::setDefaultCiphers(QSslSocket::availableCiphers())
will restore the old behavior.

Note that in doing so I spotted that calling defaultCiphers() before
doing other actions with SSL had an existing bug that I've addressed
as part of the change.

[ChangeLog][Important Behavior Changes] The default set of
ciphers used by QSslSocket has been changed to exclude ciphers that are
using key lengths smaller than 128 bits. These ciphers are still available
and can be enabled by applications if required.

Change-Id: If2241dda67b624e5febf788efa1369f38c6b1dba
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2014-01-21 03:41:34 +01:00
..
access QNetworkCookie: allow cookies for IPv6 domains 2013-12-13 09:44:25 +01:00
bearer expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
kernel Replace win32-g++ with mingw scope 2014-01-17 12:08:24 +01:00
socket Replace win32-g++ with mingw scope 2014-01-17 12:08:24 +01:00
ssl Ensure weak ciphers are not part of the default SSL configuration. 2014-01-21 03:41:34 +01:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00