]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rand/rand_lib.c
Extend create_accept_stream test
[thirdparty/openssl.git] / crypto / rand / rand_lib.c
15 hours ago  Tomas Mrazlibapps + libcrypto: Silence warnings on Win64 builds
12 days ago  Neil HormanAdjust rand_lib to use new thread-local mgmt api
2025-05-13  Jakub ZelenkaCheck rand_meth_lock existence before trying to lock it
2025-04-30  Matt CaswellFix a deadlock while attempting to get the Primary...
2025-03-27  sashanUse OPENSSL_strdup() for strings freed by OPENSSL_free()
2025-03-12  openssl-machineCopyright year updates
2025-02-14  Paulirand: avoid property query manipulations
2025-02-12  Tomas Mrazossl_rand_ctx_new(): Use OPENSSL_strdup instead of...
2025-02-11  Simo SorcePrefer DRBG ciphers from the same provider
2025-02-04  PauliAdd support for random provider
2025-02-04  PauliAdd RAND_set1_random_provider() API
2025-01-08  Frederik Wedel-HeinenReturn NULL from ossl_lib_ctx_get_concrete() when it...
2024-10-09  Paulijitter: support an internal jitter entropy source in...
2024-09-24  Paulictr-drbg: always use the DF for OpenSSL's DRBGs
2024-09-18  Paulifips: continuous random bit generator tests
2024-09-05  Tomas MrazCopyright year updates
2024-08-05  Dimitri John Ledkovgithub: fix quoting in github workflow for jitter tests
2024-07-31  Dimitri John LedkovJITTER: excercise all tests in CI with JITTER seed...
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...
next