Make sure we use a nonce when a nonce is required
[openssl.git] / crypto / rand / rand_lcl.h
2018-04-01 Kurt RoeckxMake sure we use a nonce when a nonce is required
2018-03-29 Benjamin KadukDocument RAND_DRBG fork-safety locking model
2018-03-21 Kurt RoeckxDRBG: Use the EVP layer to do AES encryption
2018-03-16 Dr. Matthias St... RAND_DRBG: add a function for setting the default DRBG...
2018-03-15 Dr. Matthias St... Publish the RAND_DRBG API
2018-02-15 Dr. Matthias St... DRBG: make locking api truly private
2018-02-13 Dr. Matthias St... DRBG: unify initialization and cleanup code
2018-01-29 Kurt RoeckxAdd RAND_DRBG_bytes
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-04 Dr. Matthias St... crypto/rand: restore the generic DRBG implementation
2017-12-17 Dr. Matthias St... Implement automatic reseeding of DRBG after a specified...
2017-12-17 Dr. Matthias St... Add master DRBG for reseeding
2017-10-18 Dr. Matthias St... Remove unnecessary DRBG_RESEED state
2017-10-18 Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-08-28 Kurt RoeckxMake the global DRBGs static
2017-08-28 Dr. Matthias St... DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
2017-08-28 Dr. Matthias St... RAND: Rename the RAND_poll_ex() callback and its typedef
2017-08-28 Dr. Matthias St... DRBG: clarify difference between entropy counts and...
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...