|
|
Cleanup: More accurate output parameter type for CTVerifier
The CTVerifier interface took a CTVerifyResult* as an output parameter.
This change replaces the output parameter with
SignedCertificateTimestampAndStatusList*, which is the only output all
implementations of the CTVerifier interface could provide.
Other fields in the CTVerifyResult struct are filled in by other entities
and CTVerifier implementations have no ability to fill them in (or any
need to access them at all).
So it is cleaner, and more conservative, to only provide the SCT List
to be filled to the CTVerifier.
BUG= 653825
Committed: https://crrev.com/dcec963661499b7e6cb04cb2ecbec343b8ffc2a4
Cr-Commit-Position: refs/heads/master@{#424146}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+95 lines, -91 lines) |
Patch |
 |
M |
net/cert/ct_signed_certificate_timestamp_log_param.h
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/cert/ct_signed_certificate_timestamp_log_param.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/cert/ct_verifier.h
|
View
|
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/cert/multi_log_ct_verifier.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/cert/multi_log_ct_verifier.cc
|
View
|
|
9 chunks |
+31 lines, -27 lines |
0 comments
|
Download
|
 |
M |
net/cert/multi_log_ct_verifier_unittest.cc
|
View
|
|
4 chunks |
+28 lines, -26 lines |
0 comments
|
Download
|
 |
M |
net/quic/chromium/crypto/proof_verifier_chromium.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/quic/chromium/crypto/proof_verifier_chromium_test.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_impl.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/socket/ssl_server_socket_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_test_util_common.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/test/ct_test_util.h
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/test/ct_test_util.cc
|
View
|
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/ssl_hmac_channel_authenticator.cc
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 23 (15 generated)
|