]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fixes #7879: AES-SIV to use EVP_MAC APIs
authorTodd Short <tshort@akamai.com>
Thu, 13 Dec 2018 16:09:15 +0000 (11:09 -0500)
committerTodd Short <tshort@akamai.com>
Thu, 13 Dec 2018 16:09:15 +0000 (11:09 -0500)
commit9a3b5b766421b7ed9df859956d44fcbe52c2dd82
tree99c03dfbfae8c692825cff2ff92311bc1b6370b5
parent4128136a28c3b7d3878daed728c49f18eb950adc
Fixes #7879: AES-SIV to use EVP_MAC APIs

Convert CMAC APIs to EVP_MAC APIs

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7891)
crypto/modes/modes_lcl.h
crypto/modes/siv128.c