]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rand/randfile.c
Update copyright year
[thirdparty/openssl.git] / crypto / rand / randfile.c
2021-04-08  Matt CaswellUpdate copyright year
2021-04-01  Randall S. BeckerCorrected missing definitions from NonStop SPT build.
2020-11-13  Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-08-07  Paulirand_drbg: remove RAND_DRBG.
2020-07-16  Richard LevitteUpdate copyright year
2020-07-15  aSoujyuTanakaEnable WinCE build without deceiving _MSC_VER.
2019-03-29  Soujyu TanakaCircumvent a problem of lacking GetEnvironmentVariable...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-28  Dr. Matthias St... randfile.c: fix a Coverity warning
2018-10-26  Dr. Matthias St... RAND_load_file(): avoid adding small chunks to RAND_add()
2018-10-26  Dr. Matthias St... RAND_load_file(): return error if reseeding failed
2018-09-24  PauliUse secure_getenv(3) when available.
2018-04-04  Andy Polyakovrand/randfile.c: fix potential resource leak in RAND_lo...
2018-04-03  Matt CaswellUpdate copyright year
2018-04-02  Kurt RoeckxUse the private RNG for data that is not public
2018-03-29  Richard LevitteFix setbuf use for VMS C
2018-03-27  Andy Polyakovrand/randfile.c: permit non-regular files in RAND_load_...
2018-03-21  Andy Polyakovo_fopen.c,rand/randfile.c: compensate for e_os.h omission.
2017-11-13  Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-08-25  Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-07-17  Rich SalzFix use-after-free
2017-07-16  Rich SalzStandardize apps use of -rand, etc.
2017-07-06  Rich SalzRemove some now-unneeded VMS controls
2017-07-06  Rich SalzCleanup RAND_load_file,RAND_write_file
2017-07-05  Rich SalzUndo commit de02ec2
2016-12-12  Paul Hoveyupdated macro spacing for styling purposes
2016-12-12  Paul Hoveyfix undoes errors introduced by https://github.com...
2016-09-21  Andy Polyakovrand/randfile.c: treat empty string in RAND_file_name...
2016-09-21  Andy Polyakovrand/randfile.c: rationalize __OpenBSD__ code path.
2016-09-21  Andy Polyakovrand/randfile.c: restore fallback to $HOME for non...
2016-06-22  Andy Polyakovrand/randfile.c: make it non-ASCII-savvy.
2016-06-20  Andy Polyakovrand/randfile.c: remove obsolete commentary.
2016-06-20  Richard LevitteChange default directory for the .rnd file on Windows...
2016-06-17  Matt CaswellChange default directory for storing the .rnd file...
2016-05-20  Richard LevitteClean up the VMS hacks in crypto/rand/randfile.c
2016-05-20  Richard LevitteVMS: setbuf() only takes 32-bit pointers
2016-05-19  Andy Polyakovrand/randfile.c: remove _XOPEN_SOURCE definition.
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-04-11  Matt CaswellFix the no-posix-io option
2016-03-08  Rich SalzOpenSSLDie --> OPENSSL_die
2016-01-29  Emilia KasperAlways DPURIFY
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-01-23  Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22  Rich Salzifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBF
2015-01-22  Matt CaswellMore comment realignment master-post-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellFurther comment changes for reformat (master)
2014-06-08  Jakub WilkCreate ~/.rnd with mode 0600 instead of 0666
2012-01-15  Andy PolyakovFix OPNESSL vs. OPENSSL typos.
2011-10-14  Dr. Stephen Hensonmore vxworks patches
2011-03-19  Richard LevitteAfter some adjustments, apply the changes OpenSSL 1...
2010-11-18  Dr. Stephen HensonPR: 2372
2010-06-12  Ben LaurieFix warnings.
2010-01-26  Dr. Stephen HensonPR: 2138
2009-06-13  Dr. Stephen HensonPR: 1952
2008-12-22  Andy PolyakovThis _WIN32-specific patch makes it possible to "wrap...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01  Ben LaurieMore size_tification.
2008-10-28  Andy Polyakovrandfile.c: .rnd can become orphaned on VMS.
2008-05-20  Lutz JänickeCorrectly adjust location of comment
2008-05-16  Lutz JänickeAnother occurance of possible valgrind/purify "uninitia...
2007-03-02  Lutz JänickeDo not use uninitialized memory to seed the PRNG as...
2005-11-03  Andy PolyakovMask libcrypto references to stat with OPENSSL_NO_POSIX_IO.
2005-05-21  Richard LevitteWhen _XOPEN_SOURCE is defined, make sure it's defined...
2004-03-25  Richard LevitteWrap code starting with a definition.
2004-03-25  Richard LevitteA couple more cases where RAND_add() gets an integer...
2004-01-29  Richard LevitteTypo
2004-01-26  Richard LevitteS_IFBLK and S_IFCHR may not exist in some places (like...
2003-12-27  Richard LevitteCheck if a random "file" is really a device file, and...
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2001-05-03  Richard LevitteSome platforms (most notably Windows) do not have a...
2001-02-22  Bodo Möllerundo previous change: "e_os.h" is now the official...
2001-02-22  Bodo Möllerinclude e_os.h as "openssl/e_os.h" (as elsewhere)
2001-02-22  Richard LevitteSince RAND_file_name() uses strlen, make sure the numbe...
2001-02-20  Richard LevitteInclude OpenSSL header files earlier so macros like...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-14  Ulf MöllerNew function OPENSSL_issetugid(). Needs more work.
2001-02-08  Ulf Mölleruse <= instead of ==
2001-02-08  Ulf Möllerpoint out that RAND_load_file() etc are only for seed...
2000-09-11  Richard LevitteDon't include e_os.h before the system headers
2000-06-16  Bodo MöllerThere are compilers that complain if a variable has...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-11  Bodo MöllerWhen open()ing 'file' in RAND_write_file, don't use...
2000-03-19  Ulf MöllerBug fix: RAND_write_file() failed to write to files...
2000-03-19  Richard LevitteMake sure an error condition is returned if, for some...
2000-03-11  Bodo MöllerWorkaround for Windoze weirdness.
2000-02-26  Richard Levitteftruncate() and fileno() are not supported on all versi...
2000-02-25  Richard LevitteChanges to synchronise with Unix.
2000-01-30  Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-24  Bodo MöllerRAND_load_file(..., -1) now means "read the complete...
2000-01-23  Bodo MöllerUnder VMS, ftruncate should be available
2000-01-23  Bodo MöllerAs ftruncate is not availabe on all platforms, switch...
2000-01-21  Ulf MöllerDocument RAND library.
2000-01-21  Bodo MöllerIn RAND_write_file, truncate the file to the no. of...
2000-01-21  Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-13  Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
1999-10-26  Bodo MöllerVarious randomness handling bugfixes and improvements --
next