| Index: net/data/ssl/certificates/README
|
| diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README
|
| index 962978bac644ade2abbe3421f3ffc0e4257dc148..7f811e9245cf2e236b6f5303b8d959614fdceb1a 100644
|
| --- a/net/data/ssl/certificates/README
|
| +++ b/net/data/ssl/certificates/README
|
| @@ -97,11 +97,6 @@ unit tests.
|
| https://www.google.com:443.
|
| - unittest.originbound.key.der: matching PrivateKeyInfo.
|
|
|
| -- x509_verify_results.chain.pem : A simple certificate chain used to test that
|
| - the correctly ordered, filtered certificate chain is returned during
|
| - verification, regardless of the order in which the intermediate/root CA
|
| - certificates are provided.
|
| -
|
| - test_mail_google_com.pem : A certificate signed by the test CA for
|
| "mail.google.com". Because it is signed by that CA instead of the true CA
|
| for that host, it will fail the
|
| @@ -144,6 +139,12 @@ unit tests.
|
| These certificates are the common certificates used by the Python test
|
| server for simulating HTTPS connections.
|
|
|
| +- intermediate_ca_cert.pem
|
| +- ok_cert_by_intermediate.pem
|
| + These certificates simulate a more common chain of root (root_ca_cert.pem)
|
| + to intermediate (intermediate_ca_cert.pem) to leaf
|
| + (ok_cert_by_intermediate.pem).
|
| +
|
| - wildcard_.pem
|
| A certificate and private key valid for *.example.org, used in various
|
| net unit tests.
|
| @@ -197,6 +198,11 @@ unit tests.
|
| - tls_feature_extension.pem
|
| A certificate that contains the TLS Feature Extension.
|
|
|
| +- x509_verify_results.chain.pem : A simple certificate chain used to test that
|
| + the correctly ordered, filtered certificate chain is returned during
|
| + verification, regardless of the order in which the intermediate/root CA
|
| + certificates are provided.
|
| +
|
| ===== From net/data/ssl/scripts/generate-weak-test-chains.sh
|
| - 2048-rsa-root.pem
|
| - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem
|
|
|