SipHash: Fix CTRL API for the digest size.
authorPauli <pauli@openssl.org>
Tue, 13 Apr 2021 02:11:41 +0000 (12:11 +1000)
committerPauli <pauli@openssl.org>
Thu, 15 Apr 2021 23:00:41 +0000 (09:00 +1000)
commit34ed73339602c361d09fe4233d65cef996356239
tree956e0d71e1ad1859bd58829508d07055b6883a9c
parent4a95b70d1e3df791ea569e94067cf0bec1f69557
SipHash: Fix CTRL API for the digest size.

Adds a mapping from "digestsize" to "size" for setting a param.

Fixes #14370

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14850)
crypto/evp/ctrl_params_translate.c
test/recipes/30-test_evp_data/evpmac_siphash.txt