Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-10-25 01:17:45 +0300
committerRichard Levitte <levitte@openssl.org>2018-10-30 10:09:07 +0300
commitc89d9cdab1727553e3cfa964e9f082cbc5a194c2 (patch)
tree5b26c9223e983f0ef1624d166b77759081af8b71 /test
parentcf3d6ef7af7d6c47f5ccd4ce58d822972018b21c (diff)
EVP_MAC: Add SipHash implementation
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7494)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/30-test_evp_data/evpmac.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/30-test_evp_data/evpmac.txt b/test/recipes/30-test_evp_data/evpmac.txt
index 1d0d5da7c7..7774f414b1 100644
--- a/test/recipes/30-test_evp_data/evpmac.txt
+++ b/test/recipes/30-test_evp_data/evpmac.txt
@@ -157,7 +157,7 @@ Output = 5150d1772f50834a503e069a973fbd7c
MAC = SipHash
Ctrl = digestsize:13
Key = 000102030405060708090A0B0C0D0E0F
-Result = EVPPKEYCTXCTRL_ERROR
+Result = MAC_CTRL_ERROR
Title = HMAC tests (from RFC2104 and others)