Use the private RNG for data that is not public
authorKurt Roeckx <kurt@roeckx.be>
Fri, 3 Nov 2017 19:59:16 +0000 (20:59 +0100)
committerKurt Roeckx <kurt@roeckx.be>
Mon, 2 Apr 2018 20:22:43 +0000 (22:22 +0200)
commit4cffafe96786558f66e1900ac462f9ccba921132
treef075edeb812b1ed574e6656a7f1bd312dbe5e02e
parent1238caa725a1dfb5f9d7ef3ba3b014d2af4cab60
Use the private RNG for data that is not public

Reviewed-by: Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Fixes: #4641
GH: #4665
14 files changed:
crypto/bio/bf_nbio.c
crypto/bn/bn_blind.c
crypto/bn/bn_prime.c
crypto/bn/bn_rand.c
crypto/bn/bn_sqrt.c
crypto/des/rand_key.c
crypto/evp/e_des.c
crypto/evp/e_des3.c
crypto/evp/evp_enc.c
crypto/rand/randfile.c
crypto/srp/srp_vfy.c
ssl/ssl_lib.c
ssl/statem/statem_srvr.c
ssl/tls_srp.c