]> git.ipfire.org Git - thirdparty/bind9.git/commit
Deprecate max-rsa-exponent-size, always use 4096 instead
authorOndřej Surý <ondrej@isc.org>
Mon, 28 Apr 2025 15:22:18 +0000 (17:22 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 20 May 2025 22:50:08 +0000 (00:50 +0200)
commit8171bf01ed3ff415eb86c4e2bfbe57fa127044ec
tree5aa75bdc2dc670b9e3caba76efee9f0748fd313c
parent841b25fb6230cec266dbf79b2c1d5849b302a8d3
Deprecate max-rsa-exponent-size, always use 4096 instead

The `max-rsa-exponent-size` could limit the exponents of the RSA
public keys during the DNSSEC verification.  Instead of providing
a cryptic (not cryptographic) knob, hardcode the max exponent to
be 4096 (the theoretical maximum for DNSSEC).
26 files changed:
bin/dnssec/dnssec-cds.c
bin/dnssec/dnssec-signzone.c
bin/named/server.c
bin/tests/system/rsabigexponent/ns1/sign.sh
bin/tests/system/rsabigexponent/ns3/named.conf.in [deleted file]
bin/tests/system/rsabigexponent/setup.sh
bin/tests/system/rsabigexponent/tests_rsabigexponent.py
doc/arm/reference.rst
lib/dns/dnssec.c
lib/dns/dst_api.c
lib/dns/dst_internal.h
lib/dns/gssapi_link.c
lib/dns/hmac_link.c
lib/dns/include/dns/dnssec.h
lib/dns/include/dns/view.h
lib/dns/include/dst/dst.h
lib/dns/opensslecdsa_link.c
lib/dns/openssleddsa_link.c
lib/dns/opensslrsa_link.c
lib/dns/tsig.c
lib/dns/validator.c
lib/dns/zone.c
lib/dns/zoneverify.c
lib/ns/query.c
tests/dns/dst_test.c
tests/dns/rsa_test.c