]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove OpenSSL Engine support
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 09:40:42 +0000 (11:40 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 6 Aug 2024 13:17:48 +0000 (15:17 +0200)
commitef7aba70726cff9afaaa8c7054098f84087ccf84
tree35cd2074ae9dba360608cfb3662071f4c48e5a42
parent1688c96bdac32a42dca8cdf61a39424342b77bd8
Remove OpenSSL Engine support

The OpenSSL 1.x Engines support has been deprecated in the OpenSSL 3.x
and is going to be removed.  Remove the OpenSSL Engine support in favor
of OpenSSL Providers.
69 files changed:
.gitlab-ci.yml
OPTIONS.md
bin/check/named-checkconf.c
bin/confgen/keygen.c
bin/delv/delv.c
bin/dig/dighost.c
bin/dnssec/dnssec-cds.c
bin/dnssec/dnssec-dsfromkey.c
bin/dnssec/dnssec-importkey.c
bin/dnssec/dnssec-keyfromlabel.c
bin/dnssec/dnssec-keyfromlabel.rst
bin/dnssec/dnssec-keygen.c
bin/dnssec/dnssec-keygen.rst
bin/dnssec/dnssec-ksr.c
bin/dnssec/dnssec-ksr.rst
bin/dnssec/dnssec-revoke.c
bin/dnssec/dnssec-revoke.rst
bin/dnssec/dnssec-settime.c
bin/dnssec/dnssec-settime.rst
bin/dnssec/dnssec-signzone.c
bin/dnssec/dnssec-signzone.rst
bin/dnssec/dnssec-verify.c
bin/dnssec/dnssec-verify.rst
bin/dnssec/dnssectool.c
bin/dnssec/dnssectool.h
bin/named/include/named/globals.h
bin/named/main.c
bin/named/named.rst
bin/named/server.c
bin/nsupdate/nsupdate.c
bin/tests/system/enginepkcs11/clean.sh
bin/tests/system/enginepkcs11/ns1/named.args [new file with mode: 0644]
bin/tests/system/enginepkcs11/ns1/named.args.in [deleted file]
bin/tests/system/enginepkcs11/ns2/named.args [new file with mode: 0644]
bin/tests/system/enginepkcs11/ns2/named.args.in [deleted file]
bin/tests/system/enginepkcs11/setup.sh
bin/tests/system/enginepkcs11/tests.sh
bin/tests/system/feature-test.c
bin/tests/system/isctest/vars/openssl.py
bin/tests/system/keyfromlabel/tests.sh
bin/tests/system/makejournal.c
bin/tests/system/pipelined/pipequeries.c
bin/tests/system/rsabigexponent/bigkey.c
bin/tools/mdig.c
doc/arm/build.inc.rst
doc/arm/pkcs11.inc.rst
fuzz/dns_message_checksig.c
lib/dns/dst_api.c
lib/dns/dst_internal.h
lib/dns/dst_openssl.h
lib/dns/include/dns/keystore.h
lib/dns/include/dst/dst.h
lib/dns/keystore.c
lib/dns/openssl_link.c
lib/dns/opensslecdsa_link.c
lib/dns/openssleddsa_link.c
lib/dns/opensslrsa_link.c
lib/isc/openssl_shim.c
lib/isc/openssl_shim.h
lib/isc/result.c
lib/isc/tls.c
lib/isccfg/check.c
lib/isccfg/include/isccfg/kaspconf.h
lib/isccfg/kaspconf.c
tests/dns/dst_test.c
tests/dns/private_test.c
tests/dns/rsa_test.c
tests/dns/sigs_test.c
tests/dns/tsig_test.c