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

Function X509_get_subject_name

extra/yassl/src/ssl.cpp:666–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664
665
666X509_NAME* X509_get_subject_name(X509* x)
667{
668 return x->GetSubject();
669}
670
671
672void SSL_load_error_strings() // compatibility only

Callers 2

ssl_verify_server_certFunction · 0.85
showPeerFunction · 0.85

Calls 1

GetSubjectMethod · 0.80

Tested by 1

showPeerFunction · 0.68