qt5base-lts/tests/auto/network/ssl
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
..
qsslcertificate SSL: blacklist ANSSI intermediate certificate 2013-12-10 15:14:22 +01:00
qsslcipher Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsslerror Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qsslkey Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsslsocket Ensure weak ciphers are not part of the default SSL configuration. 2014-01-21 03:41:34 +01:00
qsslsocket_onDemandCertificates_member tests: Make the QT assignments more explicit 2013-08-21 19:05:52 +02:00
qsslsocket_onDemandCertificates_static tests: Make the QT assignments more explicit 2013-08-21 19:05:52 +02:00
ssl.pro WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00