Don't call strsignal, just print the signal number.
[openssl.git] / crypto / rand /
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.
2017-07-06 Rich SalzRemove some now-unneeded VMS controls
2017-07-06 Rich SalzCleanup RAND_load_file,RAND_write_file
2017-07-05 Rich SalzUndo commit de02ec2
2017-07-05 Rich SalzUndo commit d420ac2
2017-06-20 Rich SalzAdd RAND_UNIMPLEMENTED error code
2017-06-07 Rich Salzmake error tables const and separate header file
2017-04-10 Andy Polyakovrand/rand_lib.c: keep fixing no-engine configuration.
2017-04-07 Richard LevitteFix rand_lib.c for no-engine configuration
2017-04-07 Richard LevitteMake getting and setting the RAND default method thread...
2017-04-06 Richard LevitteIn rand_cleanup_int(), don't go creating a default...
2017-02-28 Emilia KasperClean up references to FIPS
2017-01-24 ganeshRAND_egd_bytes: No need to check RAND_status on connect...
2017-01-24 ganeshFixed the return code for RAND_egd_bytes.
2017-01-24 ganeshFixed the return code of RAND_query_egd_bytes when...
2017-01-06 Kurt RoeckxMake rand_add predictable when fuzzing
2016-12-12 Paul Hoveyupdated macro spacing for styling purposes
2016-12-12 Paul Hoveyfix undoes errors introduced by https://github.com...
2016-12-08 Kurt RoeckxMake the predictable numbers start from 1
2016-12-02 Kurt RoeckxMake the random number generator predictable when fuzzing.
2016-09-21 Andy Polyakovrand/randfile.c: treat empty string in RAND_file_name...
2016-09-21 Andy Polyakovrand/randfile.c: rationalize __OpenBSD__ code path.
2016-09-21 Andy Polyakovrand/randfile.c: restore fallback to $HOME for non...
2016-09-08 Matt CaswellFix mem leaks during auto-deinit
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-04 Richard LevitteVSI submission: make the VMS version of RAND_poll(...
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
next