aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-085-5/+5
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-0/+9
* rand: fix coverity 1473636: data race conditionPauli2021-03-261-4/+9
* Add ossl_rand symbolsShane Lontis2021-03-185-52/+52
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-3/+9
* Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcryptoTomas Mraz2021-03-121-1/+1
* rand: use params argument on instantiate callPauli2021-02-281-7/+2
* RAND_METHOD deprecation: code changesPauli2021-02-232-18/+98
* Refactor RAND_get0_primary() lockingMatt Caswell2021-02-021-25/+39
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Enable locking on the primary DRBG when we create itMatt Caswell2021-01-141-0/+11
* rand: allow seed-src to be missingPauli2020-12-091-1/+4
* rand: add a provider side seed source.Pauli2020-12-091-2/+51
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* prov: move the entropy source out of the FIPS providerPauli2020-11-201-2/+0
* rand: move the entropy source out of the FIPS providerPauli2020-11-205-5/+81
* doc: Documentation changes for moving the entropy source out of the fips prov...Pauli2020-11-201-0/+412
* Provide side RNG functions renamed to have an ossl_ prefix.Pauli2020-11-191-1/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-132-12/+12
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-132-15/+15
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-15/+15
* Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte2020-09-241-3/+3
* Add a "random" configuration section.Pauli2020-09-231-4/+104
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+70
* rand: instantiate the DRBGs upon first use.Pauli2020-08-281-2/+7
* rand_drbg: remove RAND_DRBG.Pauli2020-08-077-1066/+345
* Fix: uninstantiation breaks the RAND_DRBG callback mechanismDr. Matthias St. Pierre2020-07-231-0/+13
* Update copyright yearRichard Levitte2020-07-161-1/+1
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka2020-07-151-1/+1
* DRBG: rename the DRBG taxonomy.Pauli2020-07-142-66/+73
* evp_rand: documentationPauli2020-06-242-1/+36
* fips rand: DRBG KAT self test updates to provider model.Pauli2020-06-241-0/+7
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-244-1108/+341
* rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre2020-06-243-1119/+0
* rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre2020-06-244-1832/+0
* CRNGT: continuous DRBG tests for providersPauli2020-06-244-655/+21
* Move CRNG test to providersPauli2020-06-241-139/+0
* rand: core APIs for provider friendly random.Pauli2020-06-241-0/+10
* Fix a buffer overflow in drbg_ctr_generateBernd Edlinger2020-06-031-3/+5
* Fix egd and devrandom source configsBernd Edlinger2020-05-201-2/+3
* Update copyright yearMatt Caswell2020-05-151-1/+1
* rand_unix.c: Ensure requests to KERN_ARND don't exceed 256 bytes.nia2020-05-041-1/+1
* rand_unix.c: Only enable hack for old FreeBSD versions on FreeBSDnia2020-05-041-0/+2
* rand_unix.c: Include correct headers for sysctl() on NetBSDnia2020-05-041-2/+2
* Amend references to "OpenSSL license"Shourya Shukla2020-04-291-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-286-20/+20
* Update copyright yearMatt Caswell2020-04-239-9/+9
* Put sys-specific files in build.infoRich Salz2020-04-163-67/+65
* Use build.info, not ifdef for crypto modulesRich Salz2020-04-162-34/+32