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

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

Issue 9663017: net: add OCSP tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 years, 9 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 - redundant-server-chain.pem 97 - redundant-server-chain.pem
98 - redundant-validated-chain-root.pem 98 - redundant-validated-chain-root.pem
99 99
100 Two chains, A -> B -> C -> D and A -> B -> C2 (C and C2 share the same 100 Two chains, A -> B -> C -> D and A -> B -> C2 (C and C2 share the same
101 public key) to test that SSLInfo gets the reconstructed, re-ordered 101 public key) to test that SSLInfo gets the reconstructed, re-ordered
102 chain instead of the chain as served. See 102 chain instead of the chain as served. See
103 SSLClientSocketTest.VerifyReturnChainProperlyOrdered in 103 SSLClientSocketTest.VerifyReturnChainProperlyOrdered in
104 net/socket/ssl_client_socket_unittest.cc. These chains are valid until 104 net/socket/ssl_client_socket_unittest.cc. These chains are valid until
105 26 Feb 2022 and are generated by 105 26 Feb 2022 and are generated by
106 net/data/ssl/scripts/generate-redundant-test-chains.sh. 106 net/data/ssl/scripts/generate-redundant-test-chains.sh.
107
108 - ocsp-test-root.pem : A root certificate for the code in
109 net/tools/testserver/minica.py
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698