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

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

Issue 11571059: Add net/android/keystore.h (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address marcus' nits. Created 7 years, 10 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
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 test that the certificate version gets the default value v1. 129 test that the certificate version gets the default value v1.
130 130
131 - websocket_cacert.pem : The testing root CA for testing WebSocket client 131 - websocket_cacert.pem : The testing root CA for testing WebSocket client
132 certificate authentication. 132 certificate authentication.
133 This file is used in SSLUITest.TestWSSClientCert. 133 This file is used in SSLUITest.TestWSSClientCert.
134 134
135 - websocket_client_cert.p12 : A PKCS #12 file containing a client certificate 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 "". 136 and a private key created for WebSocket testing. The password is "".
137 This file is used in SSLUITest.TestWSSClientCert. 137 This file is used in SSLUITest.TestWSSClientCert.
138 138
139 - android-test-key-rsa.pem
140 - android-test-key-dsa.pem
141 - android-test-key-dsa-public.pem
142 - android-test-key-ecdsa.pem
143 - android-test-key-ecdsa-public.pem
144 This is a set of test RSA/DSA/ECDSA keys used by the Android-specific
145 unit test in net/android/keystore_unittest.c. They are used to verify
146 that the OpenSSL-specific wrapper for platform PrivateKey objects
147 works properly. See the generate-android-test-keys.sh script.
OLDNEW
« no previous file with comments | « net/base/openssl_private_key_store.h ('k') | net/data/ssl/certificates/android-test-key-dsa.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698