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

Side by Side Diff: net/data/verify_certificate_chain_unittest/key-rollover-longrolloverchain.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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 IzAhoB+gHYYbaHR0cDovL3VybC1mb3ItY3JsL1Jvb3QuY3JsMA4GA1UdDwEB/wQE 473 IzAhoB+gHYYbaHR0cDovL3VybC1mb3ItY3JsL1Jvb3QuY3JsMA4GA1UdDwEB/wQE
474 AwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQB/7BPwRlPV 474 AwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQB/7BPwRlPV
475 dQilN0ScRxmeBe/WMGgeC8g8hJNRNiVIYFbUeR+2LJHjb2H5533ItntwfydtLDjs 475 dQilN0ScRxmeBe/WMGgeC8g8hJNRNiVIYFbUeR+2LJHjb2H5533ItntwfydtLDjs
476 c+SMhvRIjhsJDZ/4Wh+V7fED6plk1i1GTrgLZxCYjhkuMeHj1v58l+mjehglnNRP 476 c+SMhvRIjhsJDZ/4Wh+V7fED6plk1i1GTrgLZxCYjhkuMeHj1v58l+mjehglnNRP
477 zqkRHfBTMorojo2A+/HBwWrBz9I2orH5Mp4F/XMauTflVbIeeISlBEVK1SStIDn+ 477 zqkRHfBTMorojo2A+/HBwWrBz9I2orH5Mp4F/XMauTflVbIeeISlBEVK1SStIDn+
478 q8443cAeL93OtFxJHat64b3pptICZIqplzaJQsKCFOyq3Xe+sdbST4uk/lsGKBwv 478 q8443cAeL93OtFxJHat64b3pptICZIqplzaJQsKCFOyq3Xe+sdbST4uk/lsGKBwv
479 ToMVHxCpxs6Opsq7LAFqrplZRAX8pX7+c1/ftQtItUO2EJ9CLotl9kclJ2bvpqDK 479 ToMVHxCpxs6Opsq7LAFqrplZRAX8pX7+c1/ftQtItUO2EJ9CLotl9kclJ2bvpqDK
480 08ycrC0iW4dc 480 08ycrC0iW4dc
481 -----END TRUST_ANCHOR_UNCONSTRAINED----- 481 -----END TRUST_ANCHOR_UNCONSTRAINED-----
482 482
483 150302120000Z
483 -----BEGIN TIME----- 484 -----BEGIN TIME-----
484 MTUwMzAyMTIwMDAwWg== 485 MTUwMzAyMTIwMDAwWg==
485 -----END TIME----- 486 -----END TIME-----
486 487
488 SUCCESS
487 -----BEGIN VERIFY_RESULT----- 489 -----BEGIN VERIFY_RESULT-----
488 U1VDQ0VTUw== 490 U1VDQ0VTUw==
489 -----END VERIFY_RESULT----- 491 -----END VERIFY_RESULT-----
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698