summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_lcl.h
AgeCommit message (Expand)Author
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
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-06-28Make the RAND code available from inside the FIPS moduleMatt Caswell
2019-06-07Make the rand_crng code OPENSSL_CTX awareMatt Caswell
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell
2019-04-30Squashed commit of the following:Pauli
2019-03-29Add the FIPS related continuous random number generator (CRNG) testing.Pauli
2018-12-06Following the license change, modify the boilerplates in crypto/rand/Richard Levitte
2018-11-08Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre
2018-11-07Rename the rand_drbg_st data member "pool" to "seed_pool"Bernd Edlinger
2018-11-01Avoid two memory allocations in each RAND_DRBG_bytesBernd Edlinger
2018-10-26Fix data race in RAND_DRBG_generateBernd Edlinger
2018-10-23RAND: ensure INT32_MAX is definedRichard Levitte
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis
2018-04-01Make sure we use a nonce when a nonce is requiredKurt Roeckx
2018-03-29Document RAND_DRBG fork-safety locking modelBenjamin Kaduk
2018-03-21DRBG: Use the EVP layer to do AES encryptionKurt Roeckx
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-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre
2018-02-13DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre
2018-01-29Add RAND_DRBG_bytesKurt Roeckx
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
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-10-18Remove unnecessary DRBG_RESEED stateDr. Matthias St. Pierre
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-08-28Make the global DRBGs staticKurt Roeckx
2017-08-28DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre
2017-08-28DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre
2017-08-07Various RAND improvementsRich Salz
2017-08-07Make RAND_DRBG fork-safeRich Salz
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-22Add --with-rand-seedRich Salz
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk
2017-07-20Fix faulty includeRichard Levitte
2017-07-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz
2017-07-19Add DRBG random methodRich Salz
2017-07-15Start to overhaul RAND APIRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz