Returns the SSL object associated to the given connection. Once a TLS negotiation has finished, the SSL object representing the TLS session is stored on the connection. This function allows to return that reference.
References vortex_connection_get_data(). Referenced by vortex_tls_get_peer_ssl_digest(). |