Move randomness to allocated buffer
[openssl.git] / crypto / rand / rand_lcl.h
2017-08-07 Rich SalzVarious RAND improvements
2017-08-07 Rich SalzMake RAND_DRBG fork-safe
2017-08-03 Rich SalzAdd RAND_priv_bytes() for private keys
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-22 Rich SalzAdd --with-rand-seed
2017-07-20 Benjamin Kaduktypedef's for RAND_DRBG methods
2017-07-20 Richard LevitteFix faulty include
2017-07-20 Rich SalzAdd range-checking to RAND_DRBG_set_reseed_interval
2017-07-19 Rich SalzAdd DRBG random method
2017-07-15 Rich SalzStart to overhaul RAND API
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-01-11 Dr. Stephen HensonUse rdrand as additional entropy source.
2001-10-25 Bodo MöllerLike MD_Init, MD now must include a NULL engine pointer...
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-09-07 Bodo MöllerThe various hash #includes in rand_lcl.h *are* needed...
2001-09-06 Ulf Möllerinclude the proper header file
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-10 Richard LevitteEVP_Digest() takes one more parameter.
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-05-15 Lutz JänickeIncrease ENTROPY_NEEDED to support Rijndael's larger...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-07-19 Ulf MöllerMove RNG initialization to RAND_poll(), and shared...