openssl/crypto/pkcs12
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
p12_add.c Fix memory leaks and other mistakes on errors 2015-10-23 19:58:54 +02:00
p12_asn.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
p12_attr.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
p12_crpt.c RT4002: check for NULL cipher in p12_crpt.c 2015-09-01 20:03:04 +02:00
p12_crt.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
p12_decr.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
p12_init.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
p12_key.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
p12_kiss.c Don't output bogus errors in PKCS12_parse 2015-06-25 04:55:43 +01:00
p12_mutl.c Change usage of RAND_pseudo_bytes to RAND_bytes 2016-06-27 15:00:08 +01:00
p12_npas.c Constify PKCS12_newpass() 2016-05-06 21:48:40 +01:00
p12_p8d.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
p12_p8e.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
p12_utl.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pk12err.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pkcs12.h Constify PKCS12_newpass() 2016-05-06 21:48:40 +01:00