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

Side by Side Diff: net/data/parse_certificate_unittest/v3_certificate_template.txt

Issue 2359003003: Convert tests that parse a BasicConstraints value to instead (Closed)
Patch Set: fix comment Created 4 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 unified diff | Download patch
« no previous file with comments | « net/data/parse_certificate_unittest/regenerate_pem_from_ascii.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This is cert.pem from BoringSSL's tests.
2 # https://boringssl.googlesource.com/boringssl/+/5acc423517ec9d53e6cf2cd1b968405 e0972c745/ssl/test/runner/cert.pem
3
4 # This file is itself valid ascii-der, however uses comments to name various
5 # sections (using BEGIN and END). These named sections can be overlapping, and
6 # are replaced for generating various test data.
7
8 SEQUENCE {
9 SEQUENCE {
10 [0] {
11 INTEGER { 2 }
12 }
13 INTEGER { `00fbb04c2eab109b0c` }
14 SEQUENCE {
15 # sha1WithRSAEncryption
16 OBJECT_IDENTIFIER { 1.2.840.113549.1.1.5 }
17 NULL {}
18 }
19 SEQUENCE {
20 SET {
21 SEQUENCE {
22 # countryName
23 OBJECT_IDENTIFIER { 2.5.4.6 }
24 PrintableString { "AU" }
25 }
26 }
27 SET {
28 SEQUENCE {
29 # stateOrProvinceName
30 OBJECT_IDENTIFIER { 2.5.4.8 }
31 UTF8String { "Some-State" }
32 }
33 }
34 SET {
35 SEQUENCE {
36 # organizationName
37 OBJECT_IDENTIFIER { 2.5.4.10 }
38 UTF8String { "Internet Widgits Pty Ltd" }
39 }
40 }
41 }
42 SEQUENCE {
43 UTCTime { "140423205040Z" }
44 UTCTime { "170422205040Z" }
45 }
46 SEQUENCE {
47 SET {
48 SEQUENCE {
49 # countryName
50 OBJECT_IDENTIFIER { 2.5.4.6 }
51 PrintableString { "AU" }
52 }
53 }
54 SET {
55 SEQUENCE {
56 # stateOrProvinceName
57 OBJECT_IDENTIFIER { 2.5.4.8 }
58 UTF8String { "Some-State" }
59 }
60 }
61 SET {
62 SEQUENCE {
63 # organizationName
64 OBJECT_IDENTIFIER { 2.5.4.10 }
65 UTF8String { "Internet Widgits Pty Ltd" }
66 }
67 }
68 }
69 SEQUENCE {
70 SEQUENCE {
71 # rsaEncryption
72 OBJECT_IDENTIFIER { 1.2.840.113549.1.1.1 }
73 NULL {}
74 }
75 BIT_STRING {
76 `00`
77 SEQUENCE {
78 INTEGER { `00d82bc8a632e462ff4df3d0ad598b45a7bdf147bf09587b22bd35ae972 58694a080c0b41f7691674631d01084b7221e70239172c8e96d793a8577800fc4951675c54a714cc 8633fa3f2639c2a4f9afacbc1716e288528a0271e651cae07d55b6f2d43ed2b90b18caf246daee91 73a05c1bfb81cae653b1b58c2d9aed6aa6788f1` }
79 INTEGER { 65537 }
80 }
81 }
82 }
83 [3] {
84 SEQUENCE {
85 SEQUENCE {
86 # subjectKeyIdentifier
87 OBJECT_IDENTIFIER { 2.5.29.14 }
88 OCTET_STRING {
89 OCTET_STRING { `8b75d5accb08be0e1f65b7fa56be6ca775da85af` }
90 }
91 }
92 SEQUENCE {
93 # authorityKeyIdentifier
94 OBJECT_IDENTIFIER { 2.5.29.35 }
95 OCTET_STRING {
96 SEQUENCE {
97 [0 PRIMITIVE] { `8b75d5accb08be0e1f65b7fa56be6ca775da85af` }
98 }
99 }
100 }
101
102 SEQUENCE {
103 # basicConstraints
104 OBJECT_IDENTIFIER { 2.5.29.19 }
105 OCTET_STRING {
106 #-----BEGIN BASIC_CONSTRAINTS-----
107 SEQUENCE {
108 BOOLEAN { `ff` }
109 }
110 #-----END BASIC_CONSTRAINTS-----
111 }
112 }
113 }
114 }
115 }
116 SEQUENCE {
117 # sha1WithRSAEncryption
118 OBJECT_IDENTIFIER { 1.2.840.113549.1.1.5 }
119 NULL {}
120 }
121 BIT_STRING { `003be8786d95d63d6af713192c1bc288ae22abf48d32f57c7167cf2dd11cc2c3 87e2e9be895ce434ab4891c23f95ae2b479e25786b4f9a10a472fdcff7020cb00a08a45ae2e5747e 111d39606ac91f69f32e6326dc9eef6b7a0ae1545798aa729178047e1f8f654d1f0b12ac9c240f84 141a552d1fbbf09d09b2085c5932658026` }
122 }
OLDNEW
« no previous file with comments | « net/data/parse_certificate_unittest/regenerate_pem_from_ascii.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698