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

Unified Diff: net/BUILD.gn

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 | « no previous file | net/cert/internal/certificate_policies.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 231e6e8f90bee4a9c1c83de5752ffb3d3eb9efd6..6c2447d694ace5b91cea6d484b91bf9682c9ff71 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -3290,6 +3290,10 @@ bundle_data("net_unittests_bundle_data") {
"data/parse_certificate_unittest/extensions_real.pem",
"data/parse_certificate_unittest/key_usage.pem",
"data/parse_certificate_unittest/policies.pem",
+ "data/parse_certificate_unittest/policy_constraints_empty.pem",
+ "data/parse_certificate_unittest/policy_constraints_inhibit.pem",
+ "data/parse_certificate_unittest/policy_constraints_inhibit_require.pem",
+ "data/parse_certificate_unittest/policy_constraints_require.pem",
"data/parse_certificate_unittest/subject_alt_name.pem",
"data/parse_certificate_unittest/subject_t61string.pem",
"data/parse_certificate_unittest/subject_t61string_1-32.pem",
« no previous file with comments | « no previous file | net/cert/internal/certificate_policies.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698