std::function<void(::SSL* ssl, const std::string& host)> Ice::SSL::OpenSSLClientAuthenticationOptions::sslNewSessionCallback {} |
A callback invoked before initiating a new SSL handshake, providing an opportunity to customize the SSL parameters for the connection.
ssl | A pointer to the SSL object representing the connection. |
host | The target host name. |
Example of setting sslNewSessionCallback:
Definition at line 233 of file ClientAuthenticationOptions.h.