diff options
-rw-r--r-- | net/data/ssl/certificates/README | 3 | ||||
-rw-r--r-- | net/data/ssl/certificates/client-nokey.p12 | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..bd6bd7c --- /dev/null +++ b/net/data/ssl/certificates/client-nokey.p12 |