speed: make hmac(sha256) the default hmac
authorJames Muir <james@openssl.org>
Tue, 21 Nov 2023 05:09:38 +0000 (00:09 -0500)
committerHugo Landau <hlandau@openssl.org>
Thu, 23 Nov 2023 15:10:57 +0000 (15:10 +0000)
commite580f06deceee8f4ca780b871c712bc6e5ec3a3f
treeafca86aca2c13b8e218e041ffa6d08e10887a2d7
parente7d34d7ae32f16abbd79a49072cff580bee32269
speed: make hmac(sha256) the default hmac

prefer hmac(sha256) rather than hmac(md5).  Also, drop the "skip_hmac"
label.  If we are supposed to do hmac(hash_func) and hash_func cannot
be found, then error out immediately.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22793)
CHANGES.md
apps/speed.c