aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_egd.c
Commit message (Expand)AuthorAgeFilesLines
* 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