Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSSslContextDestroy
Function
TSSslContextDestroy
src/api/InkAPI.cc:8199–8203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8197
}
8198
8199
void
8200
TSSslContextDestroy(TSSslContext ctx)
8201
{
8202
SSLReleaseContext(reinterpret_cast<SSL_CTX *>(ctx));
8203
}
8204
8205
TSReturnCode
8206
TSSslClientCertUpdate(const char *cert_path, const char *key_path)
Callers
3
dump_context
Function · 0.85
REGRESSION_TEST(SDK_API_TSSslServerContextCreate)
Function · 0.85
dump_context
Function · 0.85
Calls
1
SSLReleaseContext
Function · 0.50
Tested by
1
REGRESSION_TEST(SDK_API_TSSslServerContextCreate)
Function · 0.68