MCPcopy Create free account
hub / github.com/apache/trafficserver / SSLReleaseContext

Function SSLReleaseContext

src/iocore/net/SSLUtils.cc:2002–2006  ·  view source on GitHub ↗

Release SSL_CTX and the associated data. This works for both client and server contexts and gracefully accepts nullptr.

Source from the content-addressed store, hash-verified

2000// Release SSL_CTX and the associated data. This works for both
2001// client and server contexts and gracefully accepts nullptr.
2002void
2003SSLReleaseContext(SSL_CTX *ctx)
2004{
2005 SSL_CTX_free(ctx);
2006}
2007
2008void
2009SSLNetVCAttach(SSL *ssl, SSLNetVConnection *vc)

Callers 3

SSLInitializeStatisticsFunction · 0.70
SSLClientUtils.ccFile · 0.70
TSSslContextDestroyFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected