Open
Description
https://github.com/awslabs/s2n/blob/master/tests/unit/s2n_hmac_test.c#L32
In SSLv3, the size of the key is fixed to be the same as the output size of the hash function, so the keys should be 16 bytes for md5 and 20 for sha1.
In addition to fixing the test, might be a good idea to add a check in the init code to ensure that the sslv3 keys are the right length