Fix the no-posix-io option
[openssl.git] / crypto / rand / randfile.c
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 --
1999-09-11 Andy PolyakovInitial support for MacOS.
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerAdd a kludge :-(
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-13 Ulf MöllerVMS support.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-16 Ulf MöllerWrite random seed file in binary mode.
1999-02-09 Ben LaurieMore exactitude with function arguments.
1999-01-25 Ben LaurieOops. One header too many.
1999-01-25 Ben LaurieReduce header dependencies.
1999-01-24 Ben LaurieMinor constification.
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...