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

Side by Side Diff: net/data/verify_certificate_chain_unittest/key-rollover-rolloverchain.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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 IzAhoB+gHYYbaHR0cDovL3VybC1mb3ItY3JsL1Jvb3QuY3JsMA4GA1UdDwEB/wQE 384 IzAhoB+gHYYbaHR0cDovL3VybC1mb3ItY3JsL1Jvb3QuY3JsMA4GA1UdDwEB/wQE
385 AwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQB/7BPwRlPV 385 AwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQB/7BPwRlPV
386 dQilN0ScRxmeBe/WMGgeC8g8hJNRNiVIYFbUeR+2LJHjb2H5533ItntwfydtLDjs 386 dQilN0ScRxmeBe/WMGgeC8g8hJNRNiVIYFbUeR+2LJHjb2H5533ItntwfydtLDjs
387 c+SMhvRIjhsJDZ/4Wh+V7fED6plk1i1GTrgLZxCYjhkuMeHj1v58l+mjehglnNRP 387 c+SMhvRIjhsJDZ/4Wh+V7fED6plk1i1GTrgLZxCYjhkuMeHj1v58l+mjehglnNRP
388 zqkRHfBTMorojo2A+/HBwWrBz9I2orH5Mp4F/XMauTflVbIeeISlBEVK1SStIDn+ 388 zqkRHfBTMorojo2A+/HBwWrBz9I2orH5Mp4F/XMauTflVbIeeISlBEVK1SStIDn+
389 q8443cAeL93OtFxJHat64b3pptICZIqplzaJQsKCFOyq3Xe+sdbST4uk/lsGKBwv 389 q8443cAeL93OtFxJHat64b3pptICZIqplzaJQsKCFOyq3Xe+sdbST4uk/lsGKBwv
390 ToMVHxCpxs6Opsq7LAFqrplZRAX8pX7+c1/ftQtItUO2EJ9CLotl9kclJ2bvpqDK 390 ToMVHxCpxs6Opsq7LAFqrplZRAX8pX7+c1/ftQtItUO2EJ9CLotl9kclJ2bvpqDK
391 08ycrC0iW4dc 391 08ycrC0iW4dc
392 -----END TRUST_ANCHOR_UNCONSTRAINED----- 392 -----END TRUST_ANCHOR_UNCONSTRAINED-----
393 393
394 150302120000Z
394 -----BEGIN TIME----- 395 -----BEGIN TIME-----
395 MTUwMzAyMTIwMDAwWg== 396 MTUwMzAyMTIwMDAwWg==
396 -----END TIME----- 397 -----END TIME-----
397 398
399 SUCCESS
398 -----BEGIN VERIFY_RESULT----- 400 -----BEGIN VERIFY_RESULT-----
399 U1VDQ0VTUw== 401 U1VDQ0VTUw==
400 -----END VERIFY_RESULT----- 402 -----END VERIFY_RESULT-----
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698