aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/rand_egd.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte1-3/+3
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker1-0/+70
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz1-33/+28
2019-07-01Remove NextStep supportRich Salz1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/rand/Richard Levitte1-1/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-02opensslconf.h inclusion cleanupFdaSilvaYY1-1/+0
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-6/+7
2017-07-12Rewrite RAND_egdRich Salz1-158/+67
2017-07-07Trivial bounds checking.Pauli1-8/+8
2017-07-05Undo commit d420ac2Rich Salz1-1/+1
2017-01-24RAND_egd_bytes: No need to check RAND_status on connection error.ganesh1-0/+2
2017-01-24Fixed the return code for RAND_egd_bytes.ganesh1-2/+2
2017-01-24Fixed the return code of RAND_query_egd_bytes when connect fails.ganesh1-3/+2
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-05-17Copyright consolidation 09/10Rich Salz1-52/+6
2016-03-17Remove Netware and OS/2Rich Salz1-1/+1
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz1-9/+8
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-14Add a no-egd option to disable EGD-related codeBenjamin Kaduk1-38/+46
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-2/+2
2015-09-08RT3969: Add OPENSSL_SYS_UEFIDavid Woodhouse1-1/+1
2015-02-12RT3684: rand_egd needs stddef.hClang via Jeffrey Walton1-4/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-184/+172
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+1
2014-12-17RT3548: Remove some obsolete platformsRich Salz1-1/+1
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-2/+2
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-1/+0
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson1-0/+1
2008-11-12Revert commit #17603, it should have been part of #17617.Andy Polyakov1-2/+2
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-3/+3
2008-11-05PR: 1777Dr. Stephen Henson1-2/+2
2008-11-01More size_tification.Ben Laurie1-3/+3
2006-04-11Add BeOS support.Ulf Möller1-1/+1
2005-02-19Fix hang in EGD/PRNGD query when communication socket is closedLutz Jänicke1-2/+6
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte1-1/+1
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-1/+2
2003-11-28Netware-specific changes,Richard Levitte1-1/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-1/+1
2002-10-14Complete the VxWorks fix by implementing a NULL RAND_poll() for it.Richard Levitte1-1/+1
2002-10-09Add a few more VxWorks targets.Richard Levitte1-1/+1
2002-09-22use OPENSSL_SYS_MSDOS rather than __DJGPP__ to disable egd, this is notUlf Möller1-1/+1
2002-06-13Add support for DJGPP.Richard Levitte1-1/+1
2002-05-22Use OPENSSL_SYS_VMS instead of just VMSRichard Levitte1-1/+1
2002-02-14Add the configuration target VxWorks.Richard Levitte1-1/+5
2001-04-03Make sure OPENSSL_SYS_... is defined when we need it.Bodo Möller1-0/+1
2001-03-18New cofiguration for Unixwre and SCO,with slightly better granularity. Contr...Richard Levitte1-0/+7
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-07Modify access to EGD socket to deal with EINTR etc that can appearLutz Jänicke1-67/+156