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

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

Issue 2881023003: X509CertificateBytes: Allow invalid serial numbers for now. (Closed)
Patch Set: review changes 2 Created 3 years, 7 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/tbs_serial_number_26_octets.pem ('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
1 # This is cert.pem from BoringSSL's tests. 1 # This is cert.pem from BoringSSL's tests.
2 # https://boringssl.googlesource.com/boringssl/+/5acc423517ec9d53e6cf2cd1b968405 e0972c745/ssl/test/runner/cert.pem 2 # https://boringssl.googlesource.com/boringssl/+/5acc423517ec9d53e6cf2cd1b968405 e0972c745/ssl/test/runner/cert.pem
3 3
4 # This file is itself valid ascii-der, however uses comments to name various 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 5 # sections (using BEGIN and END). These named sections can be overlapping, and
6 # are replaced for generating various test data. 6 # are replaced for generating various test data.
7 7
8 SEQUENCE { 8 SEQUENCE {
9 SEQUENCE { 9 SEQUENCE {
10 [0] { 10 [0] {
11 INTEGER { 2 } 11 INTEGER { 2 }
12 } 12 }
13 #-----BEGIN SERIAL-----
13 INTEGER { `00fbb04c2eab109b0c` } 14 INTEGER { `00fbb04c2eab109b0c` }
15 #-----END SERIAL-----
14 SEQUENCE { 16 SEQUENCE {
15 # sha1WithRSAEncryption 17 # sha1WithRSAEncryption
16 OBJECT_IDENTIFIER { 1.2.840.113549.1.1.5 } 18 OBJECT_IDENTIFIER { 1.2.840.113549.1.1.5 }
17 NULL {} 19 NULL {}
18 } 20 }
19 SEQUENCE { 21 SEQUENCE {
20 SET { 22 SET {
21 SEQUENCE { 23 SEQUENCE {
22 # countryName 24 # countryName
23 OBJECT_IDENTIFIER { 2.5.4.6 } 25 OBJECT_IDENTIFIER { 2.5.4.6 }
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 #-----END EXTENSIONS----- 122 #-----END EXTENSIONS-----
121 } 123 }
122 } 124 }
123 SEQUENCE { 125 SEQUENCE {
124 # sha1WithRSAEncryption 126 # sha1WithRSAEncryption
125 OBJECT_IDENTIFIER { 1.2.840.113549.1.1.5 } 127 OBJECT_IDENTIFIER { 1.2.840.113549.1.1.5 }
126 NULL {} 128 NULL {}
127 } 129 }
128 BIT_STRING { `003be8786d95d63d6af713192c1bc288ae22abf48d32f57c7167cf2dd11cc2c3 87e2e9be895ce434ab4891c23f95ae2b479e25786b4f9a10a472fdcff7020cb00a08a45ae2e5747e 111d39606ac91f69f32e6326dc9eef6b7a0ae1545798aa729178047e1f8f654d1f0b12ac9c240f84 141a552d1fbbf09d09b2085c5932658026` } 130 BIT_STRING { `003be8786d95d63d6af713192c1bc288ae22abf48d32f57c7167cf2dd11cc2c3 87e2e9be895ce434ab4891c23f95ae2b479e25786b4f9a10a472fdcff7020cb00a08a45ae2e5747e 111d39606ac91f69f32e6326dc9eef6b7a0ae1545798aa729178047e1f8f654d1f0b12ac9c240f84 141a552d1fbbf09d09b2085c5932658026` }
129 } 131 }
OLDNEW
« no previous file with comments | « net/data/parse_certificate_unittest/tbs_serial_number_26_octets.pem ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698