]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Flush the TLS key material to the file right away 8787/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 6 Feb 2020 09:07:18 +0000 (10:07 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 6 Feb 2020 09:07:18 +0000 (10:07 +0100)
commit9b56c83d6fddda67836f02762303e86565708394
tree7741bf8966dd1c8b66e19aa61ead96cf415931c9
parent0a530e9d549bb88ee43ee2770b17c74c68c8db91
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.
pdns/dnsdistdist/libssl.cc