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

Unified Diff: net/data/name_constraints_unittest/dnsname2.pem

Issue 1214933009: Class for parsing and evaluating RFC 5280 NameConstraints. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compare_DN2
Patch Set: changes for comment #16 Created 5 years, 2 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
Index: net/data/name_constraints_unittest/dnsname2.pem
diff --git a/net/data/name_constraints_unittest/dnsname2.pem b/net/data/name_constraints_unittest/dnsname2.pem
new file mode 100644
index 0000000000000000000000000000000000000000..0d5edbd193ef9f7a94c4c774e518490a04f2ba28
--- /dev/null
+++ b/net/data/name_constraints_unittest/dnsname2.pem
@@ -0,0 +1,10 @@
+ 0:d=0 hl=2 l= 26 cons: SEQUENCE
+ 2:d=1 hl=2 l= 7 cons: cont [ 0 ]
+ 4:d=2 hl=2 l= 5 cons: SEQUENCE
+ 6:d=3 hl=2 l= 3 prim: cont [ 2 ]
+ 11:d=1 hl=2 l= 15 cons: cont [ 1 ]
+ 13:d=2 hl=2 l= 13 cons: SEQUENCE
+ 15:d=3 hl=2 l= 11 prim: cont [ 2 ]
+-----BEGIN NAME CONSTRAINTS-----
+MBqgBzAFggNjb22hDzANggtmb28uYmFyLmNvbQ==
+-----END NAME CONSTRAINTS-----

Powered by Google App Engine
This is Rietveld 408576698