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

Side by Side Diff: net/data/verify_certificate_chain_unittest/constrained-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-constrained-root-basic-constraints-ca-false.py] 1 [Created by: generate-constrained-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 even though the trust anchor enforces constraints, since 5 is expected to succeed even though the trust anchor enforces constraints, since
6 the CA part of basic constraints is not enforced. 6 the CA part of basic constraints is not enforced.
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 AwIBBjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4IBAQAmnYp4HbZZzcwj 267 AwIBBjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4IBAQAmnYp4HbZZzcwj
268 ECubLKG0/FMexVfY2AXy3KYTLksTrxS/+sCvPpYkSu04DxDwkKnEDZJZbccSvxfi 268 ECubLKG0/FMexVfY2AXy3KYTLksTrxS/+sCvPpYkSu04DxDwkKnEDZJZbccSvxfi
269 1xsgHHSrelA4Us9VWED3xO54pMF5q1AMp5CGCbAFvSrsMQClg0OVRScGwOdJo4Ge 269 1xsgHHSrelA4Us9VWED3xO54pMF5q1AMp5CGCbAFvSrsMQClg0OVRScGwOdJo4Ge
270 kFaXKfyw8U11aASTohuO/VLhLbgwvk496SuWTjijJkv+NnJFVVfxyZinnRfitgXI 270 kFaXKfyw8U11aASTohuO/VLhLbgwvk496SuWTjijJkv+NnJFVVfxyZinnRfitgXI
271 u6TtXr4ji2DgyELGKV83NyyGfQZnXmdEGX8TXdOKHlC3HANSDf9OPGn2L9FwN0dj 271 u6TtXr4ji2DgyELGKV83NyyGfQZnXmdEGX8TXdOKHlC3HANSDf9OPGn2L9FwN0dj
272 +mAfNKQf2C/t4A7yaPjjWDQzO6+PFcj+LnMXYKlJfn4aDpqiYL8JjYWMo9x3X0W0 272 +mAfNKQf2C/t4A7yaPjjWDQzO6+PFcj+LnMXYKlJfn4aDpqiYL8JjYWMo9x3X0W0
273 +fBtoCkq 273 +fBtoCkq
274 -----END TRUST_ANCHOR_CONSTRAINED----- 274 -----END TRUST_ANCHOR_CONSTRAINED-----
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