]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove libcrypto version specific code in opensslecdsa_link
authorAydın Mercan <aydin@isc.org>
Mon, 1 Dec 2025 14:07:54 +0000 (17:07 +0300)
committerAydın Mercan <aydin@isc.org>
Mon, 2 Feb 2026 08:50:14 +0000 (11:50 +0300)
commit3bd37549942b3ed1e20e2dbdabddeaecb55d8319
treed6971b391450a685ebcf71a77e1dad501f63e03e
parentf4d88404e2fb7175ea1d302836adc515f7980211
remove libcrypto version specific code in opensslecdsa_link

Using `EVP_SIGNATURE` explicit algoritms for signatures have been added
in OpenSSL 3.4 and so is skipped for the initial OpenSSL version
specific code splitting.
lib/dns/opensslecdsa_link.c
lib/isc/include/isc/ossl_wrap.h
lib/isc/ossl_wrap/ossl1_1.c
lib/isc/ossl_wrap/ossl3.c