MCPcopy Create free account
hub / github.com/apache/trafficserver / TSVConnSslConnectionGet

Function TSVConnSslConnectionGet

src/api/InkAPI.cc:7944–7953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7942}
7943
7944TSSslConnection
7945TSVConnSslConnectionGet(TSVConn sslp)
7946{
7947 TSSslConnection ssl = nullptr;
7948 NetVConnection *netvc = reinterpret_cast<NetVConnection *>(sslp);
7949 if (auto tbs = netvc->get_service<TLSBasicSupport>(); tbs) {
7950 ssl = reinterpret_cast<TSSslConnection>(tbs->get_tls_handle());
7951 }
7952 return ssl;
7953}
7954
7955int
7956TSVConnFdGet(TSVConn vconnp)

Callers 15

CB_servername_allowlistFunction · 0.85
CB_SNIFunction · 0.85
CB_clientcertFunction · 0.85
CB_servernameFunction · 0.85
getSslConnectionMethod · 0.85
CB_server_verifyFunction · 0.85
shadow_cert_generatorFunction · 0.85
cert_retrieverFunction · 0.85
getPropertyMethod · 0.85
handle_client_helloFunction · 0.85

Calls 1

get_tls_handleMethod · 0.80

Tested by 1

CB_server_verifyFunction · 0.68