]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: Clear the TSIG algo between iterations in the API 8649/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 20 Dec 2019 12:04:23 +0000 (13:04 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 20 Dec 2019 12:04:23 +0000 (13:04 +0100)
commit3deb283ecadc55be49759a13d1d9cf8f84b750d9
treef3862a3da46ce21c8773eaa67d9e85ed5438c483
parentfa178d8fd96b2aed795503f6c5b9d4695537e9fd
auth: Clear the TSIG algo between iterations in the API

Otherwise `GSQLBackend::getTSIGKey()` will try to match the
algorithm in `keyAlgo` if it's set, which will prevent retrieving
a key with a different algorithm that the previous one.
pdns/ws-auth.cc