Fix Typos
[openssl.git] / crypto / rand / rand_lib.c
2019-07-02 Antoine CœurFix Typos
2019-06-07 Matt CaswellMove the rand_nonce_lock code into drbg_lib.c
2019-04-12 PauliAdd prediction resistance capability to the DRBG reseed...
2019-03-28 PauliFix broken change from b3d113e.
2019-03-22 PauliCosmetic rand/drbg changes.
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-07 PauliAdd missing RAND initialisation call.
2018-11-07 Bernd EdlingerRename the rand_drbg_st data member "pool" to "seed_pool"
2018-10-31 Bernd EdlingerAvoid two memory allocations in each RAND_DRBG_bytes
2018-10-29 Bernd EdlingerRework and simplify resource flow 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-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-08-22 Dr. Matthias St... rand_lib.c: Don't open random devices while cleaning up.
2018-07-25 Shane LontisFixed issue where DRBG_CTR fails if NO_DF is used ...
2018-06-26 PauliModify the DEVRANDOM source so that the files are kept...
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
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-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 Richard LevitteRemove ambiguity in rand_pool_add[_end] return value
2018-04-01 Kurt RoeckxMake sure we use a nonce when a nonce is required
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-15 Dr. Matthias St... Publish the RAND_DRBG API
2018-03-06 Kurt RoeckxCheck the parent DRBG's strength
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 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-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
2017-12-17 Dr. Matthias St... Add master DRBG for reseeding
2017-10-18 Benjamin KadukAdd missing RAND_DRBG locking
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-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-23 Rich SalzMove randomness to allocated buffer
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 HensonSet randomness buffer pointer in get_entropy calls.
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 Rich SalzRename internal rand.h file
2017-07-19 Rich SalzAdd DRBG random method
2017-07-15 Rich SalzStart to overhaul RAND API
2017-06-20 Rich SalzAdd RAND_UNIMPLEMENTED error code
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
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate RAND_cleanup() and make it a no-op
2016-03-20 Rich SalzRemove #error from include files.
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-06 Rich SalzRemove more (rest?) of FIPS build stuff.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-04-30 Rich Salzfree cleanup almost the finale
2015-03-25 Matt CaswellDeprecate RAND_pseudo_bytes
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-01-11 Dr. Stephen HensonUse rdrand as additional entropy source.
2012-08-22 Dr. Stephen HensonPR: 2786
2011-06-21 Dr. Stephen HensonDon't set FIPS rand method at same time as RAND method...
2011-04-23 Dr. Stephen HensonOops, work out expanded buffer length before allocating...
2011-04-23 Dr. Stephen HensonAlways return multiple of block length bytes from defau...
2011-04-21 Dr. Stephen HensonAdd continuous RNG test to entropy source. Entropy...
2011-04-06 Dr. Stephen HensonUpdate OpenSSL DRBG support code. Use date time vector...
2011-04-05 Dr. Stephen HensonExtensive reorganisation of PRNG handling in FIPS modul...
2011-01-26 Dr. Stephen HensonFIPS mode changes to make RNG compile (this will need...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben LaurieMore size_tification.
2007-09-24 Lutz JänickePort from 0.9.8-stable
2007-03-02 Lutz JänickeInitialize "buf" to 0 to make valgrind happy :-)
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2001-09-25 Geoff ThorpeThis commits changes to various parts of libcrypto...
2001-06-21 Dr. Stephen HensonFix memory leak when RAND is used: need to cleanup
2001-04-30 Geoff ThorpeIn RSA, DSA, DH, and RAND - if the "***_new()" function...
2001-04-18 Geoff ThorpeSome more tweaks from ENGINE code.
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-03-02 Bodo MöllerUse RAND_METHOD for implementing RAND_status.
next