Modernise the ERR functionality further (new functions and deprecations)
[openssl.git] / crypto / rand /
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-11 Dr. Matthias St... drbg: fix issue where DRBG_CTR fails if NO_DF is used...
2019-09-11 Dr. Matthias St... drbg: add fork id to additional data on UNIX systems
2019-09-11 Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-09-10 Bernd EdlingerFix a potential crash in rand_unix.c
2019-09-10 Bernd EdlingerFix a strict warnings error in rand_pool_acquire_entropy
2019-09-09 Bernd EdlingerFix build with VS2008
2019-09-05 Bernd EdlingerCleanup includes in rand_unix.c
2019-09-04 Richard LevitteNew function EVP_CIPHER_free()
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-09-01 Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-08-29 PauliFix NITs in comments and CHANGES for DEVRANDOM seeded...
2019-08-24 PauliAvoid overflowing FDSET when using select(2).
2019-08-21 Richard LevitteFix drbg_ossl_ctx_free() and drbg_nonce_ossl_ctx_free...
2019-08-20 PauliStart up DEVRANDOM entropy improvement for older Linux...
2019-08-19 Bernd EdlingerAdd a fallback definition for __NR_getrandom for x86...
2019-08-19 Bernd EdlingerAdd a fallback definition for __NR_getrandom for ARM...
2019-08-14 opensslonzos-githubAdd missing EBCDIC strings
2019-07-23 PauliMake rand_pool buffers more dynamic in their sizing.
2019-07-22 Bernd EdlingerAllocate DRBG additional data pool from non-secure...
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-02 Matt CaswellProvide rand_bytes_ex and rand_priv_bytes_ex
2019-07-02 Antoine CœurFix Typos
2019-07-01 Rich SalzRemove NextStep support
2019-06-28 Matt CaswellChange the DRBG HMAC implementation to lookup allowed...
2019-06-28 Matt CaswellChange the DRBG HASH implementation to lookup all allow...
2019-06-28 Matt CaswellMake the RAND code available from inside the FIPS module
2019-06-19 Rebecca CranFix UEFI build on FreeBSD by not including system headers
2019-06-19 Matt CaswellProvide an ability to deregister thread stop handlers
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Matt CaswellConvert thread stop handling into a publish/subscribe...
2019-06-09 Dr. Matthias St... Revert the DEVRANDOM_WAIT feature
2019-06-07 Matt CaswellMove the rand_nonce_lock code into drbg_lib.c
2019-06-07 Matt CaswellMake the rand_crng code OPENSSL_CTX aware
2019-06-07 Matt CaswellConvert drbg_lib to use OPENSSL_CTX for its global...
2019-05-10 Dr. Matthias St... Ignore entropy from RAND_add()/RAND_seed() in FIPS...
2019-05-02 Klotz, TobiasUse vxRandLib for VxWorks7
2019-04-30 PauliSquashed commit of the following:
2019-04-20 PauliFix bug in entropy gathering.
2019-04-12 PauliAdd prediction resistance capability to the DRBG reseed...
2019-04-10 PauliReseeding without derivation function is not supported...
2019-04-02 Richard LevitteRevert "crypto/rand/rand_win.c: include "e_os.h" to...
2019-04-02 Dr. Matthias St... rand_win.c: loosen version requirements for BCryptGenRandom
2019-04-02 Richard Levittecrypto/rand/rand_win.c: include "e_os.h" to get the...
2019-03-29 PauliClear seed source structures.
2019-03-29 Soujyu TanakaCircumvent a problem of lacking GetEnvironmentVariable...
2019-03-29 PauliAdd the FIPS related continuous random number generator...
2019-03-28 PauliFix broken change from b3d113e.
2019-03-22 PauliCosmetic rand/drbg changes.
2019-03-15 Dr. Matthias St... VMS: only use the high precision on VMS v8.4 and up
2019-03-01 Bernd EdlingerFix seeding from random device w/o getrandom syscall
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
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
next