Index: net/data/ssl/certificates/README |
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README |
index afc395b57fc303bd2e3919a0c2ab4124a0805e0a..8d6e164c36b7c793f86b364fa38aa045b2dfddfc 100644 |
--- a/net/data/ssl/certificates/README |
+++ b/net/data/ssl/certificates/README |
@@ -43,6 +43,10 @@ unit tests. |
- unittest.key.bin : private key stored unencrypted. |
wtc
2011/12/14 01:37:43
We should rename this file unittest.selfsigned.key
|
+- unittest.originbound.der: A test origin-bound certificate for |
+ 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 |
@@ -71,4 +75,4 @@ unit tests. |
- unescaped.pem : Regression test for http://crbug.com/102839. Contains |
characters such as '=' and '"' that would normally be escaped when |
- converting a subject/issuer name to their stringized form. |
+ converting a subject/issuer name to their stringized form. |