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

Method ValidateSelfSignature

extra/yassl/taocrypt/src/asn.cpp:918–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916
917
918bool CertDecoder::ValidateSelfSignature()
919{
920 Source pub(key_.GetKey(), key_.size());
921 return ConfirmSignature(pub);
922}
923
924
925// extract compare signature hash from plain and place into digest

Callers

nothing calls this directly

Calls 2

GetKeyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected