Subject: | Use OpenSSL for hash functions by default |
Date: | Wed, 5 Apr 2017 18:09:30 +0530 |
To: | bind9-bugs@isc.org |
From: | "Mukund Sivaraman" <muks@isc.org> |
checking for using OpenSSL for hash functions... no
We don't use OpenSSL hash functions by default. The configure.in check
looks like this:
#
# was --enable-openssl-hash specified?
#
AC_ARG_ENABLE(openssl-hash,
[ --enable-openssl-hash use OpenSSL for hash functions [[default=no]]],
want_openssl_hash="$enableval", want_openssl_hash="checkcc")
At the end of configure, config.log has the following:
ISC_PLATFORM_OPENSSLHASH='#undef ISC_PLATFORM_OPENSSLHASH'
We ought to change that to use the OpenSSL hash functions by default (if
they're found). The openssl hash function implementations are usually
better optimized than what's in libisc (they have hand-crafted assembly
implementations).
Mukund
Message body not shown because it is not plain text.