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

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

Issue 2560343002: Disable SHA-1 for Enterprise Certs (Closed)
Patch Set: Retweaked Created 4 years 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/cert_verify_proc_unittest.cc ('k') | net/data/ssl/certificates/crlset_by_intermediate_serial.raw » ('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 962978bac644ade2abbe3421f3ffc0e4257dc148..7f811e9245cf2e236b6f5303b8d959614fdceb1a 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -97,11 +97,6 @@ unit tests.
https://www.google.com:443.
- unittest.originbound.key.der: matching PrivateKeyInfo.
-- x509_verify_results.chain.pem : A simple certificate chain used to test that
- the correctly ordered, filtered certificate chain is returned during
- verification, regardless of the order in which the intermediate/root CA
- certificates are provided.
-
- test_mail_google_com.pem : A certificate signed by the test CA for
"mail.google.com". Because it is signed by that CA instead of the true CA
for that host, it will fail the
@@ -144,6 +139,12 @@ unit tests.
These certificates are the common certificates used by the Python test
server for simulating HTTPS connections.
+- intermediate_ca_cert.pem
+- ok_cert_by_intermediate.pem
+ These certificates simulate a more common chain of root (root_ca_cert.pem)
+ to intermediate (intermediate_ca_cert.pem) to leaf
+ (ok_cert_by_intermediate.pem).
+
- wildcard_.pem
A certificate and private key valid for *.example.org, used in various
net unit tests.
@@ -197,6 +198,11 @@ unit tests.
- tls_feature_extension.pem
A certificate that contains the TLS Feature Extension.
+- x509_verify_results.chain.pem : A simple certificate chain used to test that
+ the correctly ordered, filtered certificate chain is returned during
+ verification, regardless of the order in which the intermediate/root CA
+ certificates are provided.
+
===== From net/data/ssl/scripts/generate-weak-test-chains.sh
- 2048-rsa-root.pem
- {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem
« no previous file with comments | « net/cert/cert_verify_proc_unittest.cc ('k') | net/data/ssl/certificates/crlset_by_intermediate_serial.raw » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698