Fix cert with rsa instead of rsaEncryption as public key algorithm
[openssl.git] / crypto / rand /
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-11-09 Bernd EdlingerFix issues with do_rand_init/rand_cleanup_int
2018-11-08 Dr. Matthias St... rand_unix.c: open random devices on first use only
2018-11-08 Dr. Matthias St... Test: link drbgtest statically against libcrypto
2018-11-07 PauliAdd missing RAND initialisation call.
2018-11-07 Bernd EdlingerRename the rand_drbg_st data member "pool" to "seed_pool"
2018-11-05 Bernd EdlingerFix error handling in RAND_DRBG_uninstantiate
2018-11-05 Bernd EdlingerFix error handling in rand_drbg_new
2018-11-05 Bernd EdlingerFix error handling in RAND_DRBG_set
2018-10-31 Bernd EdlingerAvoid two memory allocations in each RAND_DRBG_bytes
2018-10-30 Bernd EdlingerFix a race condition in drbg_add
2018-10-29 Bernd EdlingerRework and simplify resource flow in drbg_add
2018-10-28 Dr. Matthias St... randfile.c: fix a Coverity warning
2018-10-28 Dr. Matthias St... drbg_lib: avoid NULL pointer dereference in drbg_add
2018-10-26 Bernd EdlingerFix data race in RAND_DRBG_generate
2018-10-26 Bernd EdlingerFix a possible crash in rand_drbg_get_entropy
2018-10-26 Dr. Matthias St... RAND_add()/RAND_seed(): fix failure on short input...
2018-10-26 Dr. Matthias St... RAND_load_file(): avoid adding small chunks to RAND_add()
2018-10-26 Dr. Matthias St... RAND_load_file(): return error if reseeding failed
2018-10-23 Richard LevitteRAND: ensure INT32_MAX is defined
2018-10-22 Dr. Matthias St... RAND_add(): fix heap corruption in error path
2018-10-16 Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-10-10 FdaSilvaYYcrypto/rand: fix some style nit's
2018-10-10 Dr. Matthias St... rand_unix.c: fix --with-rand-seed=none build
2018-09-27 Shane LontisAdded DRBG_HMAC & DRBG_HASH + Added defaults for settin...
2018-09-24 PauliUse secure_getenv(3) when available.
2018-09-15 Richard LevitteVMS: only use the high precision on VMS v8.4 and up
2018-09-12 Dr. Matthias St... Replace the public RAND_DRBG_USED_FLAGS #define by...
2018-08-22 Dr. Matthias St... rand_lib.c: Don't open random devices while cleaning up.
2018-08-19 Dr. Matthias St... rand_unix.c: don't discard entropy bytes from /dev...
2018-08-19 Dr. Matthias St... rand_unix.c: don't discard entropy bytes from syscall_r...
2018-08-19 Dr. Matthias St... rand_unix.c: assimilate syscall_random() with getrandom(2)
2018-07-25 Shane LontisFixed issue where DRBG_CTR fails if NO_DF is used ...
2018-07-01 Andy Polyakovrand/rand_unix.c: address macro redifinition warning.
2018-06-26 PauliModify the DEVRANDOM source so that the files are kept...
2018-06-25 Andy Polyakovrand/rand_unix.c: mask getentropy ELF detection on...
2018-06-15 Dr. Matthias St... RAND_POOL: Add missing implementations for djgpp
2018-06-09 Andy Polyakovrand/rand_unix.c: bypass DSO_global_lookup on ELF systems.
2018-06-09 Andy Polyakovrand/rand_unix.c: omit error from DSO_global_lookup.
2018-06-03 Kurt RoeckxFix checking the return value of getentropy()
2018-06-03 Kurt RoeckxRemove support for calling getrandom(), we now always...
2018-06-03 Kurt RoeckxLook up availability of getentropy() at runtime.
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()
next