]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove OpenSSL based SipHash 2-4 implementation
authorOndřej Surý <ondrej@isc.org>
Thu, 16 Jul 2020 14:48:39 +0000 (16:48 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Jul 2020 09:57:24 +0000 (11:57 +0200)
commitd89eb403f32d77c5192597e28fec0f11d0668948
tree4a5cc3791bcf78fbf0054f4f963f5deffee107cc
parentaa72c31422bf04c34afd539dc9986a9bac976901
Remove OpenSSL based SipHash 2-4 implementation

Creation of EVP_MD_CTX and EVP_PKEY is quite expensive, so until we fix the code
to reuse the OpenSSL contexts and keys we'll use our own implementation of
siphash instead of trying to integrate with OpenSSL.

(cherry picked from commit 21d751dfc72f02134e573687dc393938e9980388)
configure.ac
lib/isc/siphash.c
lib/isc/tests/siphash_test.c