summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2018-04-01Make sure we use a nonce when a nonce is requiredKurt Roeckx
2018-03-30Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-29Document RAND_DRBG fork-safety locking modelBenjamin Kaduk
2018-03-29Fix setbuf use for VMS CRichard Levitte
2018-03-27rand/randfile.c: permit non-regular files in RAND_load_file.Andy Polyakov
2018-03-21DRBG: Use the EVP layer to do AES encryptionKurt Roeckx
2018-03-21o_fopen.c,rand/randfile.c: compensate for e_os.h omission.Andy Polyakov
2018-03-20Update copyright yearMatt Caswell
2018-03-20crypto/rand/rand_vms.c: include "internal/rand_int.h"Richard Levitte
2018-03-19Make the public and private DRBG thread localKurt Roeckx
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx
2018-03-17Fixed a crash in error handing of rand_drbg_newBernd Edlinger
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre
2018-03-06Check the parent DRBG's strengthKurt Roeckx
2018-02-27Update copyright yearMatt Caswell
2018-02-21Check return value of time() when getting additional data for the DRBGKurt Roeckx
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre
2018-02-13Use both getrandom() and /dev/urandom by default on Linux.Kurt Roeckx
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre
2018-02-13DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre
2018-02-09Fix glibc version detection.Pauli
2018-02-07Fix glibc specific conditional for Mac OS/XPauli
2018-02-07Unify timer codePauli
2018-02-05Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes()Dr. Matthias St. Pierre
2018-02-05Fix size limitation of RAND_DRBG_bytes()Dr. Matthias St. Pierre
2018-02-05drbg_bytes: remove check for DRBG_UNINITIALIZED stateDr. Matthias St. Pierre
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2018-01-31crypto/rand/rand_lib.c: fix undefined reference to `clock_gettime'Dr. Matthias St. Pierre
2018-01-29Add RAND_DRBG_bytesKurt Roeckx
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-16Fix memory leak in do_rand_drbg_init()Dr. Matthias St. Pierre
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre
2018-01-04crypto/rand: rename drbg_rand.c to drbg_ctr.cDr. Matthias St. Pierre
2017-12-17Make DRBG uninstantiate() and instantiate() methods inverse to each otherDr. Matthias St. Pierre
2017-12-17Allocate the three shared DRBGs on the secure heapDr. Matthias St. Pierre
2017-12-17Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-10-18Add missing RAND_DRBG lockingBenjamin Kaduk
2017-10-18Remove unnecessary DRBG_RESEED stateDr. Matthias St. Pierre
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-28Make the global DRBGs staticKurt Roeckx
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx