MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / getCert

Method getCert

extra/yassl/src/yassl_int.cpp:2040–2043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2038
2039
2040const x509* SSL_CTX::getCert() const
2041{
2042 return certificate_;
2043}
2044
2045
2046const x509* SSL_CTX::getKey() const

Callers 1

SSLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected