openssl/demos/mac
Tomas Mraz 9270f67059 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)
2022-11-11 16:53:27 +01:00
..
cmac-aes256.c demos/mac/cmac-aes256: Clarify the cipher algorithm used 2022-11-11 16:53:27 +01:00
gmac.c Update copyright year 2022-05-03 13:34:51 +01:00
hmac-sha512.c Add an EVP demo for HMAC 2022-07-11 09:23:51 +10:00
Makefile Add an EVP demo for CMAC 2022-07-13 11:17:37 +02:00
poly1305.c Add EVP demo for Poly1305 demonstrating Poly1305-AES 2022-03-07 09:22:29 +11:00
siphash.c Add EVP demo for SIPHASH 2022-03-14 10:28:24 +01:00