openssl/crypto/pem
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
..
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
message
pem.h Fix formatting error in pem.h 2015-01-22 14:11:04 +00:00
pem2.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pem_all.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pem_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pem_info.c Fix missing malloc return value checks 2015-11-09 22:54:19 +00:00
pem_lib.c Change usage of RAND_pseudo_bytes to RAND_bytes 2016-06-27 15:00:08 +01:00
pem_oth.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pem_pk8.c check for error when creating PKCS#8 structure 2015-05-28 18:01:52 +01:00
pem_pkey.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pem_seal.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pem_sign.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pem_x509.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pem_xaux.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pkcs7.lis
pvkfmt.c Sanity check PVK file fields. 2016-03-04 01:25:58 +00:00