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

Unified Diff: net/data/parse_certificate_unittest/extensions_policies.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_policies.pem
diff --git a/net/data/parse_certificate_unittest/extensions_policies.pem b/net/data/parse_certificate_unittest/extensions_policies.pem
deleted file mode 100644
index 13457bcb13ca37f5c18bd3103d72defd9e00e3d4..0000000000000000000000000000000000000000
--- a/net/data/parse_certificate_unittest/extensions_policies.pem
+++ /dev/null
@@ -1,24 +0,0 @@
-$ openssl asn1parse -i < [EXTENSIONS]
- 0:d=0 hl=2 l= 104 cons: SEQUENCE
- 2:d=1 hl=2 l= 102 cons: SEQUENCE
- 4:d=2 hl=2 l= 3 prim: OBJECT :X509v3 Certificate Policies
- 9:d=2 hl=2 l= 95 prim: OCTET STRING [HEX DUMP]:305D304D060A2A83088C9C1E01020201303F303D06082B06010505070201163168747470733A2F2F7265706F312E7365636F6D74727573742E6E65742F73706370702F6370732F696E6465782E68746D6C300C060A2A83088C9B1B64870501
------BEGIN EXTENSIONS-----
-MGgwZgYDVR0gBF8wXTBNBgoqgwiMnB4BAgIBMD8wPQYIKwYBBQUHAgEWMWh0dHBzOi8vcmVwbzE
-uc2Vjb210cnVzdC5uZXQvc3BjcHAvY3BzL2luZGV4Lmh0bWwwDAYKKoMIjJsbZIcFAQ==
------END EXTENSIONS-----
-
-$ openssl asn1parse -i < [POLICIES]
- 0:d=0 hl=2 l= 93 cons: SEQUENCE
- 2:d=1 hl=2 l= 77 cons: SEQUENCE
- 4:d=2 hl=2 l= 10 prim: OBJECT :1.2.392.200222.1.2.2.1
- 16:d=2 hl=2 l= 63 cons: SEQUENCE
- 18:d=3 hl=2 l= 61 cons: SEQUENCE
- 20:d=4 hl=2 l= 8 prim: OBJECT :Policy Qualifier CPS
- 30:d=4 hl=2 l= 49 prim: IA5STRING :https://repo1.secomtrust.net/spcpp/cps/index.html
- 81:d=1 hl=2 l= 12 cons: SEQUENCE
- 83:d=2 hl=2 l= 10 prim: OBJECT :1.2.392.200091.100.901.1
------BEGIN POLICIES-----
-MF0wTQYKKoMIjJweAQICATA/MD0GCCsGAQUFBwIBFjFodHRwczovL3JlcG8xLnNlY29tdHJ1c3Q
-ubmV0L3NwY3BwL2Nwcy9pbmRleC5odG1sMAwGCiqDCIybG2SHBQE=
------END POLICIES-----

Powered by Google App Engine
This is Rietveld 408576698