=pod =head1 NAME SSL_SESSION_get0_hostname - retrieve the SNI hostname associated with a session =head1 SYNOPSIS #include const char *SSL_SESSION_get0_hostname(const SSL_SESSSION *s); =head1 DESCRIPTION SSL_SESSION_get0_hostname() retrieves the SNI value that was sent by the client when the session was created, or NULL if no value was sent. The value returned is a pointer to memory maintained within B and should not be free'd. =head1 SEE ALSO L, L, L, L =cut