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

Unified Diff: net/data/parse_certificate_unittest/extensions_subject_alt_name.pem

Issue 2361233002: Convert tests that parse an Extensions sequence to instead (Closed)
Patch Set: rebase Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: net/data/parse_certificate_unittest/extensions_subject_alt_name.pem
diff --git a/net/data/parse_certificate_unittest/extensions_subject_alt_name.pem b/net/data/parse_certificate_unittest/extensions_subject_alt_name.pem
deleted file mode 100644
index 98a59bd71691e1c5883ad8593722633e2a014374..0000000000000000000000000000000000000000
--- a/net/data/parse_certificate_unittest/extensions_subject_alt_name.pem
+++ /dev/null
@@ -1,15 +0,0 @@
-$ openssl asn1parse -i < [EXTENSIONS]
- 0:d=0 hl=2 l= 32 cons: SEQUENCE
- 2:d=1 hl=2 l= 30 cons: SEQUENCE
- 4:d=2 hl=2 l= 3 prim: OBJECT :X509v3 Subject Alternative Name
- 9:d=2 hl=2 l= 23 prim: OCTET STRING [HEX DUMP]:30158213656D657267656E6379737570706F72742E7573
------BEGIN EXTENSIONS-----
-MCAwHgYDVR0RBBcwFYITZW1lcmdlbmN5c3VwcG9ydC51cw==
------END EXTENSIONS-----
-
-$ openssl asn1parse -i < [SUBJECT ALT NAME]
- 0:d=0 hl=2 l= 21 cons: SEQUENCE
- 2:d=1 hl=2 l= 19 prim: cont [ 2 ]
------BEGIN SUBJECT ALT NAME-----
-MBWCE2VtZXJnZW5jeXN1cHBvcnQudXM=
------END SUBJECT ALT NAME-----

Powered by Google App Engine
This is Rietveld 408576698