]> git.ipfire.org Git - thirdparty/bind9.git/commit
set parameters in batch for rsa keygen
authorAydın Mercan <aydin@isc.org>
Mon, 8 Dec 2025 14:46:27 +0000 (17:46 +0300)
committerAydın Mercan <aydin@isc.org>
Mon, 2 Feb 2026 08:50:14 +0000 (11:50 +0300)
commitfe617aa83079fd2a59e7c2da664b1ccb8ee350f6
tree94a57b3255e322103305daf1f8f894d515c102d0
parent3bd37549942b3ed1e20e2dbdabddeaecb55d8319
set parameters in batch for rsa keygen

On top on improving readability, doing so allows us to use a uint32_t
for setting the e value, getting rid of allocating an unneccessary
BIGNUM.
lib/isc/ossl_wrap/ossl3.c