Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
604
X509* SSL_get_peer_certificate(SSL* ssl)
605
{
606
return ssl->getCrypto().get_certManager().get_peerX509();
607
}
608
609
610
void X509_free(X509* /*x*/)
Callers
2
ssl_verify_server_cert
Function · 0.85
showPeer
Function · 0.85
Calls
1
get_peerX509
Method · 0.80
Tested by
1
showPeer
Function · 0.68