Poco::Net::X509Certificate::verify() no longer uses DNS reverse lookups to validate host names

This commit is contained in:
Guenter Obiltschnig
2014-04-09 16:36:14 +02:00
parent b1bdf7f34c
commit 436737171d
2 changed files with 11 additions and 36 deletions

View File

@@ -108,7 +108,7 @@ public:
protected:
static bool containsWildcards(const std::string& commonName);
static bool matchByAlias(const std::string& alias, const std::string& hostName);
static bool matchWildcard(const std::string& alias, const std::string& hostName);
private:
enum