TSVConnSslSniGet

Synopsis

#include <ts/ts.h>
const char TSVConnSslSniGet(TSVConn sslp, int *length)

Description

Get the SNI (Server Name Indication) that corresponds to SSL connection sslp.

If length is not null, the length of the returned string (or 0 if this function returns null) will be stored.