|
Squid Web Cache master
|
Go to the source code of this file.
Namespaces | |
| namespace | Security |
| Network/connection security abstraction layer. | |
Functions | |
| SBuf | Security::SubjectName (Certificate &) |
| The SubjectName field of the given certificate (if found) or an empty SBuf. | |
| SBuf | Security::IssuerName (Certificate &) |
| The Issuer field of the given certificate (if found) or an empty SBuf. | |
| bool | Security::IssuedBy (Certificate &cert, Certificate &issuer) |
| bool | Security::SelfSigned (Certificate &c) |
| Whether the given certificate is self-signed. | |
| std::ostream & | operator<< (std::ostream &, Security::Certificate &) |
| reports a one-line gist of the Certificate Subject Name (for debugging) | |
| std::ostream & operator<< | ( | std::ostream & | os, |
| Security::Certificate & | cert | ||
| ) |
Definition at line 131 of file Certificate.cc.
References Security::SubjectName().