]> git.ipfire.org Git - thirdparty/bind9.git/commit
Test whether the crypto library supports the HMAC algorithm
authorMark Andrews <marka@isc.org>
Fri, 24 Feb 2023 01:59:18 +0000 (12:59 +1100)
committerMark Andrews <marka@isc.org>
Mon, 3 Apr 2023 02:44:27 +0000 (12:44 +1000)
commit97627c554b6cf20b3ac747bfebb1635c10a5d87f
treee46a8d2960133239ece2fed7818b1b7f41763ae3
parentffebd217f56a8bde74f1e334c5cf168a22e5f0b5
Test whether the crypto library supports the HMAC algorithm

When initialising HMAC support check that the crypto library
supports the algorithm rather than just assuming it is supported.
lib/dns/dst_api.c
lib/dns/hmac_link.c