aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/randfile.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE.Soujyu Tanaka1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/rand/Richard Levitte1-1/+1
2018-10-28randfile.c: fix a Coverity warningDr. Matthias St. Pierre1-1/+1
2018-10-26RAND_load_file(): avoid adding small chunks to RAND_add()Dr. Matthias St. Pierre1-9/+23
2018-10-26RAND_load_file(): return error if reseeding failedDr. Matthias St. Pierre1-0/+6
2018-09-24Use secure_getenv(3) when available.Pauli1-4/+2
2018-04-04rand/randfile.c: fix potential resource leak in RAND_load_file.Andy Polyakov1-0/+1
2018-04-03Update copyright yearMatt Caswell1-1/+1
2018-04-02Use the private RNG for data that is not publicKurt Roeckx1-1/+1
2018-03-29Fix setbuf use for VMS CRichard Levitte1-0/+14
2018-03-27rand/randfile.c: permit non-regular files in RAND_load_file.Andy Polyakov1-7/+27
2018-03-21o_fopen.c,rand/randfile.c: compensate for e_os.h omission.Andy Polyakov1-7/+5
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-0/+3
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte1-3/+1
2017-07-17Fix use-after-freeRich Salz1-1/+1
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-1/+4
2017-07-06Remove some now-unneeded VMS controlsRich Salz1-16/+4
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz1-146/+92
2017-07-05Undo commit de02ec2Rich Salz1-41/+0
2016-12-12updated macro spacing for styling purposesPaul Hovey1-1/+1
2016-12-12fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6...Paul Hovey1-1/+1
2016-09-21rand/randfile.c: treat empty string in RAND_file_name as error.Andy Polyakov1-1/+1
2016-09-21rand/randfile.c: rationalize __OpenBSD__ code path.Andy Polyakov1-5/+1
2016-09-21rand/randfile.c: restore fallback to $HOME for non-setuid programs.Andy Polyakov1-4/+6
2016-06-22rand/randfile.c: make it non-ASCII-savvy.Andy Polyakov1-49/+85
2016-06-20rand/randfile.c: remove obsolete commentary.Andy Polyakov1-5/+0
2016-06-20Change default directory for the .rnd file on Windows and VMSRichard Levitte1-5/+3
2016-06-17Change default directory for storing the .rnd file on WindowsMatt Caswell1-0/+14
2016-05-20Clean up the VMS hacks in crypto/rand/randfile.cRichard Levitte1-16/+6
2016-05-20VMS: setbuf() only takes 32-bit pointersRichard Levitte1-4/+40
2016-05-19rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov1-8/+26
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-04-11Fix the no-posix-io optionMatt Caswell1-1/+1
2016-03-08OpenSSLDie --> OPENSSL_dieRich Salz1-1/+1
2016-01-29Always DPURIFYEmilia Kasper1-7/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-6/+6
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