Add RAND_UNIMPLEMENTED error code
[openssl.git] / crypto / rand / rand_err.c
2017-06-20 Rich SalzAdd RAND_UNIMPLEMENTED error code
2017-06-07 Rich Salzmake error tables const and separate header file
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2011-04-05 Dr. Stephen HensonExtensive reorganisation of PRNG handling in FIPS modul...
2011-01-26 Dr. Stephen Hensonadd new RAND errors
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2001-04-30 Geoff ThorpeIn RSA, DSA, DH, and RAND - if the "***_new()" function...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-03-04 Bodo MöllerThere is no reason to use downcase letters throughout...
2000-01-20 Dr. Stephen HensonFinish off the X509_ATTRIBUTE string stuff.
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...