]> git.ipfire.org Git - thirdparty/chrony.git/commit
siv: add internal implementation based on Nettle
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 21 Aug 2019 12:09:37 +0000 (14:09 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 5 Mar 2020 15:02:15 +0000 (16:02 +0100)
commit2d798bc4cfe2a19e73be998f57cec4ceb4354c4b
treedd9451c5a9b822b8308726ded27cc603f32c62d8
parent881d07fa0a24e34445ee902037757704bbee0f11
siv: add internal implementation based on Nettle

This adds an internal implementation of the AES-SIV-CMAC-256 cipher
based on GNU Nettle and the following patch (which was later reworked
and included in Nettle):

https://gitlab.com/gnutls/gnutls/uploads/1ab02c51e317264f9dba07ddfbc01d9a/0001-Added-support-for-AES_SIV_CMAC_256-and-AES_SIV_CMAC_.patch

This implementation will be dropped when the cipher is widely supported
by gnutls or Nettle.
configure
siv_nettle.c
siv_nettle_int.c [new file with mode: 0644]