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