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

Side by Side Diff: net/data/verify_certificate_chain_unittest/key-rollover-newchain.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/MA0GCSqGSIb3DQEBCwUAA4IBAQB32LE75cTO 296 AwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQB32LE75cTO
297 xzfG+tenoc9mDhlJ6gby7I2SfeLeQzIiVbSE9TC7RJHBgSqqruE8hhcgKBWh0NzO 297 xzfG+tenoc9mDhlJ6gby7I2SfeLeQzIiVbSE9TC7RJHBgSqqruE8hhcgKBWh0NzO
298 fGJnTtWo4ONEka+WJFgN6yYfQjeC3taEQDbHeH1s9/pUoHDQuUGo8jsZ8cw2l2l4 298 fGJnTtWo4ONEka+WJFgN6yYfQjeC3taEQDbHeH1s9/pUoHDQuUGo8jsZ8cw2l2l4
299 ZjytAx5w54EjEdaY17rlmNgSx0sdW7HNkVxJ8NOZ3Z6r23sy9oy+/gsrHpaNbn5K 299 ZjytAx5w54EjEdaY17rlmNgSx0sdW7HNkVxJ8NOZ3Z6r23sy9oy+/gsrHpaNbn5K
300 aXHztvdEX6EvYmfwVbCi0dt/WDsQBU/hAJ1FT10euKiDvTO9FAc0I16ZuxY+7t6E 300 aXHztvdEX6EvYmfwVbCi0dt/WDsQBU/hAJ1FT10euKiDvTO9FAc0I16ZuxY+7t6E
301 llO/KeelUqm2anbbpu5FND/3SNiKEkbGbLoxhehFB4UjN4X/Fd4LqJdAYBGdIKj8 301 llO/KeelUqm2anbbpu5FND/3SNiKEkbGbLoxhehFB4UjN4X/Fd4LqJdAYBGdIKj8
302 Uzhm6p7UG580 302 Uzhm6p7UG580
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