Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 This directory contains various certificates for use with SSL-related | 1 This directory contains various certificates for use with SSL-related |
| 2 unit tests. | 2 unit tests. |
| 3 | 3 |
| 4 - google.binary.p7b | 4 - google.binary.p7b |
| 5 - google.chain.pem | 5 - google.chain.pem |
| 6 - google.pem_cert.p7b | 6 - google.pem_cert.p7b |
| 7 - google.pem_pkcs7.p7b | 7 - google.pem_pkcs7.p7b |
| 8 - google.pkcs7.p7b | 8 - google.pkcs7.p7b |
| 9 - google.single.der | 9 - google.single.der |
| 10 - google.single.pem | 10 - google.single.pem |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 206 NSS certificate nickname for a user certificate. This certificate's Subject | 206 NSS certificate nickname for a user certificate. This certificate's Subject |
| 207 field doesn't have a common name. | 207 field doesn't have a common name. |
| 208 | 208 |
| 209 - expired_cert.pem | 209 - expired_cert.pem |
| 210 - ok_cert.pem | 210 - ok_cert.pem |
| 211 - root_ca_cert.pem | 211 - root_ca_cert.pem |
| 212 These certificates are the common certificates used by the Python test | 212 These certificates are the common certificates used by the Python test |
| 213 server for simulating HTTPS connections. They are generated by running | 213 server for simulating HTTPS connections. They are generated by running |
| 214 the script net/data/ssl/scripts/generate-test-certs.sh. | 214 the script net/data/ssl/scripts/generate-test-certs.sh. |
| 215 | 215 |
| 216 - quic_intermediate.crt | |
| 217 - quic_test_ecc.example.com.crt | |
| 218 - quic_test.example.com.crt | |
| 219 - quic_proof_verify.crt | |
|
wtc
2013/07/03 00:20:26
Nit: we should change this back to quic_root.crt.
ramant (doing other things)
2013/07/03 05:46:34
Done.
| |
| 220 These certificates are used by the ProofVerifier's unit tests of QUIC. | |
| OLD | NEW |