Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
None
Description
It would be nice if it was possible to hook into the OpenSSL CTX initialization, this could be useful if one wants to use QSslSocket but want to provide different functions for doing encryption / decryption (for instance with a separate hardware device).
A signal QtSSLsocket::ctxInitialized(SSL_CTX *) or a virtual function would allow customizing the CTX.