Details
-
Suggestion
-
Resolution: Out of scope
-
P4: Low
-
4.3.2
-
None
Description
It would be nice if Qt had SSL session caching.
When using QSslSocket to create several connections to the same host.
For each connection, QSslSocket performs a full SSL handshake, taking about 500 ms, or more.
It would be good if QSslSocket supported SSL session caching, so that subsequent connection
requests could perform a simplified handshake.
See http://www.openssl.org/docs/ssl/SSL_CTX_set_session_cache_mode.html for details on SSL session caching.