openssl/test/recipes/30-test_evp_data
Richard Levitte 425036130d 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)
2018-11-12 07:15:55 +01:00
..
evpcase.txt Make OBJ_NAME case insensitive. 2018-09-04 07:35:45 +10:00
evpciph.txt FIPS 140-2 IG A.9 XTS key check. 2018-09-12 08:40:47 +10:00
evpdigest.txt Tests for MD5-SHA1 combined digest. 2018-07-04 08:07:02 +10:00
evpencod.txt
evpkdf.txt
evpmac.txt Fix SipHash init order. 2018-11-12 07:15:55 +01:00
evppbe.txt
evppkey_ecc.txt [test] throw error from wrapper function instead of an EC_METHOD specific one 2018-09-03 20:25:41 +02:00
evppkey.txt [test] throw error from wrapper function instead of an EC_METHOD specific one 2018-09-03 20:25:41 +02:00