summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2020-07-16Update copyright yearRichard Levitte
2020-07-16deprecate engines in libcryptoPauli
2020-07-15Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka
2020-07-14DRBG: rename the DRBG taxonomy.Pauli
2020-06-24evp_rand: documentationPauli
2020-06-24fips rand: DRBG KAT self test updates to provider model.Pauli
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli
2020-06-24rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre
2020-06-24rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre
2020-06-24CRNGT: continuous DRBG tests for providersPauli
2020-06-24Move CRNG test to providersPauli
2020-06-24rand: core APIs for provider friendly random.Pauli
2020-06-03Fix a buffer overflow in drbg_ctr_generateBernd Edlinger
2020-05-20Fix egd and devrandom source configsBernd Edlinger
2020-05-15Update copyright yearMatt Caswell
2020-05-04rand_unix.c: Ensure requests to KERN_ARND don't exceed 256 bytes.nia
2020-05-04rand_unix.c: Only enable hack for old FreeBSD versions on FreeBSDnia
2020-05-04rand_unix.c: Include correct headers for sysctl() on NetBSDnia
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-16Put sys-specific files in build.infoRich Salz
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-04-08AES CTR-DRGB: do not leak timing informationPatrick Steuer
2020-03-11AES CTR-DRGB: performance improvementPatrick Steuer
2020-02-25DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre
2020-02-07RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2020-01-29Deprecate the low level HMAC functionsPauli
2020-01-20Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell
2020-01-20Don't register drbg_delete_thread_state twiceMatt Caswell
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte
2020-01-07Move random-related defines to "crypto/rand.h"Dr. Matthias St. Pierre
2019-12-12rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre
2019-12-11Fix some typosVeres Lajos
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-02VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.Richard Levitte
2019-11-02DRBG: add check for XOF so these can be disallowed by the DRBGsPauli
2019-11-02DRBG: weaken the restriction on allowed digests.Pauli
2019-10-23Document "get/set-app-data" macros.Rich Salz
2019-10-19Move random-related defines from e_os.h to rand_unix.cDr. Matthias St. Pierre
2019-10-19rand_unix.c: correct include guard commentsDr. Matthias St. Pierre
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-10-10Rework how our providers are builtRichard Levitte
2019-09-30Add defines for __NR_getrandom for all Linux architecturesKurt Roeckx
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-19Avoid ?: construct in XXXerr callsRich Salz
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte