]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup the DST cryptographic API
authorOndřej Surý <ondrej@isc.org>
Sun, 21 Jul 2024 09:30:09 +0000 (11:30 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 20 May 2025 07:52:35 +0000 (09:52 +0200)
commit841b25fb6230cec266dbf79b2c1d5849b302a8d3
treee47870c9870d6b42502f5f84fd3fa42e97cd46b4
parent10a02e84ebffca4b909573f4a162c729de635b66
Cleanup the DST cryptographic API

The DST API has been cleaned up, duplicate functions has been squashed
into single call (verify and verify2 functions), and couple of unused
functions have been completely removed (createctx2, computesecret,
paramcompare, and cleanup).
14 files changed:
lib/dns/dnssec.c
lib/dns/dst_api.c
lib/dns/dst_internal.h
lib/dns/gssapi_link.c
lib/dns/hmac_link.c
lib/dns/include/dst/dst.h
lib/dns/key.c
lib/dns/opensslecdsa_link.c
lib/dns/openssleddsa_link.c
lib/dns/opensslrsa_link.c
lib/dns/tsig.c
tests/dns/dst_test.c
tests/dns/rsa_test.c
tests/dns/tsig_test.c