]> git.ipfire.org Git - thirdparty/systemd.git/commit
openssl: add openssl_hmac_many()
authorDan Streetman <ddstreet@ieee.org>
Mon, 26 Jun 2023 21:40:18 +0000 (17:40 -0400)
committerDan Streetman <ddstreet@ieee.org>
Thu, 28 Sep 2023 20:44:42 +0000 (16:44 -0400)
commita95e8fa2a39cf8f2992fab9abc31b3df95c1ca00
treef166f8de7098dca39905361aef6e28cccf5454ee
parent11f7bc5e9c6f3bffcefd08076e493f3159e23bc1
openssl: add openssl_hmac_many()

Add function to perform HMAC on multiple buffers.

Also update test-openssl with associated testing, and replace some memcmp()
with memcmp_nn().
src/shared/openssl-util.c
src/shared/openssl-util.h
src/test/test-openssl.c