|
Initial support for HSTS certificate locking. This isn't a finished work, but
should serve as a nice base to iterate on top of. In particular, this is only
exposed via the chrome://net-internals/#hsts UI and _not_ via the HTTP header.
Aside from the core tweaks, there's also:
- Enhance GTK dialog so that fingerprints for the root and intermediaries can
easily be seen (the Windows system dialog is already OK here).
- Moved some code for chain navigation into net/base to avoid breaching layerz.
BUG= 78369
TEST=TransportSecurityStateTest.CertLocks
Total comments: 6
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+271 lines, -59 lines) |
Patch |
 |
M |
chrome/browser/resources/net_internals/hstsview.js
|
View
|
1
2
3
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/net_internals/index.html
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/net_internals/main.js
|
View
|
1
2
3
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/certificate_dialogs.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/certificate_viewer.cc
|
View
|
1
2
3
|
4 chunks |
+31 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/net_internals_ui.cc
|
View
|
1
2
3
|
5 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/net/x509_certificate_model.h
|
View
|
1
2
3
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/common/net/x509_certificate_model_nss.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/common/net/x509_certificate_model_openssl.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -14 lines |
0 comments
|
Download
|
 |
M |
net/base/transport_security_state.h
|
View
|
1
2
3
|
4 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/transport_security_state.cc
|
View
|
1
2
3
|
7 chunks |
+65 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/base/transport_security_state_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+49 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/base/x509_cert_types.h
|
View
|
1
2
3
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/base/x509_cert_types.cc
|
View
|
1
2
3
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate.h
|
View
|
1
2
3
|
2 chunks |
+12 lines, -4 lines |
1 comment
|
Download
|
 |
M |
net/base/x509_certificate_nss.cc
|
View
|
1
2
3
|
1 chunk |
+22 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/base/x509_certificate_openssl.cc
|
View
|
1
2
3
|
1 chunk |
+15 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/url_request/url_request_http_job.cc
|
View
|
1
2
3
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|