crypto: add support for aes-cbc with hmac 31/42831/3
authorIvan Ivanets <[email protected]>
Thu, 17 Apr 2025 07:16:12 +0000 (07:16 +0000)
committerIvan Ivanets <[email protected]>
Thu, 17 Apr 2025 10:11:18 +0000 (10:11 +0000)
commitfba37eea8ededead4930bf31333cecfa4c645b8d
tree0832a0e3bc6a39365d1ab5a0567b6a20b1ba5668
parent2790dd3dcb1f25db41a8e60dce761de577effe30
crypto: add support for aes-cbc with hmac

Type: feature

Support combined enc/auth algorithms with aes-cbc for enc and hmac
(sha1, sha256, md5 ...) for auth in th openssl crypto engine

Change-Id: If915a5aec84a2c365b68ef9f42497593abc1b70e
Signed-off-by: Ivan Ivanets <[email protected]>
src/crypto_engines/openssl/main.c