std::function<void(SSLContextRef context, const std::string& adapterName)> Ice::SSL::SecureTransportServerAuthenticationOptions::sslNewSessionCallback |
A callback invoked before initiating a new SSL handshake, providing an opportunity to customize the SSL parameters for the session based on specific server settings or requirements.
context | An opaque type that represents an SSL session context object. |
adapterName | The name of the object adapter that accepted the connection. |
Example of setting sslNewSessionCallback:
Definition at line 137 of file ServerAuthenticationOptions.h.