]> 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)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 21 Nov 2017 10:20:13 +0000 (11:20 +0100)
commit299b43b68d638e83202fbff528e8b8dd659fd2d6
tree54dfcc5daf6d67e4eafa8b382c302bc906ea856f
parentf2fc7262e09e6a06aaa24230039ca23f3360f850
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