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

Side by Side Diff: net/data/ssl/certificates/README

Issue 11192028: Replace WebSocket client certificate resources into net/data/ssl/certificates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | net/data/ssl/certificates/websocket_cacert.pem » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains various certificates for use with SSL-related 1 This directory contains various certificates for use with SSL-related
2 unit tests. 2 unit tests.
3 3
4 - google.binary.p7b 4 - google.binary.p7b
5 - google.chain.pem 5 - google.chain.pem
6 - google.pem_cert.p7b 6 - google.pem_cert.p7b
7 - google.pem_pkcs7.p7b 7 - google.pem_pkcs7.p7b
8 - google.pkcs7.p7b 8 - google.pkcs7.p7b
9 - google.single.der 9 - google.single.der
10 - google.single.pem 10 - google.single.pem
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 - subjectAltName_sanity_check.pem : Used to test the handling of various types 120 - subjectAltName_sanity_check.pem : Used to test the handling of various types
121 within the subjectAltName extension of a certificate. Generated by using 121 within the subjectAltName extension of a certificate. Generated by using
122 the command 122 the command
123 "openssl req -x509 -days 3650 -sha1 -extensions req_san_sanity \ 123 "openssl req -x509 -days 3650 -sha1 -extensions req_san_sanity \
124 -config ../scripts/ee.cnf -newkey rsa:1024 -text \ 124 -config ../scripts/ee.cnf -newkey rsa:1024 -text \
125 -out subjectAltName_sanity_check.pem" 125 -out subjectAltName_sanity_check.pem"
126 126
127 - ndn.ca.crt: "New Dream Network Certificate Authority" root certificate. 127 - ndn.ca.crt: "New Dream Network Certificate Authority" root certificate.
128 This is an X.509 v1 certificate that omits the version field. Used to 128 This is an X.509 v1 certificate that omits the version field. Used to
129 test that the certificate version gets the default value v1. 129 test that the certificate version gets the default value v1.
130
131 - websocket_cacert.pem : The testing root CA for testing WebSocket client
132 certificate authentication.
133 This file is used in SSLUITest.TestWSSClientCert.
134
135 - websocket_client_cert.p12 : A PKCS #12 file containing a client certificate
136 and a private key created for WebSocket testing. The password is "".
137 This file is used in SSLUITest.TestWSSClientCert.
138
OLDNEW
« no previous file with comments | « no previous file | net/data/ssl/certificates/websocket_cacert.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698