Chromium Code Reviews| Index: net/data/ssl/certificates/README |
| diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README |
| index 61d635780cecb6ccd6e92eb8525837fb999385dc..5b13a09213b9728be0c7de71fdbbd07f6c55e686 100644 |
| --- a/net/data/ssl/certificates/README |
| +++ b/net/data/ssl/certificates/README |
| @@ -136,3 +136,12 @@ unit tests. |
| and a private key created for WebSocket testing. The password is "". |
| This file is used in SSLUITest.TestWSSClientCert. |
| +- android-test-key-rsa.pkcs8 |
| +- android-test-key-dsa.pkcs8 |
| +- android-test-key-dsa-public.der |
| +- android-test-key-ecdsa.pkcs8 |
| +- android-test-key-ecdsa-pubic.der |
| + This is a set of test RSA/DSA/ECDSA keys used by the Android-specific |
| + unit test in net/android/keystore_unittest.c. They are used to verify |
| + that the OpenSSL-specific wrapper for platform PrivateKey objecs works |
| + properly. See the generate-android-test-keys.sh script. |
|
Ryan Sleevi
2013/01/31 03:09:53
Binary files like this make it hard to store and h
digit1
2013/01/31 17:44:30
All files are now PEM-encoded.
|