summaryrefslogtreecommitdiffstats
path: root/crypto/rand/randfile.c
AgeCommit message (Expand)Author
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2016-12-12updated macro spacing for styling purposesPaul Hovey
2016-12-12fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6...Paul Hovey
2016-09-21rand/randfile.c: treat empty string in RAND_file_name as error.Andy Polyakov
2016-09-21rand/randfile.c: rationalize __OpenBSD__ code path.Andy Polyakov
2016-09-21rand/randfile.c: restore fallback to $HOME for non-setuid programs.Andy Polyakov
2016-06-22rand/randfile.c: make it non-ASCII-savvy.Andy Polyakov
2016-06-20rand/randfile.c: remove obsolete commentary.Andy Polyakov
2016-06-20Change default directory for the .rnd file on Windows and VMSRichard Levitte
2016-06-17Change default directory for storing the .rnd file on WindowsMatt Caswell
2016-05-20Clean up the VMS hacks in crypto/rand/randfile.cRichard Levitte
2016-05-20VMS: setbuf() only takes 32-bit pointersRichard Levitte
2016-05-19rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-11Fix the no-posix-io optionMatt Caswell
2016-03-08OpenSSLDie --> OPENSSL_dieRich Salz
2016-01-29Always DPURIFYEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBFRich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2014-06-08Create ~/.rnd with mode 0600 instead of 0666Jakub Wilk
2012-01-15Fix OPNESSL vs. OPENSSL typos.Andy Polyakov
2011-10-14more vxworks patchesDr. Stephen Henson
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2010-11-18PR: 2372Dr. Stephen Henson
2010-06-12Fix warnings.Ben Laurie
2010-01-26PR: 2138Dr. Stephen Henson
2009-06-13PR: 1952Dr. Stephen Henson
2008-12-22This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2008-10-28randfile.c: .rnd can become orphaned on VMS.Andy Polyakov
2008-05-20Correctly adjust location of commentLutz Jänicke
2008-05-16Another occurance of possible valgrind/purify "uninitialized memory"Lutz Jänicke
2007-03-02Do not use uninitialized memory to seed the PRNG as it may confuseLutz Jänicke
2005-11-03Mask libcrypto references to stat with OPENSSL_NO_POSIX_IO.Andy Polyakov
2005-05-21When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte
2004-03-25Wrap code starting with a definition.Richard Levitte
2004-03-25A couple more cases where RAND_add() gets an integer instead of aRichard Levitte
2004-01-29TypoRichard Levitte
2004-01-26S_IFBLK and S_IFCHR may not exist in some places (like Windows), soRichard Levitte
2003-12-27Check if a random "file" is really a device file, and treat itRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2001-05-03Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte
2001-02-22undo previous change: "e_os.h" is now the official name for the fileBodo Möller