aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_err.c
Commit message (Expand)AuthorAgeFilesLines
* rand: add extra error codePauli2023-09-271-1/+3
* err: remove the derivation function is mandatory for FIPS error message since...Pauli2021-07-201-2/+0
* Update copyright yearMatt Caswell2021-06-171-1/+1
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* prov: move the entropy source out of the FIPS providerPauli2020-11-201-2/+0
* rand: move the entropy source out of the FIPS providerPauli2020-11-201-2/+2
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-0/+4
* rand: core APIs for provider friendly random.Pauli2020-06-241-0/+10
* DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre2020-02-251-1/+1
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-44/+1
* Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell2019-07-021-0/+1
* Reseeding without derivation function is not supported in FIPS mode.Pauli2019-04-111-1/+4
* Following the license change, modify the boilerplates in crypto/rand/Richard Levitte2018-12-061-1/+1
* DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre2018-10-161-0/+1
* make updateRichard Levitte2018-04-131-0/+6
* VMS: stricter acquisition of entropy for the poolRichard Levitte2018-04-031-0/+4
* Return error when trying to use prediction resistanceKurt Roeckx2018-03-171-0/+2
* RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2018-03-161-0/+4
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-5/+5
* Check the parent DRBG's strengthKurt Roeckx2018-03-061-0/+4
* DRBG: make locking api truly privateDr. Matthias St. Pierre2018-02-151-1/+1
* DRBG: add locking apiDr. Matthias St. Pierre2018-02-131-0/+6
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre2018-01-041-0/+4
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-0/+21
* Add DRBG random methodRich Salz2017-07-191-0/+38
* Cleanup RAND_load_file,RAND_write_fileRich Salz2017-07-061-0/+6
* Add RAND_UNIMPLEMENTED error codeRich Salz2017-06-201-0/+2
* make error tables const and separate header fileRich Salz2017-06-071-14/+8
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Remove unused error/function codes.Rich Salz2016-05-231-19/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-2/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-33/+32
* Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson2011-04-051-0/+1
* add new RAND errorsDr. Stephen Henson2011-01-261-1/+11
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Rebuild error codes.Dr. Stephen Henson2005-04-121-6/+10
* In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe2001-04-301-0/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* There is no reason to use downcase letters throughout in error reasonBodo Möller2000-03-041-1/+1
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-201-1/+1
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-0/+93