Hi,
I found that the private key is stored unencrypted in memory. Is there a way to configure a session so that the private key is not stored in memory but read and decrypted from the associated PEM file (using the callback set with SSL_CTX_set_default_passwd_cb) each time it is needed? Thank you, Regards Olivier Laissac