ispell
[openssl.git] / crypto / rand /
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
2000-01-21 Bodo MöllerAvoid integer overflow in entropy counter.
2000-01-21 Ulf MöllerDocument RAND library.
2000-01-21 Bodo MöllerIn RAND_write_file, truncate the file to the no. of...
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-20 Dr. Stephen HensonFinish off the X509_ATTRIBUTE string stuff.
2000-01-16 Ulf MöllerNew function RAND_pseudo_bytes() generated pseudorandom...
2000-01-14 Bodo MöllerAvoid some warnings, and run "make update".
2000-01-14 Bodo MöllerAvoid shadowing variables,
2000-01-14 Ulf Möllerminor change for the prng
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
1999-12-19 Andy PolyakovMacOS updates.
1999-10-26 Bodo MöllerAlways hash the pid in the first iteration in ssleay_ra...
1999-10-26 Bodo MöllerMake md_rand.c more robust.
1999-10-26 Bodo MöllerVarious randomness handling bugfixes and improvements --
1999-10-14 Bodo MöllerUse of DEVRANDOM must be #ifdef'ed (the #ifdef was...
1999-09-11 Andy PolyakovInitial support for MacOS.
1999-06-10 Bodo MöllerAvoid warnings.
1999-06-09 Bodo Möller"make update" (added to top Makefile, and applied).
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerAdd a kludge :-(
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-15 Bodo MöllerUpdate dependencies.
1999-05-13 Ulf MöllerVMS support.
1999-04-29 Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29 Ulf MöllerIgnore Makefile.save
1999-04-29 Bodo MöllerObey $(PERL) when running util/mklink.pl.
1999-04-28 Bodo MöllerUse util/mklink.pl instead of util/mklink.sh.
1999-04-27 Ulf MöllerMessage digest stuff.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
next