]> git.ipfire.org Git - thirdparty/chrony.git/commit
cmac+hash: add support for Nettle 4.0
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 2 Mar 2026 10:55:30 +0000 (11:55 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 2 Mar 2026 10:59:46 +0000 (11:59 +0100)
commitfee12ec914cce805cc704a4c2804d75b4933ad2f
tree1aa5fde23a1e9c388556a45ac4c861b5d01e5a38
parentd622b222a9acbda3a4c842beeb593e7075c32bec
cmac+hash: add support for Nettle 4.0

Support for truncated digests was removed in Nettle 4.0. The digest
functions no longer accept the output length. Provide a full-length
buffer and copy the requested length of the digest, same as with the
other crypto providers.
cmac_nettle.c
configure
hash_nettle.c