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

Side by Side Diff: net/data/verify_certificate_chain_unittest/intermediate-eku-any-and-clientauth/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 and a trusted root. The intermediate 3 Certificate chain where the intermediate restricts the extended key usage to
4 restricts the EKU to clientAuth + any, and the target has serverAuth + 4 clientAuth + any, and the target sets serverAuth + clientAuth.
5 clientAuth. Verification is expected to succeed because intermediate will match
6 the "any".
7 5
8 Certificate: 6 Certificate:
9 Data: 7 Data:
10 Version: 3 (0x2) 8 Version: 3 (0x2)
11 Serial Number: 1 (0x1) 9 Serial Number: 1 (0x1)
12 Signature Algorithm: sha256WithRSAEncryption 10 Signature Algorithm: sha256WithRSAEncryption
13 Issuer: CN=Intermediate 11 Issuer: CN=Intermediate
14 Validity 12 Validity
15 Not Before: Jan 1 12:00:00 2015 GMT 13 Not Before: Jan 1 12:00:00 2015 GMT
16 Not After : Jan 1 12:00:00 2016 GMT 14 Not After : Jan 1 12:00:00 2016 GMT
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 CCsGAQUFBzAChhtodHRwOi8vdXJsLWZvci1haWEvUm9vdC5jZXIwLAYDVR0fBCUw 265 CCsGAQUFBzAChhtodHRwOi8vdXJsLWZvci1haWEvUm9vdC5jZXIwLAYDVR0fBCUw
268 IzAhoB+gHYYbaHR0cDovL3VybC1mb3ItY3JsL1Jvb3QuY3JsMA4GA1UdDwEB/wQE 266 IzAhoB+gHYYbaHR0cDovL3VybC1mb3ItY3JsL1Jvb3QuY3JsMA4GA1UdDwEB/wQE
269 AwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQBHtuk6htxR 267 AwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQBHtuk6htxR
270 3h+c5M4IqijuUJ6Sf/nuDEQe6OMYbVHb5WJWr/3KN6J8p6lkjSdSDMVKZG8WMCrG 268 3h+c5M4IqijuUJ6Sf/nuDEQe6OMYbVHb5WJWr/3KN6J8p6lkjSdSDMVKZG8WMCrG
271 Yxh/fD3+oV5KBIcbZBzGA4nSojvgv/Sks5Pvdf07Th+c/TbsPG/stWIh4MRLB3E0 269 Yxh/fD3+oV5KBIcbZBzGA4nSojvgv/Sks5Pvdf07Th+c/TbsPG/stWIh4MRLB3E0
272 KWEguVBs/LmhdDmTEDLqHhFeICdHemo9UuE1hZ3KZfINtqJqNK8xI6HKvs/cqzYE 270 KWEguVBs/LmhdDmTEDLqHhFeICdHemo9UuE1hZ3KZfINtqJqNK8xI6HKvs/cqzYE
273 T9aTm8E//d001MoWhEuSTNURTcOuEaeNwM/IlCdbf53g2PpnenXOpOfV0Mj8zjEg 271 T9aTm8E//d001MoWhEuSTNURTcOuEaeNwM/IlCdbf53g2PpnenXOpOfV0Mj8zjEg
274 q3o7WY9Bzlh/cJab4wA7yp7z32bhhnrwHHJrliopxzr1w8DEX6aGf8H1rm9MFDqx 272 q3o7WY9Bzlh/cJab4wA7yp7z32bhhnrwHHJrliopxzr1w8DEX6aGf8H1rm9MFDqx
275 FV7JyHdS0drF 273 FV7JyHdS0drF
276 -----END CERTIFICATE----- 274 -----END CERTIFICATE-----
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698