]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix the rsa exponent to 65537
authorAydın Mercan <aydin@isc.org>
Tue, 9 Jul 2024 13:32:51 +0000 (16:32 +0300)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 11:21:59 +0000 (11:21 +0000)
commit2a76352b37b9cfe90643e24cff9188309015158a
tree76a32c264a46ff7221237325debbc08a90cfd7e0
parent9397251eb325f7aae5bd15ec52ffd5a41c9cee9c
fix the rsa exponent to 65537

There isn't a realistic reason to ever use e = 4294967297. Fortunately
its codepath wasn't reachable to users and can be safetly removed.

Keep in mind the `dns_key_generate` header comment was outdated. e = 3
hasn't been used since 2006 so there isn't a reason to panic. The
toggle was the public exponents between 65537 and 4294967297.
bin/dnssec/dnssec-keygen.c
lib/dns/include/dst/dst.h
lib/dns/opensslrsa_link.c