bind9/lib
Aydın Mercan 8f106f2b66
Separate isc_hmac between pre and post OpenSSL 3.0
Instead of the `EVP_MD_CTX` based functions, use either the new
`EVP_MAC` or the old `HMAC_CTX` based functions.

`EVP_MAC` is the recommended way using using MAC functions in post-3.0
while `HMAC_CTX` is used internally by `EVP_MD_CTX`, making the latter
redundant.
2026-02-02 11:50:14 +03:00
..
dns Separate isc_hmac between pre and post OpenSSL 3.0 2026-02-02 11:50:14 +03:00
isc Separate isc_hmac between pre and post OpenSSL 3.0 2026-02-02 11:50:14 +03:00
isccc switch isc_md_type_t to a proper enum 2026-02-02 11:12:55 +03:00
isccfg small refactor for max-query-restart in check.c 2026-01-07 07:01:59 +00:00
ns Remove rrset-order cyclic from the default config, with shim 2026-01-08 14:43:04 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00