]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rand/rand_egd.c
misspellings fixes by https://github.com/vlajos/misspell_fixer
[thirdparty/openssl.git] / crypto / rand / rand_egd.c
2013-09-05  Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2012-06-03  Ben LaurieVersion skew reduction: trivia (I hope).
2011-02-16  Dr. Stephen HensonExperimental symbol renaming to avoid clashes with...
2008-11-12  Andy PolyakovRevert commit #17603, it should have been part of ...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05  Dr. Stephen HensonPR: 1777
2008-11-01  Ben LaurieMore size_tification.
2006-04-11  Ulf MöllerAdd BeOS support.
2005-02-19  Lutz JänickeFix hang in EGD/PRNGD query when communication socket...
2004-06-28  Richard LevitteChanges for VOS, submitted by Paul Green <Paul.Green...
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-28  Richard LevitteNetware-specific changes,
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-14  Richard LevitteComplete the VxWorks fix by implementing a NULL RAND_po...
2002-10-09  Richard LevitteAdd a few more VxWorks targets.
2002-09-22  Ulf Mölleruse OPENSSL_SYS_MSDOS rather than __DJGPP__ to disable...
2002-06-13  Richard LevitteAdd support for DJGPP.
2002-05-22  Richard LevitteUse OPENSSL_SYS_VMS instead of just VMS
2002-02-14  Richard LevitteAdd the configuration target VxWorks.
2001-04-03  Bodo MöllerMake sure OPENSSL_SYS_... is defined when we need it.
2001-03-18  Richard LevitteNew cofiguration for Unixwre and SCO,with slightly...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-07  Lutz JänickeModify access to EGD socket to deal with EINTR etc...
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()....
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-03  Ben LaurieEVP constification.
2000-02-28  Ulf MöllerSwitch for turning on the predictable "random" number...
2000-02-27  Bodo MöllerUse standard header file string.h for memset prototype...
2000-02-27  Ben LaurieDeclare memset.
2000-02-26  Richard LevitteFor safety, check __VMS as well.
2000-02-25  Ulf MöllerEGD bugfix.
2000-02-24  Ralf S. EngelschallAdd an evil cast, because POSIX/SUSv2 define connect...
2000-02-24  Ulf MöllerSupport EGD.