std::function<void(::SSL* ssl, const std::string& adapterName)> Ice::SSL::OpenSSLServerAuthenticationOptions::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. |
adapterName | The name of the object adapter that accepted the connection. |
Example of setting sslNewSessionCallback:
Definition at line 244 of file ServerAuthenticationOptions.h.