9#ifndef SQUID_SRC_SECURITY_CERTIFICATE_H
10#define SQUID_SRC_SECURITY_CERTIFICATE_H
Network/connection security abstraction layer.
SBuf IssuerName(Certificate &)
The Issuer field of the given certificate (if found) or an empty SBuf.
bool SelfSigned(Certificate &c)
Whether the given certificate is self-signed.
SBuf SubjectName(Certificate &)
The SubjectName field of the given certificate (if found) or an empty SBuf.
bool IssuedBy(Certificate &cert, Certificate &issuer)
std::ostream & operator<<(std::ostream &, Security::Certificate &)
reports a one-line gist of the Certificate Subject Name (for debugging)