aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/randfile.c
Commit message (Expand)AuthorAgeFilesLines
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-0/+9
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-10/+9
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-5/+5
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-1/+0
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka2020-07-151-1/+1
* Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE.Soujyu Tanaka2019-03-291-1/+1
* Following the license change, modify the boilerplates in crypto/rand/Richard Levitte2018-12-061-1/+1
* randfile.c: fix a Coverity warningDr. Matthias St. Pierre2018-10-281-1/+1
* RAND_load_file(): avoid adding small chunks to RAND_add()Dr. Matthias St. Pierre2018-10-261-9/+23
* RAND_load_file(): return error if reseeding failedDr. Matthias St. Pierre2018-10-261-0/+6
* Use secure_getenv(3) when available.Pauli2018-09-241-4/+2
* rand/randfile.c: fix potential resource leak in RAND_load_file.Andy Polyakov2018-04-041-0/+1
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Use the private RNG for data that is not publicKurt Roeckx2018-04-021-1/+1
* Fix setbuf use for VMS CRichard Levitte2018-03-291-0/+14
* rand/randfile.c: permit non-regular files in RAND_load_file.Andy Polyakov2018-03-271-7/+27
* o_fopen.c,rand/randfile.c: compensate for e_os.h omission.Andy Polyakov2018-03-211-7/+5
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-0/+3
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-251-3/+1
* Fix use-after-freeRich Salz2017-07-171-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-1/+4
* Remove some now-unneeded VMS controlsRich Salz2017-07-061-16/+4
* Cleanup RAND_load_file,RAND_write_fileRich Salz2017-07-061-146/+92
* Undo commit de02ec2Rich Salz2017-07-051-41/+0
* updated macro spacing for styling purposesPaul Hovey2016-12-121-1/+1
* fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6...Paul Hovey2016-12-121-1/+1
* rand/randfile.c: treat empty string in RAND_file_name as error.Andy Polyakov2016-09-211-1/+1
* rand/randfile.c: rationalize __OpenBSD__ code path.Andy Polyakov2016-09-211-5/+1
* rand/randfile.c: restore fallback to $HOME for non-setuid programs.Andy Polyakov2016-09-211-4/+6
* rand/randfile.c: make it non-ASCII-savvy.Andy Polyakov2016-06-221-49/+85
* rand/randfile.c: remove obsolete commentary.Andy Polyakov2016-06-201-5/+0
* Change default directory for the .rnd file on Windows and VMSRichard Levitte2016-06-201-5/+3
* Change default directory for storing the .rnd file on WindowsMatt Caswell2016-06-171-0/+14
* Clean up the VMS hacks in crypto/rand/randfile.cRichard Levitte2016-05-201-16/+6
* VMS: setbuf() only takes 32-bit pointersRichard Levitte2016-05-201-4/+40
* rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov2016-05-191-8/+26
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Fix the no-posix-io optionMatt Caswell2016-04-111-1/+1
* OpenSSLDie --> OPENSSL_dieRich Salz2016-03-081-1/+1
* Always DPURIFYEmilia Kasper2016-01-291-7/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-6/+6
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-1/+1
* ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBFRich Salz2015-01-221-3/+1
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-4/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-195/+201
* Further comment changes for reformat (master)Matt Caswell2015-01-221-2/+4