diff options
author | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-25 23:42:10 +0000 |
---|---|---|
committer | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-25 23:42:10 +0000 |
commit | 7afd36aa32960f9fbdb557c1d328254f6f8fe607 (patch) | |
tree | 85092982cf42b7633c4468d8a8a8db69fbb2b180 /net/base | |
parent | 6a73206ed4973fc411150547143ced79dbd005a3 (diff) | |
download | chromium_src-7afd36aa32960f9fbdb557c1d328254f6f8fe607.zip chromium_src-7afd36aa32960f9fbdb557c1d328254f6f8fe607.tar.gz chromium_src-7afd36aa32960f9fbdb557c1d328254f6f8fe607.tar.bz2 |
Log the certificate subjects from the server certificate sent via QUIC.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285446
Review URL: https://codereview.chromium.org/418723002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/net_log_event_type_list.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h index c6ed7c5..64336bc 100644 --- a/net/base/net_log_event_type_list.h +++ b/net/base/net_log_event_type_list.h @@ -1351,6 +1351,12 @@ EVENT_TYPE(QUIC_SESSION) // } EVENT_TYPE(QUIC_SESSION_CLOSE_ON_ERROR) +// Session verified a certificate from the server. +// { +// "subjects": <list of DNS names that the certificate is valid for>, +// } +EVENT_TYPE(QUIC_SESSION_CERTIFICATE_VERIFIED) + // Session received a QUIC packet. // { // "peer_address": <The ip:port of the peer>, |