TSSslContextFindByName

Synopsis

#include <ts/ts.h>

TSSslContext TSSslContextFindByName(const char * name)

Description

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

TSSslContextFindByAddr

Synopsis

#include <ts/ts.h>

TSSslContext TSSslContextFindByAddr(struct sockaddr const*)

Description

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

Type

TSSslContext

Corresponds to the SSL_CTX * value in openssl.