summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_nss.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-09 12:13:38 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-09 12:13:38 +0000
commitdb4e08b989b349878f8891cc102c78929572ab9e (patch)
tree7cc71f41746010d149f1ed2faf6612cbe3389b69 /net/socket/ssl_client_socket_nss.h
parent36ab682ed89e152c978bccd62075b9128c4b8adf (diff)
downloadchromium_src-db4e08b989b349878f8891cc102c78929572ab9e.zip
chromium_src-db4e08b989b349878f8891cc102c78929572ab9e.tar.gz
chromium_src-db4e08b989b349878f8891cc102c78929572ab9e.tar.bz2
net: yet more pinning debugging.
The last round was delayed while the dev channel was releasing from the M35 branch rather than trunk. However, it didn't turn up anything. This change seeks to try and figure out exactly which test is failing in the pinning checks since the pins appear to be fine. I'm wondering whether the domain state is getting altered by malware rather than the static pins themselves. Review URL: https://codereview.chromium.org/222493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262650 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/ssl_client_socket_nss.h')
-rw-r--r--net/socket/ssl_client_socket_nss.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/socket/ssl_client_socket_nss.h b/net/socket/ssl_client_socket_nss.h
index acd5d37..853daa4 100644
--- a/net/socket/ssl_client_socket_nss.h
+++ b/net/socket/ssl_client_socket_nss.h
@@ -201,6 +201,11 @@ class SSLClientSocketNSS : public SSLClientSocket {
TransportSecurityState* transport_security_state_;
+ // pinning_failure_log contains a message produced by
+ // TransportSecurityState::DomainState::CheckPublicKeyPins in the event of a
+ // pinning failure. It is a (somewhat) human-readable string.
+ std::string pinning_failure_log_;
+
// The following two variables are added for debugging bug 65948. Will
// remove this code after fixing bug 65948.
// Added the following code Debugging in release mode.