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

Side by Side Diff: net/data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal.pem

Issue 2801813004: Refactor VerifyCertificateChain test data to include a key purpose (Closed)
Patch Set: checkpoint Created 3 years, 8 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 This is certificate chain where the issuer of the second certificate is not 1 This is certificate chain where the issuer of the second certificate is not
2 byte-for-byte equal to the subject of the third certificate. 2 byte-for-byte equal to the subject of the third certificate.
3 3
4 The names are equal when applying the comparison rules given in RFC 5280. The 4 The names are equal when applying the comparison rules given in RFC 5280. The
5 difference in byte values is due to encoding some components as UTF8String 5 difference in byte values is due to encoding some components as UTF8String
6 which were encoded in the other version as PrintableString. 6 which were encoded in the other version as PrintableString.
7 7
8 The verification should succeed. 8 The verification should succeed.
9 9
10 This certificate chain was obtained from the certificate transparency database. 10 This certificate chain was obtained from the certificate transparency database.
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 -----END TRUST_ANCHOR_UNCONSTRAINED----- 454 -----END TRUST_ANCHOR_UNCONSTRAINED-----
455 455
456 -----BEGIN TIME----- 456 -----BEGIN TIME-----
457 MTMwNTIwMTUxODMzWg== 457 MTMwNTIwMTUxODMzWg==
458 -----END TIME----- 458 -----END TIME-----
459 459
460 -----BEGIN VERIFY_RESULT----- 460 -----BEGIN VERIFY_RESULT-----
461 U1VDQ0VTUw== 461 U1VDQ0VTUw==
462 -----END VERIFY_RESULT----- 462 -----END VERIFY_RESULT-----
463 463
464 464 serverAuth
465 -----BEGIN KEY_PURPOSE-----
466 c2VydmVyQXV0aA==
467 -----END KEY_PURPOSE-----
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698