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

Side by Side Diff: net/data/parse_certificate_unittest/cert_not_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 otherwise valid input for ParseCertificate(), however the SEQUENCE
2 tag was changed to be an INTEGER.
3
4
5
6 -----BEGIN CERTIFICATE-----
7 AhAwBgUAMAIFADACBQADAgCs
8 -----END CERTIFICATE-----
9
10 $ openssl asn1parse -i < [CERTIFICATE]
11 0:d=0 hl=2 l= 16 prim: INTEGER :300605003002050030020500030200AC
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698