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

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

Issue 561613002: Support SHA-256 on pre-Vista Windows clients (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Attempt to reset net_test_suite Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/cert/sha256_legacy_support_win_unittest.cc ('k') | net/data/ssl/certificates/sha256.pem » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/certificates/README
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README
index 17247f369fa939ce796bb6fcc1c4c40552bc9eeb..a3a94c807f3cc7321245f9d5b24f915cd6f0c3fe 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -112,6 +112,11 @@ unit tests.
- ocsp-test-root.pem : A root certificate for the code in
net/tools/testserver/minica.py
+- sha256.pem: Used to test the handling of SHA-256 certs on Windows.
+ Generated by using the command:
+ "openssl req -x509 -days 3650 -sha256 -newkey rsa:2048 -text \
+ -config ../scripts/ee.cnf -out sha256.pem"
+
- spdy_pooling.pem : Used to test the handling of spdy IP connection pooling
Generated by using the command
"openssl req -x509 -days 3650 -sha1 -extensions req_spdy_pooling \
« no previous file with comments | « net/cert/sha256_legacy_support_win_unittest.cc ('k') | net/data/ssl/certificates/sha256.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698