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

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

Issue 17385010: OpenSSL/NSS implementation of ProofVerfifier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implemented agl'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
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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 - intermediate.crt
wtc 2013/07/02 00:56:38 Since most of these certificate files have rather
ramant (doing other things) 2013/07/02 14:19:50 Done.
217 - test_ecc.example.com.crt
218 - test.example.com.crt
219 - proof_verify.crt: Used to test QUIC's ProofVerifier's signature verification
220 code.
221
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698