From: Ondřej Surý Date: Mon, 5 Aug 2024 11:22:32 +0000 (+0000) Subject: chg: dev: fix the rsa exponent to 65537 X-Git-Tag: alessio/regression/a26055f03e~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fafb0e7f7b9db53be548f9161ff1860ea7590d1;p=thirdparty%2Fbind9.git 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 --- 5fafb0e7f7b9db53be548f9161ff1860ea7590d1