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

Function X509_free

extra/yassl/src/ssl.cpp:610–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608
609
610void X509_free(X509* /*x*/)
611{
612 // peer cert set for deletion during destruction
613 // no need to delete now
614}
615
616
617X509* X509_STORE_CTX_get_current_cert(X509_STORE_CTX* ctx)

Callers 1

ssl_verify_server_certFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected