]> granicus.if.org Git - pdns/commit
mbed ECDSA: Completely reset the key on from* calls
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 8 Jan 2016 16:04:07 +0000 (17:04 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 8 Jan 2016 16:04:07 +0000 (17:04 +0100)
commitc6ff85223e45ebfa7a854c88d14d6cdfb7b021fd
treecd8c708c4e282b01d34f8b0f5c0f6e78220f8762
parent88ca88957a47c8791bb14cacf4c7fcc0ff7d9b2a
mbed ECDSA: Completely reset the key on from* calls

As noted by @mind04 in #3161, nothing guarantees the signer will
be used for a single task with a single key. This way we make
sure that there is nothing left behind.
In addition, we now consistently use getName() in error messages.
pdns/mbedtlssigners.cc