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

Side by Side Diff: net/data/verify_certificate_chain_unittest/unconstrained-root-basic-constraints-ca-false.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-unconstrained-root-basic-constraints-ca-false.py] 1 [Created by: generate-unconstrained-root-basic-constraints-ca-false.py]
2 2
3 Certificate chain with 1 intermediate and a trust anchor. The trust anchor 3 Certificate chain with 1 intermediate and a trust anchor. The trust anchor
4 has a basic constraints extension that indicates it is NOT a CA. Verification 4 has a basic constraints extension that indicates it is NOT a CA. Verification
5 is expected to succeed as constraints on the root certificate are not applied 5 is expected to succeed as constraints on the root certificate are not applied
6 to the trust anchor. 6 to the trust anchor.
7 7
8 Certificate: 8 Certificate:
9 Data: 9 Data:
10 Version: 3 (0x2) 10 Version: 3 (0x2)
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 IzAhoB+gHYYbaHR0cDovL3VybC1mb3ItY3JsL1Jvb3QuY3JsMA4GA1UdDwEB/wQE 266 IzAhoB+gHYYbaHR0cDovL3VybC1mb3ItY3JsL1Jvb3QuY3JsMA4GA1UdDwEB/wQE
267 AwIBBjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4IBAQAn3LejCaarB3Ri 267 AwIBBjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4IBAQAn3LejCaarB3Ri
268 5ldGWnWnjcd3R6Rem5uFaVynkrYw3rbF5cJXwgXs3Xt2jyDciXW5am7YX0u5hfGx 268 5ldGWnWnjcd3R6Rem5uFaVynkrYw3rbF5cJXwgXs3Xt2jyDciXW5am7YX0u5hfGx
269 HjMzGP/GvB0KKaxGwXc2ro+ugfrDXbneSk+O/LbtxJMfhzQ5usN2+gM4xlfEHUHL 269 HjMzGP/GvB0KKaxGwXc2ro+ugfrDXbneSk+O/LbtxJMfhzQ5usN2+gM4xlfEHUHL
270 S4wmnWCz6Q9afSIPWE1gcqQjd79YtPSO3IxCLkb5Zwq1uaZgBhaLKOLnlf/I4tlQ 270 S4wmnWCz6Q9afSIPWE1gcqQjd79YtPSO3IxCLkb5Zwq1uaZgBhaLKOLnlf/I4tlQ
271 F4hFHhMgvSAD+EYXIV26Gjz97CXPBC6Q27YPD9vV/1qL/U+Fq378p6MQsYRu5CAR 271 F4hFHhMgvSAD+EYXIV26Gjz97CXPBC6Q27YPD9vV/1qL/U+Fq378p6MQsYRu5CAR
272 v9SxPKNYKvVWReKG8K5nBdm2V3k84gMmcCf75g+Wp0Ccpsv63r2L+eKtfZ21rCe/ 272 v9SxPKNYKvVWReKG8K5nBdm2V3k84gMmcCf75g+Wp0Ccpsv63r2L+eKtfZ21rCe/
273 g5sQlPJx 273 g5sQlPJx
274 -----END TRUST_ANCHOR_UNCONSTRAINED----- 274 -----END TRUST_ANCHOR_UNCONSTRAINED-----
275 275
276 150302120000Z
276 -----BEGIN TIME----- 277 -----BEGIN TIME-----
277 MTUwMzAyMTIwMDAwWg== 278 MTUwMzAyMTIwMDAwWg==
278 -----END TIME----- 279 -----END TIME-----
279 280
281 SUCCESS
280 -----BEGIN VERIFY_RESULT----- 282 -----BEGIN VERIFY_RESULT-----
281 U1VDQ0VTUw== 283 U1VDQ0VTUw==
282 -----END VERIFY_RESULT----- 284 -----END VERIFY_RESULT-----
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698