Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11322)

Unified Diff: chromeos/network/onc/onc_validator.h

Issue 61903002: ChromeOS: Add more host verification options for OpenVpn. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/network/onc/onc_validator.h
diff --git a/chromeos/network/onc/onc_validator.h b/chromeos/network/onc/onc_validator.h
index ab3452cc0c78d20c1489ba00fea405c9e100671d..a8983b529d6964e4a363804c1ebc6cd16391f4ca 100644
--- a/chromeos/network/onc/onc_validator.h
+++ b/chromeos/network/onc/onc_validator.h
@@ -181,6 +181,10 @@ class CHROMEOS_EXPORT Validator : public Mapper {
const base::DictionaryValue& onc_object,
base::DictionaryValue* result);
+ bool ValidateVerifyX509(
+ const base::DictionaryValue& onc_object,
+ base::DictionaryValue* result);
+
bool ValidateCertificatePattern(
const base::DictionaryValue& onc_object,
base::DictionaryValue* result);

Powered by Google App Engine
This is Rietveld 408576698