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

Function SSLNetVCAccess

src/iocore/net/SSLUtils.cc:2020–2029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2018}
2019
2020SSLNetVConnection *
2021SSLNetVCAccess(const SSL *ssl)
2022{
2023 SSLNetVConnection *netvc;
2024 netvc = static_cast<SSLNetVConnection *>(SSL_get_ex_data(ssl, ssl_vc_index));
2025
2026 ink_assert(dynamic_cast<SSLNetVConnection *>(static_cast<NetVConnection *>(SSL_get_ex_data(ssl, ssl_vc_index))));
2027
2028 return netvc;
2029}
2030
2031std::string
2032get_sni_addr(SSL *ssl)

Callers 6

SNIActionMethod · 0.85
SSLUtils.ccFile · 0.85
get_verify_strFunction · 0.85
verify_callbackFunction · 0.85
ssl_client_cert_callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected