openssl/crypto/pkcs7
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
..
bio_pk7.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
pk7_asn1.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pk7_attr.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pk7_dgst.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pk7_doit.c Change usage of RAND_pseudo_bytes to RAND_bytes 2016-06-27 15:00:08 +01:00
pk7_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pk7_lib.c PKCS#7: avoid NULL pointer dereferences with missing content 2015-03-19 12:58:35 +00:00
pk7_mime.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pk7_smime.c RT4175: Fix PKCS7_verify() regression with Authenticode signatures 2016-02-23 10:16:15 -05:00
pkcs7.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pkcs7err.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00