]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rand/rand_err.c
Regenerate mkerr files
[thirdparty/openssl.git] / crypto / rand / rand_err.c
2019-07-16  Rich SalzRegenerate mkerr files
2019-07-02  Matt CaswellProvide rand_bytes_ex and rand_priv_bytes_ex
2019-04-10  PauliReseeding without derivation function is not supported...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-16  Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-04-13  Richard Levittemake update
2018-04-03  Richard LevitteVMS: stricter acquisition of entropy for the pool
2018-03-17  Kurt RoeckxReturn error when trying to use prediction resistance
2018-03-16  Dr. Matthias St... RAND_DRBG: add a function for setting the default DRBG...
2018-03-15  Dr. Matthias St... Publish the RAND_DRBG API
2018-03-06  Kurt RoeckxCheck the parent DRBG's strength
2018-02-15  Dr. Matthias St... DRBG: make locking api truly private
2018-02-13  Dr. Matthias St... DRBG: add locking api
2018-01-19  Richard LevitteCopyright update of more files that have changed this...
2018-01-04  Dr. Matthias St... crypto/rand: restore the generic DRBG implementation
2017-10-18  Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-07-19  Rich SalzAdd DRBG random method
2017-07-06  Rich SalzCleanup RAND_load_file,RAND_write_file
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_...