bind9/lib
Mark Andrews e029803704 Handle fatal and FIPS provider interactions
When fatal is called we may be holding memory allocated by OpenSSL.
This may result in the reference count for the FIPS provider not
going to zero and the shared library not being unloaded during
OPENSSL_cleanup.  When the shared library is ultimately unloaded,
when all remaining dynamically loaded libraries are freed, we have
already destroyed the memory context we where using to track memory
leaks / late frees resulting in INSIST being called.

Disable triggering the INSIST when fatal has being called.
2023-04-03 12:44:27 +10:00
..
dns Probe if ED448 and ED25519 are supported 2023-04-03 12:06:04 +10:00
isc Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
isccc Apply adjusted clang-format 2023-03-10 17:31:28 +01:00
isccfg Allow named-checkconf to selectively check dnssec-policy algorithms 2023-04-03 12:15:57 +10:00
ns Report when loading of dhparam-file fails 2023-04-03 12:06:04 +10:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00