]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add new logging category for logging crypto errors in libisc
authorOndřej Surý <ondrej@isc.org>
Thu, 8 Aug 2024 09:26:27 +0000 (11:26 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 26 Nov 2024 10:22:33 +0000 (11:22 +0100)
commita0a1769509f816bf7c2bd4aa29d54bc0e67a180a
treea79caea84820b1e860f3ec1568194a3424cdae8c
parent76c95225996da81720091524412463fce2206729
Add new logging category for logging crypto errors in libisc

The libisc now includes sizeable chunks of cryptography, but the crypto
log module was missing.  Add the new ISC_LOGMODULE_CRYPTO to libisc and
use it in the isc_tls error logging.
lib/isc/crypto.c
lib/isc/include/isc/log.h
lib/isc/log.c
lib/isc/tls.c