MCPcopy Create free account
hub / github.com/SIPp/sipp / SSL_new_server

Function SSL_new_server

src/sslsocket.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197SSL* SSL_new_server()
198{
199 return SSL_new(sip_trp_ssl_ctx);
200}
201
202/****** Certificate Verification Callback FACILITY *************/
203static int sip_tls_verify_callback(int ok , X509_STORE_CTX *store)

Callers 1

SIPpSocketMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected