|
net: enable CRL sets behind a command line flag.
This change introduces a command line flag for enabling CRL sets while the
serving side is still in development.
It contains code for NSS (revocation checking will proceed as normal on other
platforms).
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107131
Total comments: 32
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+196 lines, -59 lines) |
Patch |
 |
M |
chrome/browser/net/crl_set_fetcher.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/ssl_config_service_manager_pref.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_init.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/cert_database_nss_unittest.cc
|
View
|
1
2
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/base/cert_verifier.h
|
View
|
1
2
3
|
4 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/cert_verifier.cc
|
View
|
1
2
|
8 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/base/cert_verifier_unittest.cc
|
View
|
|
12 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
net/base/crl_set.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/base/ssl_config_service.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/base/ssl_config_service.cc
|
View
|
1
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/base/ssl_config_service_defaults.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate.h
|
View
|
1
2
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_mac.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_nss.cc
|
View
|
1
2
|
4 chunks |
+92 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_unittest.cc
|
View
|
1
2
|
13 chunks |
+22 lines, -15 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_win.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_mac.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_nss.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_win.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_host_info.h
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/socket/ssl_host_info.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|