|
Route OCSP stapling through CertVerifier.
This moves the platform-specific OCSP stapling code out of SSLClientSocket,
which enables OCSP stapling on the chimera build. It'll also make it easier to
support OCSP stapling on OS X, where a stapled OCSP response is a property of
the certificate verification (as it should be) and not the certificate.
BUG= 430714, 479034
Committed: https://crrev.com/15f5713c41825ea900cd6dc4f6de4a6d3fff538d
Cr-Commit-Position: refs/heads/master@{#327070}
Total comments: 2
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+369 lines, -426 lines) |
Patch |
 |
M |
chrome/browser/chromeos/net/cert_verify_proc_chromeos.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/net/cert_verify_proc_chromeos.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/net/cert_verify_proc_chromeos_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/policy_cert_verifier.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/policy_cert_verifier.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
google_apis/gcm/tools/mcs_probe.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verifier.h
|
View
|
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verifier.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc.h
|
View
|
1
2
3
4
5
|
4 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc_android.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc_android.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc_mac.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc_mac.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc_nss.h
|
View
|
1
2
3
4
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc_nss.cc
|
View
|
1
2
3
4
|
5 chunks |
+39 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc_openssl.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc_openssl.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc_unittest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc_win.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verify_proc_win.cc
|
View
|
1
2
3
4
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/mock_cert_verifier.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/mock_cert_verifier.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/multi_threaded_cert_verifier.h
|
View
|
|
4 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/multi_threaded_cert_verifier.cc
|
View
|
1
2
3
4
5
|
12 chunks |
+34 lines, -31 lines |
0 comments
|
Download
|
 |
M |
net/cert/multi_threaded_cert_verifier_unittest.cc
|
View
|
|
13 chunks |
+94 lines, -135 lines |
0 comments
|
Download
|
 |
M |
net/cert/nss_cert_database_unittest.cc
|
View
|
1
2
3
4
5
|
13 chunks |
+35 lines, -78 lines |
0 comments
|
Download
|
 |
M |
net/cert/single_request_cert_verifier.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/single_request_cert_verifier.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/cert/test_root_certs_unittest.cc
|
View
|
|
3 chunks |
+9 lines, -18 lines |
0 comments
|
Download
|
 |
M |
net/cert_net/nss_ocsp_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/proof_verifier_chromium.cc
|
View
|
|
1 chunk |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_nss.cc
|
View
|
1
2
3
|
5 chunks |
+5 lines, -71 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_openssl.cc
|
View
|
1
2
3
|
6 chunks |
+13 lines, -47 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/ssl_hmac_channel_authenticator.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 19 (5 generated)
|