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

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

Issue 8400075: Fix the "certificate is not yet valid" error for server certificates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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
===================================================================
--- net/data/ssl/certificates/README (revision 107789)
+++ net/data/ssl/certificates/README (working copy)
@@ -56,3 +56,11 @@
"mail.google.com". Because it is signed by that CA instead of the true CA
for that host, it will fail the
TransportSecurityState::IsChainOfPublicKeysPermitted test.
+
+- salesforce_com_test.der
Ryan Sleevi 2011/10/28 22:47:01 Can you run these through OpenSSL to PEM encode th
wtc 2011/10/28 23:21:37 This quadruples the file size (from 1KB to 4KB),
Ryan Sleevi 2011/10/28 23:32:43 For source-only downloads, I didn't think this was
+- verisign_intermediate_ca_2011.der
+- verisign_intermediate_ca_2016.der : Certificates for testing two
+ X509Certificate objects that contain the same server certificate but
+ different intermediate CA certificates. The two intermediate CA
+ certificates actually represent the same intermediate CA but have
+ different validity periods.

Powered by Google App Engine
This is Rietveld 408576698