Avoid race condition.
[oweals/openssl.git] / crypto / rand /
2001-07-24 Bodo MöllerAvoid race condition.
2001-07-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-07-20 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-07-10 Richard Levittemake update
2001-07-10 Richard LevitteEVP_Digest() takes one more parameter.
2001-07-10 Bodo MöllerFix PRNG.
2001-07-09 Richard LevitteAdd security patch and create release. OpenSSL_0_9_6b
2001-07-02 Richard Levitte[Forgotten commits?]
2001-07-01 Richard LevitteChanges to have OpenSSL compile on OS/2.
2001-06-23 Richard Levittemake update
2001-06-21 Dr. Stephen HensonFix memory leak when RAND is used: need to cleanup
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-07 Lutz JänickeERR_peek_error() returns "unsigned long".
2001-06-07 Lutz JänickeERR_peek_error() returns "unsigned long".
2001-06-05 Richard Levitte'make update'
2001-05-15 Lutz JänickeIncrease ENTROPY_NEEDED to support Rijndael's larger...
2001-05-15 Richard LevitteDo not forget to increment the pointers...
2001-05-15 Richard LevitteLow-case the names of the system routines, since some...
2001-05-14 Richard LevitteMake it so the compiler doesn't inform me about the...
2001-05-13 Richard LevitteA randomizer for OpenVMS, using the statistics that...
2001-05-06 Richard Levittemake update
2001-05-03 Richard LevitteSome platforms (most notably Windows) do not have a...
2001-05-03 Richard LevitteSome platforms (most notably Windows) do not have a...
2001-04-30 Geoff ThorpeIn RSA, DSA, DH, and RAND - if the "***_new()" function...
2001-04-18 Bodo Möllerfix md_rand.c locking bugs
2001-04-18 Bodo Möllerfix md_rand.c locking bugs
2001-04-18 Geoff ThorpeSome more tweaks from ENGINE code.
2001-04-17 Geoff Thorpe'make update'
2001-04-03 Bodo MöllerMake sure OPENSSL_SYS_... is defined when we need it.
2001-03-24 Richard Levittemake update
2001-03-22 Bodo MöllerAvoid warning
2001-03-21 Richard LevitteUse stdlib.h to get size_t.
2001-03-21 Richard LevitteSince site_t is used, there's no more need to cast...
2001-03-21 Bodo MöllerMake sure the size_t declaration is available.
2001-03-21 Bodo MöllerTurn 'num' argument to RAND_file_name into a size_t...
2001-03-21 Richard LevitteChange from main development line, 2001-03-18 15:24...
2001-03-18 Richard LevitteNew cofiguration for Unixwre and SCO,with slightly...
2001-03-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-03-15 Bodo MöllerError codes are longs, not ints
2001-03-15 Bodo Möllererror codes are longs, not ints
2001-03-14 Richard LevitteSigned vs. unsigned problem fix.
2001-03-10 Ulf Möllerdoh
2001-03-10 Dr. Stephen HensonTypo.
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-03-08 Ulf Möllerreplace rdtsc as in HEAD
2001-03-08 Ulf Möllerold MSVC versions don't have rdtsc
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
2001-02-26 Richard Levittemake update
2001-02-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-02-22 Bodo Möllerundo previous change: "e_os.h" is now the official...
2001-02-22 Bodo Möllerinclude e_os.h as "openssl/e_os.h" (as elsewhere)
2001-02-22 Bodo Möllerinclude e_os.h as "openssl/e_os.h" (as elsewhere)
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-22 Richard LevitteSince RAND_file_name() uses strlen, make sure the numbe...
2001-02-20 Richard LevitteInclude OpenSSL header files earlier so macros like...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Ulf MöllerOPENSSL_issetugid() as in the main branch.
2001-02-19 Richard LevitteMake sure time() is properly declared.
2001-02-19 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-14 Ulf MöllerNew function OPENSSL_issetugid(). Needs more work.
2001-02-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-02-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-02-11 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-02-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-02-08 Ulf Mölleradd comment and RAND_load_file() change as in main...
2001-02-08 Ulf Mölleruse <= instead of ==
2001-02-08 Ulf Möllerpoint out that RAND_load_file() etc are only for seed...
2001-02-07 Lutz JänickeModify access to EGD socket to deal with EINTR etc...
2001-02-04 Ben LaurieMake depend.
2001-02-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-02-02 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-01-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-01-25 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-01-12 Bodo MöllerDisable RegQueryValueEx() call.
2001-01-11 Dr. Stephen HensonOCSP basic response verify. Very incomplete
2001-01-09 Lutz JänickeAdd automatic query of EGD sockets to RAND_poll()....
2001-01-09 Lutz JänickeDon't cheat: when only getting several bytes from each...
2001-01-08 Richard LevitteChange RAND_poll for Unix to try a number of devices...
2000-12-17 Bodo MöllerSimplify preprocessor statements.
2000-12-16 Richard LevitteDo not poll DEVRANDOM if weäre building without an...
2000-12-11 cvs2svnThis commit was manufactured by cvs2svn to create branch
2000-12-01 Ulf Möllerfix for Borland C
2000-11-29 Ulf Möllerfix for Borland C
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-11-04 Ulf MöllerSet the CryptoAPI randomness estimate back to 0.
2000-11-03 Ulf Möllerincrease the value a bit
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-19 cvs2svnThis commit was manufactured by cvs2svn to create branch
2000-10-11 Richard LevitteFix from main trunk, 2000-09-25 10:52 levitte:
2000-10-10 Richard LevitteDo a favor to those who get weird compiles and report...
2000-10-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-21 Richard LevitteChanges by Jeffrey Altman <jaltman@columbia.edu> to...
2000-09-18 Richard LevitteGoing through performance statistics sometimes generate...
2000-09-18 Richard Levittecyclecount is only used when __GNUC__ isn't defined.
2000-09-18 Richard LevitteDisable the net statistics gathering code, since differ...
2000-09-18 Richard LevitteJeffrey Altman reminds us to initialize some variables...
2000-09-17 Richard LevitteJeffrey Altman <jaltman@columbia.edu> sent me a patch...
2000-09-15 Richard LevitteLater, Jeffrey changed his mind. Apparently, GetCursor...
next