openssl/crypto/cms
Matt Caswell ad64a69e02 Change usage of RAND_pseudo_bytes to RAND_bytes
RAND_pseudo_bytes() allows random data to be returned even in low entropy
conditions. Sometimes this is ok. Many times it is not. For the avoidance
of any doubt, replace existing usage of RAND_pseudo_bytes() with
RAND_bytes().

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-06-27 15:00:08 +01:00
..
cms.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cms_asn1.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cms_att.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cms_cd.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cms_dd.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cms_enc.c Change usage of RAND_pseudo_bytes to RAND_bytes 2016-06-27 15:00:08 +01:00
cms_env.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cms_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cms_ess.c Change usage of RAND_pseudo_bytes to RAND_bytes 2016-06-27 15:00:08 +01:00
cms_io.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cms_kari.c Fix ECDH key identifier support. 2015-04-10 18:52:49 +01:00
cms_lcl.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cms_lib.c RT3053: Check for NULL before dereferencing 2016-06-12 07:54:31 -04:00
cms_pwri.c Change usage of RAND_pseudo_bytes to RAND_bytes 2016-06-27 15:00:08 +01:00
cms_sd.c Fix missing malloc return value checks 2015-11-09 22:54:19 +00:00
cms_smime.c Err isn't always malloc failure. 2015-08-12 14:07:06 +01:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00