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

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

Issue 7466006: For PKCS#12 imports, only mark key as unextractable if the PKCS#12 file includes it (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
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
Index: net/data/ssl/certificates/README
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README
index 179347636f9e7ee7a6ae3b0fe9669b612e1f82df..f92497ee66a0a545de04f616f36fd969440ccc1a 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -32,6 +32,9 @@ unit tests.
- 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)

Powered by Google App Engine
This is Rietveld 408576698