MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / defaultServerContext

Method defaultServerContext

base/poco/NetSSL_OpenSSL/src/SSLManager.cpp:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120Context::Ptr SSLManager::defaultServerContext()
121{
122 Poco::FastMutex::ScopedLock lock(_mutex);
123
124 if (!_ptrDefaultServerContext)
125 initDefaultContext(true);
126
127 return _ptrDefaultServerContext;
128}
129
130
131Context::Ptr SSLManager::defaultClientContext()

Callers 10

SecureServerSocketMethod · 0.80
fillDataMethod · 0.80
MySQLHandlerFactoryMethod · 0.80
TLSHandlerMethod · 0.80
runMethod · 0.80
finishHandshakeSSLMethod · 0.80
findOrInsertMethod · 0.80
PostgreSQLHandlerMethod · 0.80
executeImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected