summaryrefslogtreecommitdiffstats
path: root/crypto/rand (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* AES CTR-DRGB: do not leak timing informationPatrick Steuer2020-04-081-13/+9
* AES CTR-DRGB: performance improvementPatrick Steuer2020-03-112-82/+139
* DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre2020-02-252-31/+46
* RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre2020-02-072-0/+30
* Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre2020-02-062-2/+2
* Deprecate the low level HMAC functionsPauli2020-01-291-0/+6
* Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell2020-01-201-4/+4
* Don't register drbg_delete_thread_state twiceMatt Caswell2020-01-201-2/+12
* CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte2020-01-152-1/+6
* Move random-related defines to "crypto/rand.h"Dr. Matthias St. Pierre2020-01-071-49/+0
* rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre2019-12-111-17/+21
* Fix some typosVeres Lajos2019-12-112-2/+2
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-072-2/+2
* VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.Richard Levitte2019-11-021-10/+89
* DRBG: add check for XOF so these can be disallowed by the DRBGsPauli2019-11-022-0/+5
* DRBG: weaken the restriction on allowed digests.Pauli2019-11-022-52/+6
* Document "get/set-app-data" macros.Rich Salz2019-10-231-1/+1
* Move random-related defines from e_os.h to rand_unix.cDr. Matthias St. Pierre2019-10-191-0/+50
* rand_unix.c: correct include guard commentsDr. Matthias St. Pierre2019-10-191-2/+4
* Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte2019-10-102-2/+2
* Rework how our providers are builtRichard Levitte2019-10-101-1/+1
* Add defines for __NR_getrandom for all Linux architecturesKurt Roeckx2019-09-301-3/+49
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-2811-10/+10
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-288-9/+9
* Avoid ?: construct in XXXerr callsRich Salz2019-09-191-3/+4
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre2019-09-111-2/+4
* drbg: add fork id to additional data on UNIX systemsDr. Matthias St. Pierre2019-09-111-0/+3
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-113-28/+11
* Fix a potential crash in rand_unix.cBernd Edlinger2019-09-101-31/+84