Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnsdist: Fix key logging for DNS over TLS #8787

Merged
merged 2 commits into from Feb 7, 2020

Commits on Feb 6, 2020

  1. Copy the full SHA
    0a530e9 View commit details
    Browse the repository at this point in the history
  2. dnsdist: Flush the TLS key material to the file right away

    This feature is used to debug TLS flows, we don't really care about
    the performance in that case and we want to have access to the keys
    as soon as possible, without waiting for a buffer to be flushed.
    rgacogne committed Feb 6, 2020
    Copy the full SHA
    9b56c83 View commit details
    Browse the repository at this point in the history