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 |
Ryan Sleevi
2013/02/04 22:53:27
update these with the new file names.
digit1
2013/02/05 14:31:58
Done.
|
+ 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. |