aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/rand_egd.c
AgeCommit message (Collapse)AuthorFilesLines
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte1-11/+0
The message to everyone is "Do not hack OpenSSL when stressed"...
2000-06-28Make it possible for people to tell where the EGD socket is throughRichard Levitte1-0/+11
the RANDEGD environment variable.
2000-06-03EVP constification.Ben Laurie1-0/+57
2000-02-28Switch for turning on the predictable "random" number generator.Ulf Möller1-1/+1
2000-02-27Use standard header file string.h for memset prototype (whereBodo Möller1-1/+1
"standard" refers to the C language, probably there's also some standard that defines memory.h).
2000-02-27Declare memset.Ben Laurie1-0/+1
2000-02-26For safety, check __VMS as well.Richard Levitte1-1/+1
2000-02-25EGD bugfix.Ulf Möller1-0/+1
Submitted by: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-02-24Add an evil cast, because POSIX/SUSv2 define connect(2) requireRalf S. Engelschall1-1/+1
the second argument to be of type ``struct sockaddr *''.
2000-02-24Support EGD.Ulf Möller1-0/+108