aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_err.c
Commit message (Expand)AuthorAgeFilesLines
* 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