aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/b_print.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Update copyright yearMatt Caswell1-1/+1
2020-06-01Revert the check for NaN in %f formatBernd Edlinger1-3/+1
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger1-1/+7
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte1-1/+1
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz1-2/+3
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-2/+2
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-1/+1
2017-11-07style : fix some if(...FdaSilvaYY1-15/+15
2017-10-18Remove parentheses of return.KaoruToda1-3/+3
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli1-4/+4
2017-08-21More updates following review feedbackMatt Caswell1-1/+1
2017-08-21Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell1-3/+6
2017-05-11Fix gcc-7 warnings.Bernd Edlinger1-0/+2
2017-04-01bio/b_print.c: switch to int64_t as "greatest-width integer type".Andy Polyakov1-43/+11
2017-03-30bio/b_print.c: recognize even 'j' format modifier.Andy Polyakov1-0/+1
2017-03-29bio/b_print.c: fix %z failure in 32-bit build.Andy Polyakov1-2/+2
2017-03-29Add z modifier parsing to the BIO_printf et all format stringRichard Levitte1-1/+12
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx1-1/+1
2016-07-20Cast to an unsigned type before negatingKurt Roeckx1-1/+1
2016-06-03BIO_printf() can fail to print the last characterMatt Caswell1-3/+9
2016-05-30Make sure max in fmtstr() doesn't overflow into negativityRichard Levitte1-2/+10
2016-05-27Fix fmtstr for BIO_printf() et alRichard Levitte1-7/+8
2016-05-27Prevent an overflow when trying to print excessively big floatsMatt Caswell1-4/+8
2016-05-27Fix implementation of "e" and "g" formats for printing floating pointsMatt Caswell1-10/+139
2016-05-27Fix some issues in b_print.c codeMatt Caswell1-4/+16
2016-05-17Copyright consolidation 09/10Rich Salz1-75/+6
2016-04-07Clean-up *_DEBUG options.Andy Polyakov1-7/+0
2016-02-25Fix memory issues in BIO_*printf functionsMatt Caswell1-71/+116
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-22Cleanup CRYPTO_{push,pop}_infoRich Salz1-2/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-10-05Harmonize pointer printing and size_t-fy casts.Andy Polyakov1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-04-30Clarify logic in BIO_*printf functionsMatt Caswell1-24/+21
2015-04-16Code style: space after 'if'Viktor Dukhovni1-2/+2
2015-03-17Remove dead code from cryptoMatt Caswell1-5/+2
2015-03-05Unchecked malloc fixesMatt Caswell1-0/+8
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-196/+170
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+1
2007-09-15Make bn2dec work on "SIXTY_FOUR_BIT" platforms.Andy Polyakov1-3/+3
2005-07-26Fix compilation when HAVE_LONG_LONG isn't defined.Geoff Thorpe1-1/+1
2005-05-05fix compiler warning; pow10 is also in math.hNils Larsch1-3/+3
2005-04-05some const fixes and cleanupNils Larsch1-1/+1
2004-03-25Protect against gcc's "warning: cast does not match function type".Geoff Thorpe1-3/+5
2004-03-21Remove a warning for conversion double->long. This has impacts on Windows.Richard Levitte1-2/+2
2003-12-11To figure out if we're going outside the buffer, use the size of the buffer,Richard Levitte1-3/+3
2003-11-04Avoid some shadowed variable names.Geoff Thorpe1-3/+3
2003-10-29Remove an unnecessary cast that causes certain compilers (eg. mine) someGeoff Thorpe1-4/+4