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

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

Issue 2361233002: Convert tests that parse an Extensions sequence to instead (Closed)
Patch Set: rebase 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
OLDNEW
(Empty)
1 $ openssl asn1parse -i < [EXTENSIONS]
2 0:d=0 hl=2 l= 14 cons: SEQUENCE
3 2:d=1 hl=2 l= 12 cons: SEQUENCE
4 4:d=2 hl=2 l= 3 prim: OBJECT :X509v3 Basic Constraints
5 9:d=2 hl=2 l= 1 prim: BOOLEAN :255
6 12:d=2 hl=2 l= 2 prim: OCTET STRING [HEX DUMP]:3000
7 -----BEGIN EXTENSIONS-----
8 MA4wDAYDVR0TAQH/BAIwAA==
9 -----END EXTENSIONS-----
10
11 $ openssl asn1parse -i < [BASIC CONSTRAINTS]
12 0:d=0 hl=2 l= 0 cons: SEQUENCE
13 -----BEGIN BASIC CONSTRAINTS-----
14 MAA=
15 -----END BASIC CONSTRAINTS-----
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698