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

Unified Diff: net/data/name_constraints_unittest/directoryname.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/directoryname.pem
diff --git a/net/data/name_constraints_unittest/directoryname.pem b/net/data/name_constraints_unittest/directoryname.pem
new file mode 100644
index 0000000000000000000000000000000000000000..d79e691bc9a8e214334a8128a052ffc387ae17d3
--- /dev/null
+++ b/net/data/name_constraints_unittest/directoryname.pem
@@ -0,0 +1,55 @@
+ 0:d=0 hl=3 l= 172 cons: SEQUENCE
+ 3:d=1 hl=2 l= 113 cons: cont [ 0 ]
+ 5:d=2 hl=2 l= 15 cons: SEQUENCE
+ 7:d=3 hl=2 l= 13 cons: cont [ 4 ]
+ 9:d=4 hl=2 l= 11 cons: SET
+ 11:d=5 hl=2 l= 9 cons: SEQUENCE
+ 13:d=6 hl=2 l= 3 prim: OBJECT :countryName
+ 18:d=6 hl=2 l= 2 prim: PRINTABLESTRING :US
+ 22:d=2 hl=2 l= 60 cons: SEQUENCE
+ 24:d=3 hl=2 l= 58 cons: cont [ 4 ]
+ 26:d=4 hl=2 l= 11 cons: SET
+ 28:d=5 hl=2 l= 9 cons: SEQUENCE
+ 30:d=6 hl=2 l= 3 prim: OBJECT :countryName
+ 35:d=6 hl=2 l= 2 prim: PRINTABLESTRING :US
+ 39:d=4 hl=2 l= 19 cons: SET
+ 41:d=5 hl=2 l= 17 cons: SEQUENCE
+ 43:d=6 hl=2 l= 3 prim: OBJECT :stateOrProvinceName
+ 48:d=6 hl=2 l= 10 prim: UTF8STRING :California
+ 60:d=4 hl=2 l= 22 cons: SET
+ 62:d=5 hl=2 l= 20 cons: SEQUENCE
+ 64:d=6 hl=2 l= 3 prim: OBJECT :localityName
+ 69:d=6 hl=2 l= 13 prim: UTF8STRING :Mountain View
+ 84:d=2 hl=2 l= 32 cons: SEQUENCE
+ 86:d=3 hl=2 l= 30 cons: cont [ 4 ]
+ 88:d=4 hl=2 l= 11 cons: SET
+ 90:d=5 hl=2 l= 9 cons: SEQUENCE
+ 92:d=6 hl=2 l= 3 prim: OBJECT :countryName
+ 97:d=6 hl=2 l= 2 prim: PRINTABLESTRING :JP
+ 101:d=4 hl=2 l= 15 cons: SET
+ 103:d=5 hl=2 l= 13 cons: SEQUENCE
+ 105:d=6 hl=2 l= 3 prim: OBJECT :stateOrProvinceName
+ 110:d=6 hl=2 l= 6 prim: UTF8STRING :東京
+ 118:d=1 hl=2 l= 55 cons: cont [ 1 ]
+ 120:d=2 hl=2 l= 36 cons: SEQUENCE
+ 122:d=3 hl=2 l= 34 cons: cont [ 4 ]
+ 124:d=4 hl=2 l= 11 cons: SET
+ 126:d=5 hl=2 l= 9 cons: SEQUENCE
+ 128:d=6 hl=2 l= 3 prim: OBJECT :countryName
+ 133:d=6 hl=2 l= 2 prim: PRINTABLESTRING :US
+ 137:d=4 hl=2 l= 19 cons: SET
+ 139:d=5 hl=2 l= 17 cons: SEQUENCE
+ 141:d=6 hl=2 l= 3 prim: OBJECT :stateOrProvinceName
+ 146:d=6 hl=2 l= 10 prim: UTF8STRING :California
+ 158:d=2 hl=2 l= 15 cons: SEQUENCE
+ 160:d=3 hl=2 l= 13 cons: cont [ 4 ]
+ 162:d=4 hl=2 l= 11 cons: SET
+ 164:d=5 hl=2 l= 9 cons: SEQUENCE
+ 166:d=6 hl=2 l= 3 prim: OBJECT :countryName
+ 171:d=6 hl=2 l= 2 prim: PRINTABLESTRING :DE
+-----BEGIN NAME CONSTRAINTS-----
+MIGsoHEwD6QNMQswCQYDVQQGEwJVUzA8pDoxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApDYWxpZm9y
+bmlhMRYwFAYDVQQHDA1Nb3VudGFpbiBWaWV3MCCkHjELMAkGA1UEBhMCSlAxDzANBgNVBAgMBuad
+seS6rKE3MCSkIjELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWEwD6QNMQswCQYDVQQG
+EwJERQ==
+-----END NAME CONSTRAINTS-----
« no previous file with comments | « net/cert/internal/verify_name_match_unittest.cc ('k') | net/data/name_constraints_unittest/directoryname-excludeall.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698