Fix some undefined behaviour in the Curve448 code
authorMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2018 14:53:06 +0000 (14:53 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 21 Feb 2018 11:13:14 +0000 (11:13 +0000)
commit7876dbffcee9a53ac8a75e90c0443c1193edb580
tree803cde4e64545aef120a345ab3d3b02642b34771
parent6c61b2749634246956f8ec7adc9520e5d22dcbf4
Fix some undefined behaviour in the Curve448 code

We can't add NULL data into a hash

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5418)
crypto/ec/curve448/eddsa.c