aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/randfile.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-19Bug fix: RAND_write_file() failed to write to files created by open()Ulf Möller1-42/+14
2000-03-19Make sure an error condition is returned if, for some reason, the fileRichard Levitte1-1/+5
2000-03-11Workaround for Windoze weirdness.Bodo Möller1-2/+4
2000-02-26ftruncate() and fileno() are not supported on all versions of OpenVMSRichard Levitte1-1/+30
2000-02-25Changes to synchronise with Unix.Richard Levitte1-0/+1
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-1/+1
2000-01-24RAND_load_file(..., -1) now means "read the complete file";Bodo Möller1-4/+13
2000-01-23Under VMS, ftruncate should be availableBodo Möller1-0/+7
2000-01-23As ftruncate is not availabe on all platforms, switch back toBodo Möller1-14/+8
2000-01-21Document RAND library.Ulf Möller1-1/+0
2000-01-21In RAND_write_file, truncate the file to the no. of bytes writtenBodo Möller1-0/+2
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller1-3/+4
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller1-2/+2
1999-10-26Various randomness handling bugfixes and improvements --Bodo Möller1-3/+13
1999-09-11Initial support for MacOS.Andy Polyakov1-5/+17
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-5/+1
1999-05-20Add a kludge :-(Bodo Möller1-1/+1
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller1-1/+7
1999-05-13VMS support.Ulf Möller1-1/+14
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-8/+3
1999-04-16Write random seed file in binary mode.Ulf Möller1-1/+1
1999-02-09More exactitude with function arguments.Ben Laurie1-1/+1
1999-01-25Oops. One header too many.Ben Laurie1-1/+0
1999-01-25Reduce header dependencies.Ben Laurie1-1/+4
1999-01-24Minor constification.Ben Laurie1-3/+3
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-1/+2
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+166