]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rem: dev: Clean up the DST cryptographic API
authorOndřej Surý <ondrej@isc.org>
Tue, 20 May 2025 23:39:34 +0000 (23:39 +0000)
committerOndřej Surý <ondrej@isc.org>
Tue, 20 May 2025 23:39:34 +0000 (23:39 +0000)
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).

Merge branch 'ondrej/dst_api-cleanup' into 'main'

See merge request isc-projects/bind9!10345


Trivial merge