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

Unified Diff: net/data/ssl/certificates/README

Issue 1286793002: Treat failure to parse certificates as SSL protocol errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sleevi comments Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: net/data/ssl/certificates/README
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README
index 3f76a2a101cc12129e8f60b7ac30e323fd9f9009..fd59cce67ace5e8b338595bdd956b4b4350b9613 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -129,6 +129,9 @@ unit tests.
- quic_root.crt
These certificates are used by the ProofVerifier's unit tests of QUIC.
+- bad_validity.pem : A certificate with bogus notBefore and notAfter fields.
+ Windows refuses to parse this certificate.
Ryan Sleevi 2015/08/12 22:03:19 It'd be preferable to not manually generate this.
davidben 2015/08/12 22:14:05 This was generated from the Go program attached in
Ryan Sleevi 2015/08/13 22:54:57 Eh, that's what we said about the certs until we s
davidben 2015/08/14 22:42:36 Done. Yeah, I really don't like using openssl x509
+
===== From net/data/ssl/scripts/generate-test-certs.sh
- expired_cert.pem
- ok_cert.pem

Powered by Google App Engine
This is Rietveld 408576698