| 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
|
|
|