Chromium Code Reviews| Index: net/ssl/ssl_info.h |
| diff --git a/net/ssl/ssl_info.h b/net/ssl/ssl_info.h |
| index 6bb21875e0a3c5d01ab263ff6601c54821054f4f..d894f7c6b606bc8d891bc967dc4f68d74a9884ef 100644 |
| --- a/net/ssl/ssl_info.h |
| +++ b/net/ssl/ssl_info.h |
| @@ -94,6 +94,9 @@ class NET_EXPORT SSLInfo { |
| // standard CA root. (As opposed to a user-installed root.) |
| bool is_issued_by_known_root; |
| + // True if pinning was bypassed on this connection. |
| + bool pkp_bypassed; |
|
Ryan Sleevi
2016/06/09 19:17:32
Totally OK with this here, FWIW
|
| + |
| // True if a client certificate was sent to the server. Note that sending |
| // a Certificate message with no client certificate in it does not count. |
| bool client_cert_sent; |