RAND_bytes updates
authorMatt Caswell <matt@openssl.org>
Thu, 26 Feb 2015 11:57:37 +0000 (11:57 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Mar 2015 12:38:07 +0000 (12:38 +0000)
commit266483d2f56b0764849797f31866bfd84f9c3aa8
tree42323d0c8b8cea8da4aff3dfdd4bc2251e34a0db
parent8817e2e0c998757d3bd036d7f45fe8d0a49fbe2d
RAND_bytes updates

Ensure RAND_bytes return value is checked correctly, and that we no longer
use RAND_pseudo_bytes.

Reviewed-by: Richard Levitte <levitte@openssl.org>
36 files changed:
apps/enc.c
apps/passwd.c
apps/s_cb.c
apps/s_server.c
apps/speed.c
crypto/asn1/asn_mime.c
crypto/asn1/p5_pbe.c
crypto/asn1/p5_pbev2.c
crypto/bio/bf_nbio.c
crypto/bn/bn_lcl.h
crypto/bn/bn_rand.c
crypto/cms/cms_enc.c
crypto/cms/cms_ess.c
crypto/cms/cms_pwri.c
crypto/des/enc_writ.c
crypto/dsa/dsa_gen.c
crypto/ecdsa/ecdsatest.c
crypto/evp/bio_ok.c
crypto/evp/e_des3.c
crypto/evp/p_seal.c
crypto/ocsp/ocsp_ext.c
crypto/pem/pem_lib.c
crypto/pkcs12/p12_mutl.c
crypto/pkcs7/pk7_doit.c
crypto/rand/randtest.c
crypto/srp/srp_vfy.c
crypto/srp/srptest.c
demos/easy_tls/easy-tls.c
ssl/d1_both.c
ssl/s23_clnt.c
ssl/s3_clnt.c
ssl/s3_srvr.c
ssl/ssl_lib.c
ssl/ssl_sess.c
ssl/t1_lib.c
test/igetest.c