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

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: Appease the angry 'findbugs' gods. 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
+ 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.

Powered by Google App Engine
This is Rietveld 408576698