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

Unified Diff: net/data/name_constraints_unittest/name-us-arizona-email.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: review changes for comment #12 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/name-us-arizona-email.pem
diff --git a/net/data/name_constraints_unittest/name-us-arizona-email.pem b/net/data/name_constraints_unittest/name-us-arizona-email.pem
new file mode 100644
index 0000000000000000000000000000000000000000..499e8f7ffe8a0a5fbb491dcf083ef0517e03767e
--- /dev/null
+++ b/net/data/name_constraints_unittest/name-us-arizona-email.pem
@@ -0,0 +1,17 @@
+ 0:d=0 hl=2 l= 63 cons: SEQUENCE
+ 2:d=1 hl=2 l= 11 cons: SET
+ 4:d=2 hl=2 l= 9 cons: SEQUENCE
+ 6:d=3 hl=2 l= 3 prim: OBJECT :countryName
+ 11:d=3 hl=2 l= 2 prim: PRINTABLESTRING :US
+ 15:d=1 hl=2 l= 16 cons: SET
+ 17:d=2 hl=2 l= 14 cons: SEQUENCE
+ 19:d=3 hl=2 l= 3 prim: OBJECT :stateOrProvinceName
+ 24:d=3 hl=2 l= 7 prim: UTF8STRING :Arizona
+ 33:d=1 hl=2 l= 30 cons: SET
+ 35:d=2 hl=2 l= 28 cons: SEQUENCE
+ 37:d=3 hl=2 l= 9 prim: OBJECT :emailAddress
+ 48:d=3 hl=2 l= 15 prim: IA5STRING :bar@example.com
+-----BEGIN NAME-----
+MD8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIDAdBcml6b25hMR4wHAYJKoZIhvcNAQkBFg9iYXJAZXhh
+bXBsZS5jb20=
+-----END NAME-----

Powered by Google App Engine
This is Rietveld 408576698