|
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}
|