summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-11-11 12:23:26 +0100
committerRichard Levitte <levitte@openssl.org>2018-11-12 07:15:55 +0100
commit425036130dfb3cfbef5937772f7526ce60133264 (patch)
tree17ee9c186aa40a33822e716498248a2be1b31ed8 /test/recipes
parent59fbc8ef9a9c0700fd2b107fea390470ff17ada4 (diff)
Fix SipHash init order.
Setting the SipHash hash size and setting its key is done with two independent functions... and yet, the internals depend on both. Unfortunately, the function to change the size wasn't adapted for the possibility that the key was set first, with a different hash size. This changes the hash setting function to fix the internal values (which is easy, fortunately) according to the hash size. evpmac.txt value for digestsize:8 is also corrected. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7613)
Diffstat (limited to 'test/recipes')
-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 640e1a125d..1d635ba54b 100644
--- a/test/recipes/30-test_evp_data/evpmac.txt
+++ b/test/recipes/30-test_evp_data/evpmac.txt
@@ -134,7 +134,7 @@ MAC = SipHash
Ctrl = digestsize:8
Key = 000102030405060708090A0B0C0D0E0F
Input = 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F303132333435363738393A3B3C3D3E
-Output = B96AB0B9D449A78A
+Output = 724506EB4C328A95
# SIPHASH - default values: 2,4 rounds, explicit 16-byte mac