]> git.ipfire.org Git - thirdparty/openssl.git/commit
Convert bn_rand.c to use EVP
authorMatt Caswell <matt@openssl.org>
Wed, 29 May 2019 16:29:34 +0000 (17:29 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 12 Jun 2019 08:16:43 +0000 (09:16 +0100)
commit9632bd0e1d80ac4d38a3add1de192386fe1a0fd4
treee8d40e9a3d626e693493aa8b3ba7504607910bab
parent7bc081dda349a3473154d31f6094ee34545c4980
Convert bn_rand.c to use EVP

Replace the low level SHA512_* function calls with EVP calls.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9130)
crypto/bn/bn_rand.c