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

Unified Diff: net/data/name_constraints_unittest/directoryname-excluded.pem

Issue 1686003002: Fix GeneralName directoryName parsing in new (unused) name constraints code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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-excluded.pem
diff --git a/net/data/name_constraints_unittest/directoryname-excluded.pem b/net/data/name_constraints_unittest/directoryname-excluded.pem
index b55c8687bc3bfdfa4636a78df6a88fb099f42ee1..fe525a3cb4808d358f1eb3db29c357df02df89d5 100644
--- a/net/data/name_constraints_unittest/directoryname-excluded.pem
+++ b/net/data/name_constraints_unittest/directoryname-excluded.pem
@@ -1,15 +1,16 @@
- 0:d=0 hl=2 l= 40 cons: SEQUENCE
- 2:d=1 hl=2 l= 38 cons: cont [ 1 ]
- 4:d=2 hl=2 l= 36 cons: SEQUENCE
- 6:d=3 hl=2 l= 34 cons: cont [ 4 ]
- 8:d=4 hl=2 l= 11 cons: SET
- 10:d=5 hl=2 l= 9 cons: SEQUENCE
- 12:d=6 hl=2 l= 3 prim: OBJECT :countryName
- 17:d=6 hl=2 l= 2 prim: PRINTABLESTRING :US
- 21:d=4 hl=2 l= 19 cons: SET
- 23:d=5 hl=2 l= 17 cons: SEQUENCE
- 25:d=6 hl=2 l= 3 prim: OBJECT :stateOrProvinceName
- 30:d=6 hl=2 l= 10 prim: UTF8STRING :California
+ 0:d=0 hl=2 l= 42 cons: SEQUENCE
+ 2:d=1 hl=2 l= 40 cons: cont [ 1 ]
+ 4:d=2 hl=2 l= 38 cons: SEQUENCE
+ 6:d=3 hl=2 l= 36 cons: cont [ 4 ]
+ 8:d=4 hl=2 l= 34 cons: SEQUENCE
+ 10:d=5 hl=2 l= 11 cons: SET
+ 12:d=6 hl=2 l= 9 cons: SEQUENCE
+ 14:d=7 hl=2 l= 3 prim: OBJECT :countryName
+ 19:d=7 hl=2 l= 2 prim: PRINTABLESTRING :US
+ 23:d=5 hl=2 l= 19 cons: SET
+ 25:d=6 hl=2 l= 17 cons: SEQUENCE
+ 27:d=7 hl=2 l= 3 prim: OBJECT :stateOrProvinceName
+ 32:d=7 hl=2 l= 10 prim: UTF8STRING :California
-----BEGIN NAME CONSTRAINTS-----
-MCihJjAkpCIxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApDYWxpZm9ybmlh
+MCqhKDAmpCQwIjELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWE=
-----END NAME CONSTRAINTS-----

Powered by Google App Engine
This is Rietveld 408576698