]> git.ipfire.org Git - thirdparty/bind9.git/commit
add openssl_wrap
authorAydın Mercan <aydin@isc.org>
Mon, 1 Dec 2025 10:32:46 +0000 (13:32 +0300)
committerAydın Mercan <aydin@isc.org>
Mon, 8 Dec 2025 12:33:49 +0000 (15:33 +0300)
commit1b13227fb220a88a9f5833f2fbfca7078434ee36
treeb3a5fae9463500daeccc8007454fb6e8ef4dca9e
parent8265bc5fd98e5ab96a388bf0f01d2bb5866a7acf
add openssl_wrap

The isc_ossl_wrap API is intended to separate OpenSSL version specific
code that needs to expose the libcrypto internals and keep isc_crypto
clean.
lib/isc/include/isc/ossl_wrap.h [new file with mode: 0644]
lib/isc/meson.build
lib/isc/ossl_wrap/meson.build [new file with mode: 0644]
lib/isc/ossl_wrap/ossl1_1.c [new file with mode: 0644]
lib/isc/ossl_wrap/ossl3.c [new file with mode: 0644]
lib/isc/ossl_wrap/ossl_common.c [new file with mode: 0644]