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

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

Issue 13866049: Fix client certificate authentication on Mac and Linux introduced in r178732 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refresh key files for certs Created 7 years, 8 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/x509_certificate_mac.cc ('k') | net/data/ssl/certificates/client_1.key » ('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 cc7c91dfe0be2280a497966dbe2674f9f7ceeeed..d5f53878397dcb6b7ea8be15643f1789f453b082 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -148,19 +148,19 @@ unit tests.
- client_1.pem
- client_1.key
-- client_1_root.pem
+- client_1_ca.pem
- client_2.pem
- client_2.key
-- client_2_root.pem
- This is a set of files used to unit test SSL client authentication.
- Generated by net/data/ssl/scripts/generate-client-certificates.sh.
- Unit test is in net/socket/ssl_client_socket_openssl_unittest.cc.
- - client_1_root.pem and client_2_root.pem are the certificates of
+- client_2_ca.pem
+ This is a set of files used to unit test SSL client certificate
+ authentication. These are generated by
+ net/data/ssl/scripts/generate-client-certificates.sh
+ - client_1_ca.pem and client_2_ca.pem are the certificates of
two distinct signing CAs.
- client_1.pem and client_1.key correspond to the certificate and
- private key for a first certificate signed by client_1_root.pem.
+ private key for a first certificate signed by client_1_ca.pem.
- client_2.pem and client_2.key correspond to the certificate and
- private key for a second certificate signed by client_2_root.pem.
+ private key for a second certificate signed by client_2_ca.pem.
- eku-test-root.pem
- non-crit-codeSigning-chain.pem
« no previous file with comments | « net/cert/x509_certificate_mac.cc ('k') | net/data/ssl/certificates/client_1.key » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698