Index: net/data/ssl/certificates/README |
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README |
index 0ef59fca041cf8a682369c1928cf2ce6ebfe2bab..9634a282a8bff4d73de3936e9b5bf74eba09f9ac 100644 |
--- a/net/data/ssl/certificates/README |
+++ b/net/data/ssl/certificates/README |
@@ -99,6 +99,13 @@ unit tests. |
26 Feb 2022 and are generated by |
net/data/ssl/scripts/generate-redundant-test-chains.sh. |
+- multi-root-chain1.pem |
+- multi-root-chain2.pem |
+ Two chains, A -> B -> C -> D and A -> B -> C2 -> E (C and C2 share the |
+ same public key) to test that certificate validation caching does not |
+ interfere with the chain_verify_callback used by CertVerifyProcChromeOS. |
+ See CertVerifyProcChromeOSTest. |
+ |
- comodo.chain.pem : A certificate chain for www.comodo.com which should be |
recognised as EV. Expires Jun 21 2013. |