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

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

Issue 7466044: Add a PKCS#12 file with a certificate but no private key (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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 | « no previous file | net/data/ssl/certificates/client-nokey.p12 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/certificates/README
===================================================================
--- net/data/ssl/certificates/README (revision 95189)
+++ net/data/ssl/certificates/README (working copy)
@@ -32,6 +32,9 @@
- client.p12 : A PKCS #12 file containing a client certificate and a private
key created for testing. The password is "12345".
+- client-nokey.p12 : A PKCS #12 file containing a client certificate (the same
+ as the one in client.p12) but no private key. The password is "12345".
+
- punycodetest.der : A test self-signed server certificate with punycode name.
The common name is "xn--wgv71a119e.com" (日本語.com)
« no previous file with comments | « no previous file | net/data/ssl/certificates/client-nokey.p12 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698