]> granicus.if.org Git - pdns/commit
Add support for Botan 2.x
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 Jul 2017 19:59:00 +0000 (21:59 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 7 Nov 2017 20:25:45 +0000 (21:25 +0100)
commitdfcb5694c1b81b90edd6b420bb045ec29a67a85e
tree1a4c0ec7b50d163950bc82fb897cc46628b14cb7
parent0f9270dee76e102345181f11b2598b6e6bfa2a14
Add support for Botan 2.x

Initial testing indicates that both 2.0.1 and 2.1.0 work fine,
but signature is 10 times slower with 2.1.0, apparently due to
blinding (callgrind reports a lot of CPU spent in the `RNG`).

(cherry picked from commit 13f34f2e0ccff514cbd5f9ec076c220473da347a)
configure.ac
m4/pdns_enable_botan.m4
pdns/Makefile.am
pdns/botansigners.cc [moved from pdns/botan110signers.cc with 78% similarity]
pdns/recursordist/Makefile.am
pdns/recursordist/botan110signers.cc [deleted symlink]
pdns/recursordist/botansigners.cc [new symlink]
pdns/recursordist/configure.ac
pdns/version.cc