]> git.ipfire.org Git - thirdparty/bind9.git/commit
initial openssl version splitting
authorAydın Mercan <aydin@isc.org>
Tue, 16 Sep 2025 11:43:52 +0000 (13:43 +0200)
committerAydın Mercan <aydin@isc.org>
Mon, 8 Dec 2025 12:32:04 +0000 (15:32 +0300)
commitb2e9d2604c004f50beaf9348f9c78d0158293f70
tree3d3e09291f0a7545076fc7049407a93e373b443e
parent064deef4a717bf9a56207897976d98c598c38eb9
initial openssl version splitting

Dealing with OpenSSL has been rapidly turning into an unwieldy situation
as post-3.0 changes turn the library into a different beast.

Start treating pre and post-3.0 versions differently for easier
maintenance.
.gitlab-ci.yml
lib/isc/crypto/meson.build [new file with mode: 0644]
lib/isc/crypto/ossl1_1.c [new file with mode: 0644]
lib/isc/crypto/ossl3.c [moved from lib/isc/crypto.c with 69% similarity]
lib/isc/crypto/ossl_common.c [new file with mode: 0644]
lib/isc/include/isc/crypto.h
lib/isc/meson.build
meson.build