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

Side by Side Diff: net/data/verify_certificate_chain_unittest/target-signed-by-512bit-rsa.pem

Issue 2282183004: Add error information to VerifyCertificateChain(). (Closed)
Patch Set: 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-target-signed-by-512bit-rsa.py] 1 [Created by: generate-target-signed-by-512bit-rsa.py]
2 2
3 Certificate chain with 1 intermediate and a trusted root. The target 3 Certificate chain with 1 intermediate and a trusted root. The target
4 certificate is signed using a weak RSA key (512-bit modulus), and so 4 certificate is signed using a weak RSA key (512-bit modulus), and so
5 verification is expected to fail. 5 verification is expected to fail.
6 6
7 Certificate: 7 Certificate:
8 Data: 8 Data:
9 Version: 3 (0x2) 9 Version: 3 (0x2)
10 Serial Number: 1 (0x1) 10 Serial Number: 1 (0x1)
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 hKGhVvi5RULN 239 hKGhVvi5RULN
240 -----END TRUST_ANCHOR_UNCONSTRAINED----- 240 -----END TRUST_ANCHOR_UNCONSTRAINED-----
241 241
242 -----BEGIN TIME----- 242 -----BEGIN TIME-----
243 MTUwMzAyMTIwMDAwWg== 243 MTUwMzAyMTIwMDAwWg==
244 -----END TIME----- 244 -----END TIME-----
245 245
246 -----BEGIN VERIFY_RESULT----- 246 -----BEGIN VERIFY_RESULT-----
247 RkFJTA== 247 RkFJTA==
248 -----END VERIFY_RESULT----- 248 -----END VERIFY_RESULT-----
249
250 -----BEGIN ERRORS-----
251 U2lnbmF0dXJlIHZlcmlmaWNhdGlvbiBmYWlsZWQ=
252 -----END ERRORS-----
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698