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

Unified 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: removed non-const references Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698