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

Side by Side Diff: net/data/verify_certificate_chain_unittest/key-rollover-oldchain.pem

Issue 2282183004: Add error information to VerifyCertificateChain(). (Closed)
Patch Set: fix typo in README 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 unified diff | Download patch
OLDNEW
1 [Created by: generate-key-rollover.py] 1 [Created by: generate-key-rollover.py]
2 2
3 A certificate tree with two self-signed root certificates(oldroot, newroot), 3 A certificate tree with two self-signed root certificates(oldroot, newroot),
4 and a third root certificate (newrootrollover) which has the same key as newroot 4 and a third root certificate (newrootrollover) which has the same key as newroot
5 but is signed by oldroot, all with the same subject and issuer. 5 but is signed by oldroot, all with the same subject and issuer.
6 There are two intermediates with the same key, subject and issuer 6 There are two intermediates with the same key, subject and issuer
7 (oldintermediate signed by oldroot, and newintermediate signed by newroot). 7 (oldintermediate signed by oldroot, and newintermediate signed by newroot).
8 The target certificate is signed by the intermediate key. 8 The target certificate is signed by the intermediate key.
9 9
10 10
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 IzAhoB+gHYYbaHR0cDovL3VybC1mb3ItY3JsL1Jvb3QuY3JsMA4GA1UdDwEB/wQE 295 IzAhoB+gHYYbaHR0cDovL3VybC1mb3ItY3JsL1Jvb3QuY3JsMA4GA1UdDwEB/wQE
296 AwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQB/7BPwRlPV 296 AwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQB/7BPwRlPV
297 dQilN0ScRxmeBe/WMGgeC8g8hJNRNiVIYFbUeR+2LJHjb2H5533ItntwfydtLDjs 297 dQilN0ScRxmeBe/WMGgeC8g8hJNRNiVIYFbUeR+2LJHjb2H5533ItntwfydtLDjs
298 c+SMhvRIjhsJDZ/4Wh+V7fED6plk1i1GTrgLZxCYjhkuMeHj1v58l+mjehglnNRP 298 c+SMhvRIjhsJDZ/4Wh+V7fED6plk1i1GTrgLZxCYjhkuMeHj1v58l+mjehglnNRP
299 zqkRHfBTMorojo2A+/HBwWrBz9I2orH5Mp4F/XMauTflVbIeeISlBEVK1SStIDn+ 299 zqkRHfBTMorojo2A+/HBwWrBz9I2orH5Mp4F/XMauTflVbIeeISlBEVK1SStIDn+
300 q8443cAeL93OtFxJHat64b3pptICZIqplzaJQsKCFOyq3Xe+sdbST4uk/lsGKBwv 300 q8443cAeL93OtFxJHat64b3pptICZIqplzaJQsKCFOyq3Xe+sdbST4uk/lsGKBwv
301 ToMVHxCpxs6Opsq7LAFqrplZRAX8pX7+c1/ftQtItUO2EJ9CLotl9kclJ2bvpqDK 301 ToMVHxCpxs6Opsq7LAFqrplZRAX8pX7+c1/ftQtItUO2EJ9CLotl9kclJ2bvpqDK
302 08ycrC0iW4dc 302 08ycrC0iW4dc
303 -----END TRUST_ANCHOR_UNCONSTRAINED----- 303 -----END TRUST_ANCHOR_UNCONSTRAINED-----
304 304
305 150302120000Z
305 -----BEGIN TIME----- 306 -----BEGIN TIME-----
306 MTUwMzAyMTIwMDAwWg== 307 MTUwMzAyMTIwMDAwWg==
307 -----END TIME----- 308 -----END TIME-----
308 309
310 SUCCESS
309 -----BEGIN VERIFY_RESULT----- 311 -----BEGIN VERIFY_RESULT-----
310 U1VDQ0VTUw== 312 U1VDQ0VTUw==
311 -----END VERIFY_RESULT----- 313 -----END VERIFY_RESULT-----
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698