aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/randfile.c
Commit message (Expand)AuthorAgeFilesLines
* Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte2001-05-031-1/+7
* undo previous change: "e_os.h" is now the official name for the fileBodo Möller2001-02-221-1/+1
* include e_os.h as "openssl/e_os.h" (as elsewhere)Bodo Möller2001-02-221-1/+1
* Since RAND_file_name() uses strlen, make sure the number that'sRichard Levitte2001-02-221-2/+2
* Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte2001-02-201-4/+4
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-5/+5
* New function OPENSSL_issetugid(). Needs more work.Ulf Möller2001-02-141-10/+14
* use <= instead of ==Ulf Möller2001-02-081-1/+1
* point out that RAND_load_file() etc are only for seed files, not forUlf Möller2001-02-081-0/+3
* Don't include e_os.h before the system headersRichard Levitte2000-09-111-2/+1
* There are compilers that complain if a variable has the same name as aBodo Möller2000-06-161-3/+3
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-1/+1
* When open()ing 'file' in RAND_write_file, don't use O_EXCL.Bodo Möller2000-05-111-10/+10
* Bug fix: RAND_write_file() failed to write to files created by open()Ulf Möller2000-03-191-42/+14
* Make sure an error condition is returned if, for some reason, the fileRichard Levitte2000-03-191-1/+5
* Workaround for Windoze weirdness.Bodo Möller2000-03-111-2/+4
* ftruncate() and fileno() are not supported on all versions of OpenVMSRichard Levitte2000-02-261-1/+30
* Changes to synchronise with Unix.Richard Levitte2000-02-251-0/+1
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-1/+1
* RAND_load_file(..., -1) now means "read the complete file";Bodo Möller2000-01-241-4/+13
* Under VMS, ftruncate should be availableBodo Möller2000-01-231-0/+7
* As ftruncate is not availabe on all platforms, switch back toBodo Möller2000-01-231-14/+8
* Document RAND library.Ulf Möller2000-01-211-1/+0
* In RAND_write_file, truncate the file to the no. of bytes writtenBodo Möller2000-01-211-0/+2
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-3/+4
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-2/+2
* Various randomness handling bugfixes and improvements --Bodo Möller1999-10-261-3/+13
* Initial support for MacOS.Andy Polyakov1999-09-111-5/+17
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-5/+1
* Add a kludge :-(Bodo Möller1999-05-201-1/+1
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-1/+7
* VMS support.Ulf Möller1999-05-131-1/+14
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-8/+3
* Write random seed file in binary mode.Ulf Möller1999-04-161-1/+1
* More exactitude with function arguments.Ben Laurie1999-02-091-1/+1
* Oops. One header too many.Ben Laurie1999-01-251-1/+0
* Reduce header dependencies.Ben Laurie1999-01-251-1/+4
* Minor constification.Ben Laurie1999-01-241-3/+3
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-1/+2
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+1
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+166