summaryrefslogtreecommitdiffstats
path: root/net/ssl/ssl_key_logger.cc
Commit message (Collapse)AuthorAgeFilesLines
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+1
| | | | | | | | | BUG=488550 TBR=mmenke@chromium.org Review URL: https://codereview.chromium.org/1535363003 . Cr-Commit-Position: refs/heads/master@{#366297}
* Roll src/third_party/boringssl/src 3ac32b1ed..fde89b43cdavidben2015-12-011-0/+68
https://boringssl.googlesource.com/boringssl/+log/3ac32b1eda0da7a99d9c2b6c605fe50af80ccd90..fde89b43c347155798dee8b1210c2c5faabe25f8 This switches Chromium to using the new callback for SSLKEYLOGFILE. In doing so, it fixes some std::string/base::FilePath confusion and pushes the writing to a background thread. See https://boringssl.googlesource.com/boringssl/+/d28f59c27bac60d3206f0c302b7cb37f9cd88f43 It does not fix the setting to come in via the URLRequestContext. That is left for after the singleton SSL_CTX is fixed. (Otherwise we'll have to the callback unconditionally, making the SSL stack do unnecessary work in preparing the log line.) BUG=none Review URL: https://codereview.chromium.org/1466403002 Cr-Commit-Position: refs/heads/master@{#362377}