summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_lib.c
AgeCommit message (Expand)Author
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-03-26rand: fix coverity 1473636: data race conditionPauli
2021-03-18Add ossl_rand symbolsShane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-12Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcryptoTomas Mraz
2021-02-28rand: use params argument on instantiate callPauli
2021-02-23RAND_METHOD deprecation: code changesPauli
2021-02-02Refactor RAND_get0_primary() lockingMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-14Enable locking on the primary DRBG when we create itMatt Caswell
2020-12-09rand: allow seed-src to be missingPauli
2020-12-09rand: add a provider side seed source.Pauli
2020-11-20rand: move the entropy source out of the FIPS providerPauli
2020-11-19Provide side RNG functions renamed to have an ossl_ prefix.Pauli
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-23Add a "random" configuration section.Pauli
2020-08-28rand: instantiate the DRBGs upon first use.Pauli
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-07-16deprecate engines in libcryptoPauli
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli
2020-06-24CRNGT: continuous DRBG tests for providersPauli
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2020-01-20Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell
2019-12-12rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-11drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-09-10Fix a potential crash in rand_unix.cBernd Edlinger
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger
2019-07-23Make rand_pool buffers more dynamic in their sizing.Pauli
2019-07-22Allocate DRBG additional data pool from non-secure memoryBernd Edlinger
2019-07-02Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell
2019-07-02Fix TyposAntoine Cœur
2019-06-07Move the rand_nonce_lock code into drbg_lib.cMatt Caswell
2019-04-12Add prediction resistance capability to the DRBG reseeding process.Pauli
2019-03-29Fix broken change from b3d113e.Pauli
2019-03-22Cosmetic rand/drbg changes.Pauli
2018-12-06Following the license change, modify the boilerplates in crypto/rand/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-11-09Fix issues with do_rand_init/rand_cleanup_intBernd Edlinger
2018-11-08Add missing RAND initialisation call.Pauli
2018-11-07Rename the rand_drbg_st data member "pool" to "seed_pool"Bernd Edlinger
2018-11-01Avoid two memory allocations in each RAND_DRBG_bytesBernd Edlinger
2018-10-29Rework and simplify resource flow in drbg_addBernd Edlinger