Commit 5428a5a4 authored by toyoshim@chromium.org's avatar toyoshim@chromium.org

Replace WebSocket client certificate resources into net/data/ssl/certificates

TBR=wtc@chromium.org
BUG=136950

Review URL: https://codereview.chromium.org/11192028

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162320 0039d316-1c4b-4281-b951-d872f2087c98
parent 66c78ad5
...@@ -127,3 +127,12 @@ unit tests. ...@@ -127,3 +127,12 @@ unit tests.
- ndn.ca.crt: "New Dream Network Certificate Authority" root certificate. - ndn.ca.crt: "New Dream Network Certificate Authority" root certificate.
This is an X.509 v1 certificate that omits the version field. Used to This is an X.509 v1 certificate that omits the version field. Used to
test that the certificate version gets the default value v1. test that the certificate version gets the default value v1.
- websocket_cacert.pem : The testing root CA for testing WebSocket client
certificate authentication.
This file is used in SSLUITest.TestWSSClientCert.
- websocket_client_cert.p12 : A PKCS #12 file containing a client certificate
and a private key created for WebSocket testing. The password is "".
This file is used in SSLUITest.TestWSSClientCert.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment