]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove AES algorithm for DNS cookies
authorOndřej Surý <ondrej@isc.org>
Tue, 7 Nov 2023 13:42:33 +0000 (14:42 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 15 Nov 2023 09:31:16 +0000 (10:31 +0100)
commit17da9fed5847a7514be34d7dfa0f927c8782677e
treeb70cead3675a82c5715999ac51a288a7eb23ad94
parent25cfec4d2b7b2d33c041a8543ab7f21191e6241c
Remove AES algorithm for DNS cookies

The AES algorithm for DNS cookies was being kept for legacy reasons, and
it can be safely removed in the next major release.  Remove both the AES
usage for DNS cookies and the AES implementation itself.
15 files changed:
bin/named/server.c
bin/tests/system/cookie/bad-cookie-aes.conf [moved from bin/tests/system/cookie/good-cookie-aes.conf with 100% similarity]
bin/tests/system/cookie/bad-cookie-badaes.conf [deleted file]
configure.ac
doc/arm/reference.rst
doc/misc/options
lib/isc/Makefile.am
lib/isc/aes.c [deleted file]
lib/isc/include/isc/aes.h [deleted file]
lib/isccfg/check.c
lib/isccfg/namedconf.c
lib/ns/client.c
lib/ns/include/ns/types.h
tests/isc/Makefile.am
tests/isc/aes_test.c [deleted file]