MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / SSL_flush_sessions

Function SSL_flush_sessions

extra/yassl/src/ssl.cpp:521–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519
520
521void SSL_flush_sessions(SSL_CTX *ctx, long /* tm */)
522{
523 if (ctx->GetSessionCacheOff())
524 return;
525
526 GetSessions().Flush();
527}
528
529
530const char* SSL_get_cipher_name(SSL* ssl)

Callers

nothing calls this directly

Calls 2

GetSessionCacheOffMethod · 0.80
FlushMethod · 0.80

Tested by

no test coverage detected