]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bio/b_print.c
Update copyright year
[thirdparty/openssl.git] / crypto / bio / b_print.c
2020-06-04  Matt CaswellUpdate copyright year
2020-06-01  Bernd EdlingerRevert the check for NaN in %f format
2020-05-29  Bernd Edlingerbio printf: Avoid using rounding errors in range check
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-17  Richard LevitteUpdate copyright year
2018-04-03  Rich SalzSet error code on alloc failures
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-11-13  Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-07  FdaSilvaYYstyle : fix some if(...
2017-10-18  KaoruTodaRemove parentheses of return.
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-08-21  Matt CaswellMore updates following review feedback
2017-08-21  Matt CaswellRemove OPENSSL_assert() from various crypto/bio files
2017-05-11  Bernd EdlingerFix gcc-7 warnings.
2017-04-01  Andy Polyakovbio/b_print.c: switch to int64_t as "greatest-width...
2017-03-30  Andy Polyakovbio/b_print.c: recognize even 'j' format modifier.
2017-03-29  Andy Polyakovbio/b_print.c: fix %z failure in 32-bit build.
2017-03-29  Richard LevitteAdd z modifier parsing to the BIO_printf et all format...
2017-01-15  Kurt RoeckxFix VC warnings about unary minus to an unsigned type.
2016-07-20  Kurt RoeckxCast to an unsigned type before negating
2016-06-03  Matt CaswellBIO_printf() can fail to print the last character
2016-05-30  Richard LevitteMake sure max in fmtstr() doesn't overflow into negativity
2016-05-27  Richard LevitteFix fmtstr for BIO_printf() et al
2016-05-27  Matt CaswellPrevent an overflow when trying to print excessively...
2016-05-27  Matt CaswellFix implementation of "e" and "g" formats for printing...
2016-05-27  Matt CaswellFix some issues in b_print.c code
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-04-07  Andy PolyakovClean-up *_DEBUG options.
2016-02-25  Matt CaswellFix memory issues in BIO_*printf functions
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-22  Rich SalzCleanup CRYPTO_{push,pop}_info
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-10-05  Andy PolyakovHarmonize pointer printing and size_t-fy casts.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-04-30  Matt CaswellClarify logic in BIO_*printf functions
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-17  Matt CaswellRemove dead code from crypto
2015-03-05  Matt CaswellUnchecked malloc fixes
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2007-09-15  Andy PolyakovMake bn2dec work on "SIXTY_FOUR_BIT" platforms.
2005-07-26  Geoff ThorpeFix compilation when HAVE_LONG_LONG isn't defined.
2005-05-05  Nils Larschfix compiler warning; pow10 is also in math.h
2005-04-05  Nils Larschsome const fixes and cleanup
2004-03-25  Geoff ThorpeProtect against gcc's "warning: cast does not match...
2004-03-21  Richard LevitteRemove a warning for conversion double->long. This...
2003-12-11  Richard LevitteTo figure out if we're going outside the buffer, use...
2003-11-04  Geoff ThorpeAvoid some shadowed variable names.
2003-10-29  Geoff ThorpeRemove an unnecessary cast that causes certain compiler...
2003-05-21  Richard LevitteFix sign bugs.
2003-04-03  Richard LevitteMake %p and %# work properly, at least with pointers...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-08-02  Richard LevitteCertain flag macros were tested with #if instead if...
2002-05-14  Bodo Möllermake b_print.c consistent with the rest of OpenSSL:
2002-05-09  Richard LevitteMake the huge buffer smaller, so the size becomes reaso...
2002-05-09  Richard LevitteMove an assert() to avoid core dumps when a static...
2001-12-10  Ulf Möllername confusion with HP library function prototype (?)
2001-04-29  Dr. Stephen HensonWin32 fixes:
2001-03-27  Richard LevitteInclude bn.h so we get BN_LLONG properly defined. ...
2001-02-27  Ulf Möller%f conversion bug fix
2000-10-22  Richard LevitteOn some operating systems, MAX is defined. Call ours...
2000-09-07  Richard LevitteChange the printing mahine used by BIO_printf() and...
2000-09-05  Bodo MöllerIncrease print buffer (10K instead of just 2K).
2000-09-04  Bodo MöllerConsistency
2000-08-18  Richard LevitteAdded BIO_vprintf() and BIO_vsnprintf(). The former...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-04-14  Bodo MöllerNew function ERR_error_string_n.
2000-03-04  Richard LevitteLet's care about the compiler warnings for both cases...
2000-03-04  Ulf Möllergcc warnings
2000-03-02  Richard LevitteHack b_print.c to implement asprintf() functionality...
2000-02-29  Ulf MöllerBug fix.
2000-02-28  Richard LevitteTypo corrected.
2000-02-27  Richard LevitteShort is always promoted to int when passed as a functi...
2000-02-26  Richard LevitteDon't include sys/types.h if NO_SYS_TYPES_H is defined.
2000-02-26  Richard LevitteLet's avoid compiler warnings over types.
2000-02-25  Geoff ThorpeGets around VC++ compiler pickiness. (long != double)
2000-02-25  Ulf Möllerdifferent snprintf version.
2000-02-24  Ulf MöllerUse public domain snprintf() implementation by Patrick...
1999-05-05  Ulf MöllerUse ANSI stdarg.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
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...