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

Side by Side Diff: net/data/verify_certificate_chain_unittest/target-has-keycertsign-but-not-ca/chain.pem

Issue 2951403002: Update comments for net/data/verify_certificate_chain_unittest/ (Closed)
Patch Set: Created 3 years, 6 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-chains.py] 1 [Created by: generate-chains.py]
2 2
3 Certificate chain with 1 intermediate, a trusted root, and a target 3 Certificate chain where the leaf certificate asserts the keyCertSign key
4 certificate that is not a CA, and yet has the keyCertSign bit set. Verification 4 usage, however does not have CA=true in the basic constraints extension to
5 is expected to fail, since keyCertSign should only be asserted when CA is 5 indicate it is a CA.
6 true.
7 6
8 Certificate: 7 Certificate:
9 Data: 8 Data:
10 Version: 3 (0x2) 9 Version: 3 (0x2)
11 Serial Number: 1 (0x1) 10 Serial Number: 1 (0x1)
12 Signature Algorithm: sha256WithRSAEncryption 11 Signature Algorithm: sha256WithRSAEncryption
13 Issuer: CN=Intermediate 12 Issuer: CN=Intermediate
14 Validity 13 Validity
15 Not Before: Jan 1 12:00:00 2015 GMT 14 Not Before: Jan 1 12:00:00 2015 GMT
16 Not After : Jan 1 12:00:00 2016 GMT 15 Not After : Jan 1 12:00:00 2016 GMT
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 CCsGAQUFBzAChhtodHRwOi8vdXJsLWZvci1haWEvUm9vdC5jZXIwLAYDVR0fBCUw 264 CCsGAQUFBzAChhtodHRwOi8vdXJsLWZvci1haWEvUm9vdC5jZXIwLAYDVR0fBCUw
266 IzAhoB+gHYYbaHR0cDovL3VybC1mb3ItY3JsL1Jvb3QuY3JsMA4GA1UdDwEB/wQE 265 IzAhoB+gHYYbaHR0cDovL3VybC1mb3ItY3JsL1Jvb3QuY3JsMA4GA1UdDwEB/wQE
267 AwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQArRkrAQ1jM 266 AwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQArRkrAQ1jM
268 5Ub3g4yumgEmazJSNO6rY2yux0w18jVw0rmeFwuWaxF4neCDTkHmTz4Wf5P6T7n6 267 5Ub3g4yumgEmazJSNO6rY2yux0w18jVw0rmeFwuWaxF4neCDTkHmTz4Wf5P6T7n6
269 hiM00UdG2gDuWG9r10IEFUzogjGTxVhGQxnHS+thxyiiQvCtje0vkzmeRoQTQsmS 268 hiM00UdG2gDuWG9r10IEFUzogjGTxVhGQxnHS+thxyiiQvCtje0vkzmeRoQTQsmS
270 N075MqGEFyKVwZ4cI5EKMzIpOH9N7N6QD5Zd+3OaqalWwHSVPffrapdFL0ZQhGi5 269 N075MqGEFyKVwZ4cI5EKMzIpOH9N7N6QD5Zd+3OaqalWwHSVPffrapdFL0ZQhGi5
271 XGStAYqYGsE4ALKOqYtQJ0IxFuTHOxGnVrT097/1/OS4K1ks1j01b6em5syFzTbu 270 XGStAYqYGsE4ALKOqYtQJ0IxFuTHOxGnVrT097/1/OS4K1ks1j01b6em5syFzTbu
272 mNyvNTMk8g1f5d4bJubeLPbPHqwTZ4uKoY7wYtED7aolyguCMm4kTpWWs+qgM/wg 271 mNyvNTMk8g1f5d4bJubeLPbPHqwTZ4uKoY7wYtED7aolyguCMm4kTpWWs+qgM/wg
273 oz7kzqRgrzN4 272 oz7kzqRgrzN4
274 -----END CERTIFICATE----- 273 -----END CERTIFICATE-----
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698