summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-03 16:29:10 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-03 16:29:10 +0000
commitf9aa795643e8589e0ad8bc1f744a8912de1d621c (patch)
tree4fe4acb6ada6434bf463c6b261fcdf5521806466
parentf9293db0cc218024f68a7f192c8bfd4ef8cdce6f (diff)
downloadchromium_src-f9aa795643e8589e0ad8bc1f744a8912de1d621c.zip
chromium_src-f9aa795643e8589e0ad8bc1f744a8912de1d621c.tar.gz
chromium_src-f9aa795643e8589e0ad8bc1f744a8912de1d621c.tar.bz2
Add a PKCS#12 file with a certificate but no private key
This is needed for a unit test used in a separate CL. (http://codereview.chromium.org/7466006) Written by Gaurav Shah <gauravsh@chromium.org>. Original review URL: http://codereview.chromium.org/7539008/ R=wtc@chromium.org BUG=chromium-os:15838 TEST=none Review URL: http://codereview.chromium.org/7466044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95248 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--net/data/ssl/certificates/README3
-rw-r--r--net/data/ssl/certificates/client-nokey.p12bin0 -> 895 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README
index 07e3f36..62569d7 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)
diff --git a/net/data/ssl/certificates/client-nokey.p12 b/net/data/ssl/certificates/client-nokey.p12
new file mode 100644
index 0000000..bd6bd7c
--- /dev/null
+++ b/net/data/ssl/certificates/client-nokey.p12
Binary files differ