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

Unified Diff: net/cert/internal/certificate_policies_unittest.cc

Issue 2872113002: Add parsing code for RFC 5280 PolicyConstraints. (Closed)
Patch Set: update ios bundle_data Created 3 years, 7 months 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
« no previous file with comments | « net/cert/internal/certificate_policies.cc ('k') | net/cert/internal/parse_certificate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/internal/certificate_policies_unittest.cc
diff --git a/net/cert/internal/certificate_policies_unittest.cc b/net/cert/internal/certificate_policies_unittest.cc
index 71137cb1f3e7c4166ec22b3b75ee8346676d526c..7bb2896e0c6043baa7d9dff98058d390166a771b 100644
--- a/net/cert/internal/certificate_policies_unittest.cc
+++ b/net/cert/internal/certificate_policies_unittest.cc
@@ -147,4 +147,7 @@ TEST(ParseCertificatePoliciesTest, TwoPoliciesWithQualifiers) {
EXPECT_EQ(der::Input(policy_1_2_4_der), policies[1]);
}
+// NOTE: The tests for ParseCertificatePolicies() are part of
+// parsed_certificate_unittest.cc
+
} // namespace net
« no previous file with comments | « net/cert/internal/certificate_policies.cc ('k') | net/cert/internal/parse_certificate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698