summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-10-25 00:29:02 +0200
committerRichard Levitte <levitte@openssl.org>2018-10-30 08:09:07 +0100
commit9f2e18111e643894e31f4ca877eb71a69a048e81 (patch)
treecac4a8bb816eb4c45707808776d38c10ff27d35a /test
parent14f61f81f22db55f0ea79105a493398c1c2e04b7 (diff)
Have a couple of SipHash test uses the EVP_PKEY method
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.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/test/recipes/30-test_evp_data/evpmac.txt b/test/recipes/30-test_evp_data/evpmac.txt
index 7774f414b1..4788626dc8 100644
--- a/test/recipes/30-test_evp_data/evpmac.txt
+++ b/test/recipes/30-test_evp_data/evpmac.txt
@@ -118,7 +118,7 @@ Key = 000102030405060708090A0B0C0D0E0F
Input = 0001020304050607
Output = 3b62a9ba6258f5610f83e264f31497b4
-MAC = SipHash
+MAC = SipHash by EVP_PKEY
Key = 000102030405060708090A0B0C0D0E0F
Input = 000102030405060708
Output = 264499060ad9baabc47f8b02bb6d71ed
@@ -159,6 +159,14 @@ Ctrl = digestsize:13
Key = 000102030405060708090A0B0C0D0E0F
Result = MAC_CTRL_ERROR
+# SIPHASH - default values: 2,4 rounds, explicit 13-byte mac (invalid size)
+# by EVP_PKEY this time
+
+MAC = SipHash by EVP_PKEY
+Ctrl = digestsize:13
+Key = 000102030405060708090A0B0C0D0E0F
+Result = EVPPKEYCTXCTRL_ERROR
+
Title = HMAC tests (from RFC2104 and others)
MAC = HMAC