]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add OpenSSL based isc_siphash24() implementation
authorOndřej Surý <ondrej@sury.org>
Thu, 29 Aug 2019 11:59:52 +0000 (13:59 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 3 Sep 2019 07:19:55 +0000 (09:19 +0200)
commit30b716d220331fe3d1e4110b097b728af58b394a
treef946e6588ccd9169755049e6eae9b62977981510
parent9b6c6f57d88232def3e76aaea862767f85ef669f
Add OpenSSL based isc_siphash24() implementation

This commits adds an OpenSSL based isc_siphash24() implementation, which is
preferred when available.

The siphash_test has been modified to test both implementation with a trick that
renames the isc_siphash24() to openssl_ or native_ prefixed name and includes
the ../siphash.c two times (when the OpenSSL implementation is available).
lib/isc/siphash.c