summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_err.c
AgeCommit message (Expand)Author
2020-02-15VMS: Correct error reporting in crypto/rand/rand_vms.cRichard Levitte
2019-12-15rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre
2019-07-23Make rand_pool buffers more dynamic in their sizing.Pauli
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-04-13make updateRichard Levitte
2018-04-03VMS: stricter acquisition of entropy for the poolRichard Levitte
2018-03-17Return error when trying to use prediction resistanceKurt 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-03-06Check the parent DRBG's strengthKurt Roeckx
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-07-19Add DRBG random methodRich Salz
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz
2017-06-20Add RAND_UNIMPLEMENTED error codeRich Salz
2017-06-07make error tables const and separate header fileRich Salz
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-04-05Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson
2011-01-26add new RAND errorsDr. Stephen Henson
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2005-04-12Rebuild error codes.Dr. Stephen Henson
2001-04-30In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-03-04There is no reason to use downcase letters throughout in error reasonBodo Möller
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller