Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
void 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
SSL
Method · 0.80
Calls
2
x509
Class · 0.50
push_back
Method · 0.45
Tested by
no test coverage detected