summaryrefslogtreecommitdiffstats
path: root/crypto/rand/randfile.c
AgeCommit message (Expand)Author
2021-04-08Update copyright yearMatt Caswell
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-07-16Update copyright yearRichard Levitte
2020-07-15Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka
2019-03-29Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE.Soujyu Tanaka
2018-12-06Following the license change, modify the boilerplates in crypto/rand/Richard Levitte
2018-10-28randfile.c: fix a Coverity warningDr. Matthias St. Pierre
2018-10-26RAND_load_file(): avoid adding small chunks to RAND_add()Dr. Matthias St. Pierre
2018-10-26RAND_load_file(): return error if reseeding failedDr. Matthias St. Pierre
2018-09-24Use secure_getenv(3) when available.Pauli
2018-04-04rand/randfile.c: fix potential resource leak in RAND_load_file.Andy Polyakov
2018-04-03Update copyright yearMatt Caswell
2018-04-02Use the private RNG for data that is not publicKurt Roeckx
2018-03-29Fix setbuf use for VMS CRichard Levitte
2018-03-27rand/randfile.c: permit non-regular files in RAND_load_file.Andy Polyakov
2018-03-21o_fopen.c,rand/randfile.c: compensate for e_os.h omission.Andy Polyakov
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-07-17Fix use-after-freeRich Salz
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-06Remove some now-unneeded VMS controlsRich Salz
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz
2017-07-05Undo commit de02ec2Rich Salz
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