Ubuntu Manpages

#include <ts/ts.h>

TSSslContext TSSslContextFindByName(const char *name)

Look for a SSL context created from the ssl_multicert.config file. Use the server name to search.


#include <ts/ts.h>

TSSslContext TSSslContextFindByAddr(struct sockaddr const*)

Look for a SSL context created from the ssl_multicert.config file. Use the server address to search.


Corresponds to the SSL_CTX * value in openssl.

2014, dev@trafficserver.apache.org