Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: net/data/ssl/certificates/README

Issue 18033005: Cleanup of OpenSSL/NSS implementation of ProofVerfifier release. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implemented wtc's comments Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | net/data/ssl/certificates/quic_proof_verify.crt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 - expired_cert.pem 210 - expired_cert.pem
211 - ok_cert.pem 211 - ok_cert.pem
212 - root_ca_cert.pem 212 - root_ca_cert.pem
213 These certificates are the common certificates used by the Python test 213 These certificates are the common certificates used by the Python test
214 server for simulating HTTPS connections. They are generated by running 214 server for simulating HTTPS connections. They are generated by running
215 the script net/data/ssl/scripts/generate-test-certs.sh. 215 the script net/data/ssl/scripts/generate-test-certs.sh.
216 216
217 - quic_intermediate.crt 217 - quic_intermediate.crt
218 - quic_test_ecc.example.com.crt 218 - quic_test_ecc.example.com.crt
219 - quic_test.example.com.crt 219 - quic_test.example.com.crt
220 - quic_proof_verify.crt 220 - quic_root.crt
221 These certificates are used by the ProofVerifier's unit tests of QUIC. 221 These certificates are used by the ProofVerifier's unit tests of QUIC.
OLDNEW
« no previous file with comments | « no previous file | net/data/ssl/certificates/quic_proof_verify.crt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698