summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_vms.c
AgeCommit message (Collapse)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
submitted by Steven M. Schweda <sms@antinode.info>
2005-01-12Correct a faulty address assignment, and add a length check (notRichard Levitte
really needed now, but may be needed in the future, who knows?).
2001-05-15Do not forget to increment the pointers...Richard Levitte
2001-05-15Low-case the names of the system routines, since some versions ofRichard Levitte
DEC C only have them declared that way (it doesn't really matter, since the linker is case-insensitive by default)
2001-05-14Make it so the compiler doesn't inform me about the dollars in someRichard Levitte
symbols.
2001-05-13A randomizer for OpenVMS, using the statistics that are easilyRichard Levitte
reachable. It's completely untested for now. To be done in the next few days.
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
2001-01-08Change RAND_poll for Unix to try a number of devices and only readRichard Levitte
them for a short period of time (actually, poll them with select(), then read() whatever is there), which is about 10ms (hard-coded value) each. Separate Windows and Unixly code, and start on a VMS variant that currently just returns 0.