Make rcu_thread_key context-aware
[openssl.git] / crypto / rand / rand_lib.c
2023-10-02 PauliCoverity 1545175: use after free
2023-10-02 PauliCoverity 1545176: dereference before NULL check
2023-09-27 Paulifips: use seed source requested
2023-09-27 Paulifips selftest: avoid relying on a real RNG for self...
2023-09-07 Matt CaswellCopyright year updates
2023-06-13 Mike Kasickrand_lib: RAND_poll: Reseed in non-"no-deprecated"...
2023-05-30 Matt CaswellAvoid taking a write lock in RAND_get_rand_method()
2023-05-02 Paulirand: trust user supplied entropy when configured witho...
2022-11-02 Tomas MrazRelease the drbg in the global default context before...
2022-11-01 Paulirand: add set0 calls for the private and public DRBGs
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-02-20 Jiasheng Jiangrand: Add missing check for rand_get_global
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-09-03 Paulirand: avoid using the derivation function for the publi...
2021-06-21 Matt CaswellEnsure we remove libctx DRBG state before removing...
2021-06-07 Tomas MrazElimination of some sources not needed in the FIPS_MODULE
2021-06-02 Rich SalzAdd NCONF_get0_libctx()
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Paulirand: use size_t for size argument to RAND_bytes_ex()
2021-05-29 Paulirand: add a strength argument to the BN and RAND RNG...
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-03-25 Paulirand: fix coverity 1473636: data race condition
2021-03-18 Shane LontisAdd ossl_rand symbols
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-12 Tomas MrazUse OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL...
2021-02-28 Paulirand: use params argument on instantiate call
2021-02-23 PauliRAND_METHOD deprecation: code changes
2021-02-02 Matt CaswellRefactor RAND_get0_primary() locking
2021-01-28 Richard LevitteUpdate copyright year
2021-01-14 Matt CaswellEnable locking on the primary DRBG when we create it
2020-12-09 Paulirand: allow seed-src to be missing
2020-12-09 Paulirand: add a provider side seed source.
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-18 PauliProvide side RNG functions renamed to have an ossl_...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-23 PauliAdd a "random" configuration section.
2020-08-28 Paulirand: instantiate the DRBGs upon first use.
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-07-16 Paulideprecate engines in libcrypto
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 PauliCRNGT: continuous DRBG tests for providers
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-02-06 Dr. Matthias St... Fix misspelling errors and typos reported by codespell
2020-01-20 Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2019-12-11 Dr. Matthias St... rand_lib.c: fix null pointer dereferences after RAND_ge...
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
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: ensure fork-safety without using a pthread_atfork...
2019-09-10 Bernd EdlingerFix a potential crash in rand_unix.c
2019-09-01 Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
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-02 Matt CaswellProvide rand_bytes_ex and rand_priv_bytes_ex
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
next