summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_err.c
AgeCommit message (Expand)Author
2023-09-27rand: add extra error codePauli
2021-07-20err: remove the derivation function is mandatory for FIPS error message since...Pauli
2021-06-17Update copyright yearMatt Caswell
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-11-20rand: move the entropy source out of the FIPS providerPauli
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-06-24rand: core APIs for provider friendly random.Pauli
2020-02-25DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-07-16Regenerate mkerr filesRich Salz
2019-07-02Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell
2019-04-11Reseeding without derivation function is not supported in FIPS mode.Pauli
2018-12-06Following the license change, modify the boilerplates in crypto/rand/Richard Levitte
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