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

Unified Diff: net/data/ssl/certificates/README

Issue 1742853004: Add test client cert w/ SAN fields (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update more platform_keys test files Created 4 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 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 977535e4ae3c6cf6195cc876fa6bff378123c67f..ca79ddd4de2a273734f46a0075c8daef4224d0f4 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -222,6 +222,10 @@ unit tests.
- client_2.key
- client_2.pk8
- client_2_ca.pem
+- client_3.pem
+- client_3.key
+- client_3.pk8
+- client_3_ca.pem
This is a set of files used to unit test SSL client certificate
authentication.
- client_1_ca.pem and client_2_ca.pem are the certificates of
@@ -232,6 +236,10 @@ unit tests.
private key for a second certificate signed by client_2_ca.pem.
- each .pk8 file contains the same key as the corresponding .key file
as PKCS#8 PrivateKeyInfo in DER encoding.
+ - client_3.pem is nearly identical to client_2.pem, except it is used
+ to test wifi EAP-TLS authentication so it uses a different set
+ of X509v3 extensions. Specifically it includes two Subject
+ Alternative Name fields recognized by Chrome OS.
===== From net/data/ssl/scripts/generate-android-test-key.sh
- android-test-key-rsa.pem
« no previous file with comments | « chrome/test/data/extensions/api_test/platform_keys/signature_sha1_pkcs ('k') | net/data/ssl/certificates/client_1.key » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698