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

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

Issue 2567523003: Fix P-521 client cert mapping and test all curves. (Closed)
Patch Set: reupload with hack to depot_tools Created 4 years 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 962978bac644ade2abbe3421f3ffc0e4257dc148..4645ec8440277e0536c01befc7237a4216df35d5 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -246,6 +246,14 @@ unit tests.
- client_4.key
- client_4.pk8
- client_4_ca.pem
+- client_5.pem
+- client_5.key
+- client_5.pk8
+- client_5_ca.pem
+- client_6.pem
+- client_6.key
+- client_6.pk8
+- client_6_ca.pem
- client_root_ca.pem
This is a set of files used to unit test SSL client certificate
authentication.
@@ -263,6 +271,10 @@ unit tests.
Alternative Name fields recognized by Chrome OS.
- client_4.pem is similar to client_2.pem but is a P-256 ECDSA key rather
than RSA.
+ - client_5.pem is similar to client_2.pem but is a P-384 ECDSA key rather
+ than RSA.
+ - client_6.pem is similar to client_2.pem but is a P-521 ECDSA key rather
+ than RSA.
- client_root_ca.pem is the CA certificate which signed client_*_ca.pem.
===== From net/data/ssl/scripts/generate-bad-eku-certs.sh
« 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