Update copyright year
[openssl.git] / crypto / rand / rand_egd.c
2020-04-23 Matt CaswellUpdate copyright year
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2019-07-01 Rich SalzRemove NextStep support
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-29 Matt CaswellUpdate copyright year
2018-05-02 FdaSilvaYYopensslconf.h inclusion cleanup
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-12 Rich SalzRewrite RAND_egd
2017-07-07 PauliTrivial bounds checking.
2017-07-05 Rich SalzUndo commit d420ac2
2017-01-24 ganeshRAND_egd_bytes: No need to check RAND_status on connect...
2017-01-24 ganeshFixed the return code for RAND_egd_bytes.
2017-01-24 ganeshFixed the return code of RAND_query_egd_bytes when...
2016-08-05 klemensspelling fixes, just comments and readme.
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-03-17 Rich SalzRemove Netware and OS/2
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-14 Benjamin KadukAdd a no-egd option to disable EGD-related code
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-09-09 David WoodhouseRT3969: Add OPENSSL_SYS_UEFI
2015-02-12 Clang via Jeffrey... RT3684: rand_egd needs stddef.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-17 Rich SalzRT3548: Remove some obsolete platforms
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.