summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_lcl.h
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-09-09drbg: 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-23Allocate DRBG additional data pool from non-secure memoryBernd Edlinger
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-05Avoid two memory allocations in each RAND_DRBG_bytesBernd Edlinger
2018-10-27Fix data race in RAND_DRBG_generateBernd Edlinger
2018-10-26Backport some DRBG renamings and typo fixesDr. Matthias St. Pierre
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-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
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-01-11Use rdrand as additional entropy source.Dr. Stephen Henson
2001-10-25Like MD_Init, MD now must include a NULL engine pointer in its definition.Bodo Möller
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-09-07The various hash #includes in rand_lcl.h *are* needed despiteBodo Möller
2001-09-06include the proper header fileUlf Möller