aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/randfile.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz1-1/+1
2015-01-22ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBFRich Salz1-3/+1
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-4/+4
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-195/+201
2015-01-22Further comment changes for reformat (master)Matt Caswell1-2/+4
2014-06-08Create ~/.rnd with mode 0600 instead of 0666Jakub Wilk1-0/+1
2012-01-15Fix OPNESSL vs. OPENSSL typos.Andy Polyakov1-1/+1
2011-10-14more vxworks patchesDr. Stephen Henson1-1/+4
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte1-0/+2
2010-11-18PR: 2372Dr. Stephen Henson1-1/+1
2010-06-12Fix warnings.Ben Laurie1-2/+0
2010-01-26PR: 2138Dr. Stephen Henson1-0/+8
2009-06-13PR: 1952Dr. Stephen Henson1-2/+2
2008-12-22This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov1-0/+7
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-6/+4
2008-11-01More size_tification.Ben Laurie1-4/+6
2008-10-28randfile.c: .rnd can become orphaned on VMS.Andy Polyakov1-23/+43
2008-05-20Correctly adjust location of commentLutz Jänicke1-1/+1
2008-05-16Another occurance of possible valgrind/purify "uninitialized memory"Lutz Jänicke1-0/+4
2007-03-02Do not use uninitialized memory to seed the PRNG as it may confuseLutz Jänicke1-3/+1
2005-11-03Mask libcrypto references to stat with OPENSSL_NO_POSIX_IO.Andy Polyakov1-5/+9
2005-05-21When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte1-1/+1
2004-03-25Wrap code starting with a definition.Richard Levitte1-0/+2
2004-03-25A couple more cases where RAND_add() gets an integer instead of aRichard Levitte1-2/+2
2004-01-29TypoRichard Levitte1-2/+2
2004-01-26S_IFBLK and S_IFCHR may not exist in some places (like Windows), soRichard Levitte1-0/+4
2003-12-27Check if a random "file" is really a device file, and treat itRichard Levitte1-11/+56
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-2/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-2/+3
2001-05-03Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte1-1/+7
2001-02-22undo previous change: "e_os.h" is now the official name for the fileBodo Möller1-1/+1
2001-02-22include e_os.h as "openssl/e_os.h" (as elsewhere)Bodo Möller1-1/+1
2001-02-22Since RAND_file_name() uses strlen, make sure the number that'sRichard Levitte1-2/+2
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte1-4/+4
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-5/+5
2001-02-14New function OPENSSL_issetugid(). Needs more work.Ulf Möller1-10/+14
2001-02-08use <= instead of ==Ulf Möller1-1/+1
2001-02-08point out that RAND_load_file() etc are only for seed files, not forUlf Möller1-0/+3
2000-09-11Don't include e_os.h before the system headersRichard Levitte1-2/+1
2000-06-16There are compilers that complain if a variable has the same name as aBodo Möller1-3/+3
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-1/+1
2000-05-11When open()ing 'file' in RAND_write_file, don't use O_EXCL.Bodo Möller1-10/+10
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