aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_egd.c
Commit message (Expand)AuthorAgeFilesLines
* Clarify use of EGD for HPNS in rand/rand_egd.c comments.Randall S. Becker2022-06-171-4/+6
* remove legacy VxWorks workaroundMax Bachmann2022-05-091-5/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix typosDimitris Apostolou2022-01-051-1/+1
* Fix a misuse of NULL checkWeiguo Li2021-12-291-1/+1
* fix some code with obvious wrong coding stylex20182021-10-281-3/+3
* Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte2020-09-241-3/+3
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+70
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Use build.info, not ifdef for crypto modulesRich Salz2020-04-161-33/+28
* Remove NextStep supportRich Salz2019-07-011-1/+1
* Following the license change, modify the boilerplates in crypto/rand/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* opensslconf.h inclusion cleanupFdaSilvaYY2018-05-021-1/+0
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-6/+7
* Rewrite RAND_egdRich Salz2017-07-121-158/+67
* Trivial bounds checking.Pauli2017-07-071-8/+8
* Undo commit d420ac2Rich Salz2017-07-051-1/+1
* RAND_egd_bytes: No need to check RAND_status on connection error.ganesh2017-01-241-0/+2
* Fixed the return code for RAND_egd_bytes.ganesh2017-01-241-2/+2
* Fixed the return code of RAND_query_egd_bytes when connect fails.ganesh2017-01-241-3/+2
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-52/+6
* Remove Netware and OS/2Rich Salz2016-03-171-1/+1
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-9/+8
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add a no-egd option to disable EGD-related codeBenjamin Kaduk2016-01-141-38/+46
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* RT3969: Add OPENSSL_SYS_UEFIDavid Woodhouse2015-09-081-1/+1
* 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