]> git.ipfire.org Git - thirdparty/openssl.git/commit
Update CMAC cipher algorithm list and test cases.
authorfisher.yu <fisher.yu@arm.com>
Mon, 22 May 2023 13:29:12 +0000 (13:29 +0000)
committerPauli <pauli@openssl.org>
Thu, 8 Jun 2023 23:08:27 +0000 (09:08 +1000)
commitfd54fadba6bc138fb35a82c033c540f7e97322c8
tree7b3ce8d5632f507bc98957158d0bc05e97658906
parent247f307f7201b5cf7ebfc17758f4cc7ffae14536
Update CMAC cipher algorithm list and test cases.

    1. Update manual, add SM4-CBC to CMAC cipher algorithm list.
    2. Add test case for SM4-CBC CMAC, add "data length is greater
       than 4 block-length" cases for aes-128-cbc, aes-192-cbc,
       aes-256-cbc and des-ede3-cbc.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21102)
doc/man1/openssl-mac.pod.in
test/cmactest.c