MCPcopy Create free account
hub / github.com/SmingHub/Sming / endChain

Method endChain

Sming/Components/ssl/BearSsl/BrClientConnection.cpp:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108bool BrClientConnection::endChain()
109{
110 auto& session = context.session;
111 if(!session.options.verifyLater && session.validators.isEmpty()) {
112 return false;
113 }
114 return session.validateCertificate();
115}
116
117} // namespace Ssl

Callers

nothing calls this directly

Calls 2

validateCertificateMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected