New function declarations.
[openssl.git] / crypto / rand /
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-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 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 Richard LevitteMake sure time() is properly declared.
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-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-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-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-10 Richard LevitteDo a favor to those who get weird compiles and report...
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...
2000-09-15 Ulf MöllerJeffrey Altman points out that GetQueueStatus() crashes...
2000-09-14 Richard LevitteJeffrey Altman convinced me this patch was really neede...
2000-09-13 Ulf MöllerPoint to Peter Gutmann's revised paper.
2000-09-13 Richard Levitte3 changes:
2000-09-11 Richard LevitteDon't include e_os.h before the system headers
2000-09-11 Richard LevitteA cast is needed or Borland C will complain.
2000-09-07 Richard Levitte'make update'
2000-08-08 Richard LevitteMake sure that 'initialized' is zeroed as well when...
2000-07-27 Richard LevitteLooks like Win32 builds do not define THREADS. However...
2000-07-26 Richard LevitteThere's a deadlock when ssleay_rand_bytes is called...
2000-07-26 Dr. Stephen HensonFix warnings.
2000-07-24 Richard Levitte"make update"
2000-07-21 Ulf Mölleroops.
2000-07-21 Ulf Möllerdon't print debug output
2000-07-19 Ulf MöllerMove RNG initialization to RAND_poll(), and shared...
2000-07-19 Ulf MöllerRandomness polling function for Win9x.
2000-06-28 Richard LevitteUndo the changes I just made. I'm not sure what I...
2000-06-28 Richard LevitteMake it possible for people to tell where the EGD socke...
2000-06-28 Richard LevitteThat's it, I've seen questions about this one time...
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-16 Bodo MöllerThere are compilers that complain if a variable has...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-03 Ben LaurieEVP constification.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-31 Bodo MöllerMove Windows seeding functions into a separate file.
2000-05-30 Bodo MöllerImprove PRNG robustness.
2000-05-11 Bodo MöllerWhen open()ing 'file' in RAND_write_file, don't use...
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-03-30 Bodo Möller'entropy >= ENTROPY_NEEDED' should be evaluated while the
2000-03-29 Richard LevitteSince ssleay_rand_initialize() unlocks then locks CRYPT...
2000-03-19 Ulf MöllerBug fix: RAND_write_file() failed to write to files...
2000-03-19 Richard LevitteMake sure an error condition is returned if, for some...
2000-03-19 Ulf Mölleroops. don't use "entropy" directly.
2000-03-19 Ulf MöllerNew function RAND_event() collects entropy from Windows...
2000-03-12 Bodo Möllercleaning up a little
2000-03-11 Bodo MöllerWorkaround for Windoze weirdness.
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-03-02 Bodo MöllerUse RAND_METHOD for implementing RAND_status.
2000-02-28 Ulf MöllerSwitch for turning on the predictable "random" number...
2000-02-28 Ulf MöllerFix for non-monolithic build.
2000-02-27 Bodo MöllerUse standard header file string.h for memset prototype...
2000-02-27 Ben LaurieDeclare memset.
2000-02-26 Richard Levittemake update
2000-02-26 Richard Levitteftruncate() and fileno() are not supported on all versi...
2000-02-26 Richard LevitteFor safety, check __VMS as well.
2000-02-25 Richard LevitteChanges to synchronise with Unix.
2000-02-25 Ulf MöllerEGD bugfix.
2000-02-25 Bodo Möllerhandle entropy estimate correctly
2000-02-24 Bodo MöllerDon't use buffered fread() to read from DEVRANDOM,
2000-02-24 Bodo MöllerDon't define platform-dependent preprocessor symbols...
2000-02-24 Ralf S. EngelschallAdd an evil cast, because POSIX/SUSv2 define connect...
2000-02-24 Ulf MöllerSupport EGD.
2000-02-19 Bodo MöllerAllow for higher granularity of entropy estimates by...
2000-02-10 Bodo Möller16 * 8 = 128.
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-24 Bodo MöllerRAND_load_file(..., -1) now means "read the complete...
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-23 Bodo MöllerUnder VMS, ftruncate should be available
2000-01-23 Bodo MöllerAs ftruncate is not availabe on all platforms, switch...
2000-01-22 Bodo Möllerupdate PRNG documentation/comments
2000-01-21 Ulf MöllerUse comment from md_rand.c in rand.pod
2000-01-21 Bodo Möllerchange comments
next