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

Function SSL_get_peer_certificate

extra/yassl/src/ssl.cpp:604–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602
603
604X509* SSL_get_peer_certificate(SSL* ssl)
605{
606 return ssl->getCrypto().get_certManager().get_peerX509();
607}
608
609
610void X509_free(X509* /*x*/)

Callers 2

ssl_verify_server_certFunction · 0.85
showPeerFunction · 0.85

Calls 1

get_peerX509Method · 0.80

Tested by 1

showPeerFunction · 0.68