Add support for KERN_ARND to get random bytes on NetBSD
[openssl.git] / crypto / rand /
2018-06-03 Kurt RoeckxAdd support for KERN_ARND to get random bytes on NetBSD
2018-05-29 Matt CaswellUpdate copyright year
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-05-08 Richard LevitteVMS rand: assign before check, not the other way around
2018-05-03 Richard LevitteVMS: modernise rand_pool_acquire_entropy, step 2
2018-05-03 Richard LevitteVMS: modernise rand_pool_acquire_entropy, step 1
2018-05-02 FdaSilvaYYopensslconf.h inclusion cleanup
2018-05-02 Richard LevitteChange rand_pool_bytes_needed to handle less entropy...
2018-05-01 Bernd EdlingerImprove error handling in rand_init function
2018-04-28 Bernd EdlingerDon't cleanup uninitialized thread local slots
2018-04-27 Bernd EdlingerFix drbg thread cleanup and error handling
2018-04-23 Kurt RoeckxFix usage of ossl_assert()
2018-04-22 Kurt RoeckxAdd support for getrandom() or equivalent system calls...
2018-04-17 Dr. Matthias St... DRBG: fix coverity issues
2018-04-13 Richard Levittemake update
2018-04-13 Dr. Matthias St... DRBG: implement a get_nonce() callback
2018-04-10 Dr. Matthias St... DRBG: fix memory leak on error in rand_drbg_get_entropy()
2018-04-04 Andy Polyakovrand/randfile.c: fix potential resource leak in RAND_lo...
2018-04-04 Richard LevitteRemove ambiguity in rand_pool_add[_end] return value
2018-04-03 Richard LevitteVMS: stricter acquisition of entropy for the pool
2018-04-03 Matt CaswellUpdate copyright year
2018-04-02 Kurt RoeckxUse the private RNG for data that is not public
2018-04-01 Kurt RoeckxMake sure we use a nonce when a nonce is required
2018-03-29 Dr. Matthias St... Add documentation for the RAND_DRBG API
2018-03-29 Benjamin KadukDocument RAND_DRBG fork-safety locking model
2018-03-29 Richard LevitteFix setbuf use for VMS C
2018-03-27 Andy Polyakovrand/randfile.c: permit non-regular files in RAND_load_...
2018-03-21 Kurt RoeckxDRBG: Use the EVP layer to do AES encryption
2018-03-21 Andy Polyakovo_fopen.c,rand/randfile.c: compensate for e_os.h omission.
2018-03-20 Matt CaswellUpdate copyright year
2018-03-20 Richard Levittecrypto/rand/rand_vms.c: include "internal/rand_int.h"
2018-03-19 Kurt RoeckxMake the public and private DRBG thread local
2018-03-17 Kurt RoeckxReturn error when trying to use prediction resistance
2018-03-17 Kurt RoeckxPropagate the request for prediction resistance to...
2018-03-17 Bernd EdlingerFixed a crash in error handing of rand_drbg_new
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-03-09 Dr. Matthias St... RAND_DRBG: add a function for setting the reseeding...
2018-03-06 Kurt RoeckxCheck the parent DRBG's strength
2018-02-27 Matt CaswellUpdate copyright year
2018-02-21 Kurt RoeckxCheck return value of time() when getting additional...
2018-02-15 Dr. Matthias St... DRBG: make locking api truly private
2018-02-13 Kurt RoeckxUse both getrandom() and /dev/urandom by default on...
2018-02-13 Dr. Matthias St... DRBG: make the derivation function the default for...
2018-02-13 Dr. Matthias St... DRBG: unify initialization and cleanup code
2018-02-13 Dr. Matthias St... DRBG: add locking api
2018-02-09 PauliFix glibc version detection.
2018-02-07 PauliFix glibc specific conditional for Mac OS/X
2018-02-07 PauliUnify timer code
2018-02-05 Dr. Matthias St... Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_by...
2018-02-05 Dr. Matthias St... Fix size limitation of RAND_DRBG_bytes()
2018-02-05 Dr. Matthias St... drbg_bytes: remove check for DRBG_UNINITIALIZED state
2018-01-31 Benjamin KadukRevert the crypto "global lock" implementation
2018-01-31 Dr. Matthias St... crypto/rand/rand_lib.c: fix undefined reference to...
2018-01-29 Kurt RoeckxAdd RAND_DRBG_bytes
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-16 Dr. Matthias St... Fix memory leak in do_rand_drbg_init()
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
2018-01-04 Dr. Matthias St... crypto/rand: rename drbg_rand.c to drbg_ctr.c
2017-12-17 Dr. Matthias St... Make DRBG uninstantiate() and instantiate() methods...
2017-12-17 Dr. Matthias St... Allocate the three shared DRBGs on the secure heap
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-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-10-18 Benjamin KadukAdd missing RAND_DRBG locking
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-31 Rich SalzAdd CRYPTO_thread_glock_new
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-28 Kurt RoeckxMake the global DRBGs static
2017-08-28 Kurt RoeckxDon't auto-instantiate a DRBG when trying to use it...
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-25 Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-23 Rich SalzMove randomness to allocated buffer
2017-08-13 Rich SalzInstantiate when RAND_status() checks
2017-08-07 Rich SalzVarious RAND improvements
2017-08-07 Rich SalzMake RAND_DRBG fork-safe
2017-08-06 Dr. Stephen HensonUse passed drbg, not global one
2017-08-05 Dr. Stephen HensonAdd entropy sanity check
2017-08-05 Dr. Stephen HensonSet randomness buffer pointer in get_entropy calls.
2017-08-03 Rich SalzAdd RAND_priv_bytes() for private keys
2017-08-03 Rich SalzAdd a DRBG to each SSL object
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-26 Rich SalzInstall custom RAND_METHOD for fuzzing
2017-07-26 Emeric BrunFix async engine pause dead lock in error case.
2017-07-22 Rich SalzAdd --with-rand-seed
2017-07-20 Benjamin KadukFix out-of-bounds read in ctr_XOR
2017-07-20 Benjamin Kaduktypedef's for RAND_DRBG methods
2017-07-20 Rich SalzRename internal rand.h file
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-17 Rich SalzFix use-after-free
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-07-15 Rich SalzStart to overhaul RAND API
2017-07-12 Rich SalzRewrite RAND_egd
2017-07-07 PauliTrivial bounds checking.
next