]> git.ipfire.org Git - thirdparty/openssl.git/commit
demos/mac/cmac-aes256: Clarify the cipher algorithm used
authorTomas Mraz <tomas@openssl.org>
Wed, 12 Oct 2022 09:26:43 +0000 (11:26 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 11 Nov 2022 15:53:27 +0000 (16:53 +0100)
commit9270f67059e0291a2ef73acfba5a4ac54f732ef9
tree3ee81d24d03644eb9d56749b57f907f40b8cca3d
parent10119e7475bb198e13b1722b186303b8a7528dfe
demos/mac/cmac-aes256: Clarify the cipher algorithm used

The currently used cipher is aes256 which is an alias to AES-256-CBC,
so the demo is correct.
However it might be misleading so make it clear the CBC mode
cipher is used.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19401)
demos/mac/cmac-aes256.c