Chromium Code Reviews| Index: net/data/ssl/certificates/README |
| diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README |
| index 179347636f9e7ee7a6ae3b0fe9669b612e1f82df..be1c203219e6d36f470be5f5d942023a45ec8848 100644 |
| --- a/net/data/ssl/certificates/README |
| +++ b/net/data/ssl/certificates/README |
| @@ -39,3 +39,8 @@ unit tests. |
| key in unittest.key.bin. The common name is "unittest". |
| - unittest.key.bin : private key stored unencrypted. |
| + |
| +- x509_verify_results.chain.pem : A simple certificate chain used to test that |
| + the correct ordered, filtered certificate chain is returned during |
|
wtc
2011/07/26 00:16:35
Nit: correct => correctly
|
| + verification, regardless of the order in which the intermediate/root CA |
| + certificates are provided. |