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

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

Issue 1288193003: Add a function for parsing RFC 5280's "Certificate". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_helpers
Patch Set: More comment fixes 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 an empty SEQUENCE. It will fail to be parsed as a Certificate since it
2 contains no fields.
3
4
5
6 -----BEGIN CERTIFICATE-----
7 MAA=
8 -----END CERTIFICATE-----
9
10 $ openssl asn1parse -i < [CERTIFICATE]
11 0:d=0 hl=2 l= 0 cons: SEQUENCE
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698