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

Unified Diff: net/data/name_constraints_unittest/name_constraints/san-excluded-dnsname.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: ios copy_test_data Created 5 years, 4 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_constraints/san-excluded-dnsname.pem
diff --git a/net/data/name_constraints_unittest/name_constraints/san-excluded-dnsname.pem b/net/data/name_constraints_unittest/name_constraints/san-excluded-dnsname.pem
new file mode 100644
index 0000000000000000000000000000000000000000..480cf7e130011ee1fa9bab714a4b47055ba5f377
--- /dev/null
+++ b/net/data/name_constraints_unittest/name_constraints/san-excluded-dnsname.pem
@@ -0,0 +1,18 @@
+ 0:d=0 hl=2 l= 116 cons: SEQUENCE
+ 2:d=1 hl=2 l= 21 prim: cont [ 2 ]
+ 25:d=1 hl=2 l= 4 prim: cont [ 7 ]
+ 31:d=1 hl=2 l= 31 cons: cont [ 4 ]
+ 33:d=2 hl=2 l= 11 cons: SET
+ 35:d=3 hl=2 l= 9 cons: SEQUENCE
+ 37:d=4 hl=2 l= 3 prim: OBJECT :countryName
+ 42:d=4 hl=2 l= 2 prim: PRINTABLESTRING :US
+ 46:d=2 hl=2 l= 16 cons: SET
+ 48:d=3 hl=2 l= 14 cons: SEQUENCE
+ 50:d=4 hl=2 l= 3 prim: OBJECT :stateOrProvinceName
+ 55:d=4 hl=2 l= 7 prim: UTF8STRING :Arizona
+ 64:d=1 hl=2 l= 52 prim: cont [ 2 ]
+-----BEGIN SUBJECT ALTERNATIVE NAME-----
+MHSCFXBlcm1pdHRlZC5leGFtcGxlLmNvbYcEwKgBAqQfMQswCQYDVQQGEwJVUzEQMA4GA1UECAwH
+QXJpem9uYYI0Zm9vLnN0aWxsbm90cGVybWl0dGVkLmV4Y2x1ZGVkLnBlcm1pdHRlZC5leGFtcGxl
+LmNvbQ==
+-----END SUBJECT ALTERNATIVE NAME-----

Powered by Google App Engine
This is Rietveld 408576698