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

Side by Side Diff: net/data/parse_certificate_unittest/tbs_serial_number_26_octets.pem

Issue 1279963003: Add a function for parsing RFC 5280's "TBSCertificate". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_mapper
Patch Set: one more comment fix 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a TBSCertificate which has a serial number that is 26 octets long. This
2 violates RFC 5280.
3
4
5
6 -----BEGIN TBS CERTIFICATE-----
7 MDqgAwIBAAIaQsg8eFVS5Dkn5IvhKA+iD5+wj0f5RMMmaPkwAwQBATADBAEFMAMEAQgwAwQBCjA
8 DBAHz
9 -----END TBS CERTIFICATE-----
10
11 $ openssl asn1parse -i < [TBS CERTIFICATE]
12 0:d=0 hl=2 l= 58 cons: SEQUENCE
13 2:d=1 hl=2 l= 3 cons: cont [ 0 ]
14 4:d=2 hl=2 l= 1 prim: INTEGER :00
15 7:d=1 hl=2 l= 26 prim: INTEGER :42C83C785552E43927E48BE1280FA20 F9FB08F47F944C32668F9
16 35:d=1 hl=2 l= 3 cons: SEQUENCE
17 37:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:01
18 40:d=1 hl=2 l= 3 cons: SEQUENCE
19 42:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:05
20 45:d=1 hl=2 l= 3 cons: SEQUENCE
21 47:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:08
22 50:d=1 hl=2 l= 3 cons: SEQUENCE
23 52:d=2 hl=2 l= 1 prim: OCTET STRING :
24
25 55:d=1 hl=2 l= 3 cons: SEQUENCE
26 57:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:F3
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698