9#ifndef SQUID_SRC_SECURITY_CERTERROR_H
10#define SQUID_SRC_SECURITY_CERTERROR_H
33 return !(*
this == ce);
Security::ErrorCode code
certificate error code
bool operator==(const CertError &ce) const
Security::CertPointer cert
certificate with the above error code
CertError(int anErr, const Security::CertPointer &aCert, int aDepth=-1)
bool operator!=(const CertError &ce) const
Network/connection security abstraction layer.
int ErrorCode
Squid-defined error code (<0), an error code returned by X.509 API, or zero.