summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
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
2019-09-11drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre
2019-09-11drbg: add fork id to additional data on UNIX systemsDr. 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-10Fix a strict warnings error in rand_pool_acquire_entropyBernd Edlinger
2019-09-09Fix build with VS2008Bernd Edlinger
2019-09-05Cleanup includes in rand_unix.cBernd Edlinger
2019-09-04New function EVP_CIPHER_free()Richard Levitte
2019-09-04New function EVP_MD_free()Richard Levitte
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger
2019-08-30Fix NITs in comments and CHANGES for DEVRANDOM seeded check.Pauli
2019-08-24Avoid overflowing FDSET when using select(2).Pauli
2019-08-22Fix drbg_ossl_ctx_free() and drbg_nonce_ossl_ctx_free() to handle NULLRichard Levitte
2019-08-20Start up DEVRANDOM entropy improvement for older Linux devices.Pauli
2019-08-19Add a fallback definition for __NR_getrandom for x86 linuxBernd Edlinger
2019-08-19Add a fallback definition for __NR_getrandom for ARM linuxBernd Edlinger
2019-08-14Add missing EBCDIC stringsopensslonzos-github
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-16Regenerate mkerr filesRich Salz
2019-07-02Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell
2019-07-02Fix TyposAntoine Cœur
2019-07-01Remove NextStep supportRich Salz
2019-06-28Change the DRBG HMAC implementation to lookup allowed digest namesMatt Caswell
2019-06-28Change the DRBG HASH implementation to lookup all allowed algorithm namesMatt Caswell
2019-06-28Make the RAND code available from inside the FIPS moduleMatt Caswell
2019-06-19Fix UEFI build on FreeBSD by not including system headersRebecca Cran
2019-06-19Provide an ability to deregister thread stop handlersMatt Caswell