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

Method CopySelfCert

extra/yassl/src/cert_wrapper.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180
181void CertManager::CopySelfCert(const x509* x)
182{
183 if (x)
184 list_.push_back(NEW_YS x509(*x));
185}
186
187
188// add to signers

Callers 1

SSLMethod · 0.80

Calls 2

x509Class · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected