qt5base-lts/tests/auto/network/ssl
Sebastian Lösch 73ad2bf32f Make ephemeral server key available
When using cipher algorithms with forward secrecy an ephemeral key is
used to generate the symmetric session key. Beside the SSL certificate's
key, this ephemeral key is of cryptographic interest.

The ephemeral key is chosen by the server side - currently statically in
the Qt implementation - so it is only of interest on the client side to
check it. Therefore the ephemeral key is the null key if the connection
is set up in server mode or a cipher without forward secrecy is used.

Change-Id: If241247dbb8490a91233ae47f2b38952c6591bf4
Reviewed-by: Markus Goetz (Woboq GmbH) <markus@woboq.com>
2016-01-04 18:10:14 +00:00
..
qasn1element Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qsslcertificate Merge remote-tracking branch 'origin/5.6' into dev 2015-11-04 20:18:14 +01:00
qsslcipher Tests: Remove empty init/cleanup slots, constructors and destructors. 2015-12-10 05:26:05 +00:00
qsslellipticcurve Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qsslerror Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qsslkey tests/auto/network: Remove some placeholder formatting. 2015-10-19 12:38:28 +00:00
qsslsocket Make ephemeral server key available 2016-01-04 18:10:14 +00:00
qsslsocket_onDemandCertificates_member Tests: Remove empty init/cleanup slots, constructors and destructors. 2015-12-10 05:26:05 +00:00
qsslsocket_onDemandCertificates_static Tests: Remove empty init/cleanup slots, constructors and destructors. 2015-12-10 05:26:05 +00:00
ssl.pro Add SecureTransport based SSL backend for iOS and OS X 2015-02-02 14:02:56 +00:00