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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 0:d=0 hl=3 l= 172 cons: SEQUENCE
2 3:d=1 hl=2 l= 113 cons: cont [ 0 ]
3 5:d=2 hl=2 l= 15 cons: SEQUENCE
4 7:d=3 hl=2 l= 13 cons: cont [ 4 ]
5 9:d=4 hl=2 l= 11 cons: SET
6 11:d=5 hl=2 l= 9 cons: SEQUENCE
7 13:d=6 hl=2 l= 3 prim: OBJECT :countryName
8 18:d=6 hl=2 l= 2 prim: PRINTABLESTRING :US
9 22:d=2 hl=2 l= 60 cons: SEQUENCE
10 24:d=3 hl=2 l= 58 cons: cont [ 4 ]
11 26:d=4 hl=2 l= 11 cons: SET
12 28:d=5 hl=2 l= 9 cons: SEQUENCE
13 30:d=6 hl=2 l= 3 prim: OBJECT :countryName
14 35:d=6 hl=2 l= 2 prim: PRINTABLESTRING :US
15 39:d=4 hl=2 l= 19 cons: SET
16 41:d=5 hl=2 l= 17 cons: SEQUENCE
17 43:d=6 hl=2 l= 3 prim: OBJECT :stateOrProvinceName
18 48:d=6 hl=2 l= 10 prim: UTF8STRING :California
19 60:d=4 hl=2 l= 22 cons: SET
20 62:d=5 hl=2 l= 20 cons: SEQUENCE
21 64:d=6 hl=2 l= 3 prim: OBJECT :localityName
22 69:d=6 hl=2 l= 13 prim: UTF8STRING :Mountain View
23 84:d=2 hl=2 l= 32 cons: SEQUENCE
24 86:d=3 hl=2 l= 30 cons: cont [ 4 ]
25 88:d=4 hl=2 l= 11 cons: SET
26 90:d=5 hl=2 l= 9 cons: SEQUENCE
27 92:d=6 hl=2 l= 3 prim: OBJECT :countryName
28 97:d=6 hl=2 l= 2 prim: PRINTABLESTRING :JP
29 101:d=4 hl=2 l= 15 cons: SET
30 103:d=5 hl=2 l= 13 cons: SEQUENCE
31 105:d=6 hl=2 l= 3 prim: OBJECT :stateOrProvinceName
32 110:d=6 hl=2 l= 6 prim: UTF8STRING :東京
33 118:d=1 hl=2 l= 55 cons: cont [ 1 ]
34 120:d=2 hl=2 l= 36 cons: SEQUENCE
35 122:d=3 hl=2 l= 34 cons: cont [ 4 ]
36 124:d=4 hl=2 l= 11 cons: SET
37 126:d=5 hl=2 l= 9 cons: SEQUENCE
38 128:d=6 hl=2 l= 3 prim: OBJECT :countryName
39 133:d=6 hl=2 l= 2 prim: PRINTABLESTRING :US
40 137:d=4 hl=2 l= 19 cons: SET
41 139:d=5 hl=2 l= 17 cons: SEQUENCE
42 141:d=6 hl=2 l= 3 prim: OBJECT :stateOrProvinceName
43 146:d=6 hl=2 l= 10 prim: UTF8STRING :California
44 158:d=2 hl=2 l= 15 cons: SEQUENCE
45 160:d=3 hl=2 l= 13 cons: cont [ 4 ]
46 162:d=4 hl=2 l= 11 cons: SET
47 164:d=5 hl=2 l= 9 cons: SEQUENCE
48 166:d=6 hl=2 l= 3 prim: OBJECT :countryName
49 171:d=6 hl=2 l= 2 prim: PRINTABLESTRING :DE
50 -----BEGIN NAME CONSTRAINTS-----
51 MIGsoHEwD6QNMQswCQYDVQQGEwJVUzA8pDoxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApDYWxpZm9y
52 bmlhMRYwFAYDVQQHDA1Nb3VudGFpbiBWaWV3MCCkHjELMAkGA1UEBhMCSlAxDzANBgNVBAgMBuad
53 seS6rKE3MCSkIjELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWEwD6QNMQswCQYDVQQG
54 EwJERQ==
55 -----END NAME CONSTRAINTS-----
OLDNEW
« 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