aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_egd.c
Commit message (Expand)AuthorAgeFilesLines
* RT3684: rand_egd needs stddef.hClang via Jeffrey Walton2015-02-121-4/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-184/+172
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* RT3548: Remove some obsolete platformsRich Salz2014-12-171-1/+1
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-2/+2
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+0
* Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson2011-02-161-0/+1
* Revert commit #17603, it should have been part of #17617.Andy Polyakov2008-11-121-2/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-3/+3
* PR: 1777Dr. Stephen Henson2008-11-051-2/+2
* More size_tification.Ben Laurie2008-11-011-3/+3
* Add BeOS support.Ulf Möller2006-04-111-1/+1
* Fix hang in EGD/PRNGD query when communication socket is closedLutz Jänicke2005-02-191-2/+6
* Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte2004-06-281-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-1/+2
* Netware-specific changes,Richard Levitte2003-11-281-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* Complete the VxWorks fix by implementing a NULL RAND_poll() for it.Richard Levitte2002-10-141-1/+1
* Add a few more VxWorks targets.Richard Levitte2002-10-091-1/+1
* use OPENSSL_SYS_MSDOS rather than __DJGPP__ to disable egd, this is notUlf Möller2002-09-221-1/+1
* Add support for DJGPP.Richard Levitte2002-06-131-1/+1
* Use OPENSSL_SYS_VMS instead of just VMSRichard Levitte2002-05-221-1/+1
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+5
* Make sure OPENSSL_SYS_... is defined when we need it.Bodo Möller2001-04-031-0/+1
* New cofiguration for Unixwre and SCO,with slightly better granularity. Contr...Richard Levitte2001-03-181-0/+7
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Modify access to EGD socket to deal with EINTR etc that can appearLutz Jänicke2001-02-071-67/+156
* OCSP basic response verify. Very incompleteDr. Stephen Henson2001-01-111-1/+1
* Add automatic query of EGD sockets to RAND_poll(). The EGD sockets areLutz Jänicke2001-01-091-10/+40
* Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte2000-06-281-11/+0
* Make it possible for people to tell where the EGD socket is throughRichard Levitte2000-06-281-0/+11
* EVP constification.Ben Laurie2000-06-031-0/+57
* Switch for turning on the predictable "random" number generator.Ulf Möller2000-02-281-1/+1
* Use standard header file string.h for memset prototype (whereBodo Möller2000-02-271-1/+1
* Declare memset.Ben Laurie2000-02-271-0/+1
* For safety, check __VMS as well.Richard Levitte2000-02-261-1/+1
* EGD bugfix.Ulf Möller2000-02-251-0/+1
* Add an evil cast, because POSIX/SUSv2 define connect(2) requireRalf S. Engelschall2000-02-241-1/+1
* Support EGD.Ulf Möller2000-02-241-0/+108