|
Squid Web Cache master
|
an algorithm for checking/testing/comparing X.509 certificate names More...
#include <support.h>
Public Member Functions | |
| bool | match (const Ssl::GeneralName &) const |
| whether the given name satisfies algorithm conditions | |
Protected Member Functions | |
| virtual bool | matchDomainName (const Dns::DomainName &) const =0 |
| virtual bool | matchIp (const Ip::Address &) const =0 |
| bool Ssl::GeneralNameMatcher::match | ( | const Ssl::GeneralName & | name | ) | const |
Definition at line 84 of file support.cc.
References Assure, AnyP::Host::domainName(), AnyP::Host::ip(), matchDomainName(), and matchIp().
Referenced by Ssl::HasMatchingSubjectName().
|
protectedpure virtual |
Implemented in Acl::ServerNameMatcher, CommonNamesPrinter, and Ssl::OneNameMatcher.
Referenced by match().
|
protectedpure virtual |
Implemented in Acl::ServerNameMatcher, CommonNamesPrinter, and Ssl::OneNameMatcher.
Referenced by match().