|
Add the high-level interface for verifying SCTs over multiple logs
This interface (and the default implementation) verify SCT lists obtained
during the TLS handshake or from OCSP stapling, as well as embedded ones.
The result will be used to modify the ssl_info with indicatior of CT status.
The next, and final, patch will wire the CTVerifier to the SSL client socket.
BUG= 309578
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=237008
Total comments: 18
Total comments: 66
Total comments: 13
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+907 lines, -8 lines) |
Patch |
|
M |
net/cert/ct_serialization.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/cert/ct_serialization.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+7 lines, -0 lines |
2 comments
|
Download
|
|
A |
net/cert/ct_verifier.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
|
A |
net/cert/ct_verify_result.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
|
A + |
net/cert/ct_verify_result.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
|
A |
net/cert/multi_log_ct_verifier.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
|
A |
net/cert/multi_log_ct_verifier.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+149 lines, -0 lines |
2 comments
|
Download
|
|
A |
net/cert/multi_log_ct_verifier_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+138 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/cert/signed_certificate_timestamp.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
net/data/ssl/certificates/README
|
View
|
1
2
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
|
A |
net/data/ssl/certificates/ct-test-embedded-with-intermediate-chain.pem
|
View
|
|
1 chunk |
+188 lines, -0 lines |
0 comments
|
Download
|
|
A |
net/data/ssl/certificates/ct-test-embedded-with-intermediate-preca-chain.pem
|
View
|
|
1 chunk |
+188 lines, -0 lines |
0 comments
|
Download
|
|
A |
net/data/ssl/certificates/ct-test-embedded-with-preca-chain.pem
|
View
|
1
2
3
4
5
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/net.gyp
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/test/cert_test_util.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+12 lines, -2 lines |
0 comments
|
Download
|
|
M |
net/test/cert_test_util.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|