]> 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, 2 Feb 2026 08:12:53 +0000 (11:12 +0300)
commit35eeefb437aa70ffecf5cbfc75e1d0ce20ab7069
treefa13a773ea897b0d856b128cdff331656474a891
parent8dfa96b91bebeef2998e669049b74af3f8055081
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 71% similarity]
lib/isc/crypto/ossl_common.c [new file with mode: 0644]
lib/isc/include/isc/crypto.h
lib/isc/meson.build
meson.build