]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: fix the rsa exponent to 65537
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 11:22:32 +0000 (11:22 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 11:22:32 +0000 (11:22 +0000)
commit5fafb0e7f7b9db53be548f9161ff1860ea7590d1
tree76a32c264a46ff7221237325debbc08a90cfd7e0
parent9397251eb325f7aae5bd15ec52ffd5a41c9cee9c
parent2a76352b37b9cfe90643e24cff9188309015158a
chg: dev: 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.

Merge branch 'aydin/rsa-cleanup' into 'main'

See merge request isc-projects/bind9!9133