Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ SSL_new
Function
SSL_new
extra/yassl/src/ssl.cpp:222–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
221
222
SSL* SSL_new(SSL_CTX* ctx)
223
{
224
return NEW_YS SSL(ctx);
225
}
226
227
228
void SSL_free(SSL* ssl)
Callers
4
client_test
Function · 0.85
echoclient_test
Function · 0.85
echoserver_test
Function · 0.85
server_test
Function · 0.85
Calls
1
SSL
Class · 0.50
Tested by
no test coverage detected