bind9/lib/isc/crypto
Aram Sargsyan 4ede6edc54 Remove OpenSSL memory tracking support from the ossl3.c module
OPENSSL_cleanup() in OpenSSL 4 doesn't free the memory, and that is
not compatible with BIND 9's memory leak detection code. Don't use
custom allocation/deallocation functions for OpenSSL's internal memory
management in the ossl3.c module.

See https://github.com/openssl/openssl/pull/29721
2026-04-28 14:42:40 +00:00
..
meson.build initial openssl version splitting 2026-02-02 11:12:53 +03:00
ossl1_1.c wipe hmac keys correctly pre-3.0 libcrypto 2026-02-06 14:14:43 +03:00
ossl3.c Remove OpenSSL memory tracking support from the ossl3.c module 2026-04-28 14:42:40 +00:00
ossl_common.c expose isc__crypto_md in isc/ossl_wrap.h 2026-02-02 11:50:14 +03:00