Chromium Code Reviews| Index: net/quic/crypto/testdata/README |
| diff --git a/net/quic/crypto/testdata/README b/net/quic/crypto/testdata/README |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a49ef2d66338d524dcbd5c2ae510d505f6421b2b |
| --- /dev/null |
| +++ b/net/quic/crypto/testdata/README |
| @@ -0,0 +1,9 @@ |
| +This directory contains various QUIC certificates for use with |
| +SSL-related unit tests. |
| + |
| +- intermediate.crt |
| +- test_ecc.example.com.crt |
| +- test.example.com.crt |
| +- proof_verify.crt |
| + These certificates are used by the ProofVerifier's unit tests. |
| + |