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

Function ssl_stapling_ex_init

src/iocore/net/OCSPStapling.cc:745–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743static int ssl_stapling_index = -1;
744
745void
746ssl_stapling_ex_init()
747{
748 if (ssl_stapling_index != -1) {
749 return;
750 }
751 ssl_stapling_index = SSL_CTX_get_ex_new_index(0, nullptr, nullptr, nullptr, certinfo_map_free);
752}
753
754static X509 *
755stapling_get_issuer(SSL_CTX *ssl_ctx, X509 *x)

Callers 1

SSLInitializeLibraryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected