diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-01 16:22:27 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-01 16:22:27 +0000 |
commit | 30bd4e355cc33a44a3f8a17a935807b062e57089 (patch) | |
tree | 2388711ae1441fc2008efce7787d83a76f7e2c49 /net/socket/ssl_client_socket_nss.h | |
parent | e0cd5d03d07b1354beb04414ef5d69869c4c037f (diff) | |
download | chromium_src-30bd4e355cc33a44a3f8a17a935807b062e57089.zip chromium_src-30bd4e355cc33a44a3f8a17a935807b062e57089.tar.gz chromium_src-30bd4e355cc33a44a3f8a17a935807b062e57089.tar.bz2 |
Detect Kaspersky SSL MITM and give a helpful error message.
BUG=86208
TEST=Install Kaspersky Internet security and configure SSL MITM. Navigate to an HTTPS page. Check that the error message is helpful and not generic.
Review URL: http://codereview.chromium.org/7275027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91298 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/ssl_client_socket_nss.h')
-rw-r--r-- | net/socket/ssl_client_socket_nss.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/socket/ssl_client_socket_nss.h b/net/socket/ssl_client_socket_nss.h index 7d2f7cf..8573b48 100644 --- a/net/socket/ssl_client_socket_nss.h +++ b/net/socket/ssl_client_socket_nss.h @@ -223,6 +223,9 @@ class SSLClientSocketNSS : public SSLClientSocket { // True iff we believe that the user has an ESET product intercepting our // HTTPS connections. bool eset_mitm_detected_; + // True iff we believe that the user has a Kaspersky product intercepting our + // HTTPS connections. + bool kaspersky_mitm_detected_; // True iff |ssl_host_info_| contained a predicted certificate chain and // that we found the prediction to be correct. |