summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_print.c
AgeCommit message (Expand)Author
2021-04-22Update copyright yearMatt Caswell
2021-04-14bio_printf: add \0 terminators for error returns in floating point conversions.Pauli
2021-04-14bio: add a malloc failed error to BIO_printPauli
2020-12-03remove unused assignmentsPauli
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-06-04Update copyright yearMatt Caswell
2020-06-01Revert the check for NaN in %f formatBernd Edlinger
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-07style : fix some if(...FdaSilvaYY
2017-10-18Remove parentheses of return.KaoruToda
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-21More updates following review feedbackMatt Caswell
2017-08-21Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-04-01bio/b_print.c: switch to int64_t as "greatest-width integer type".Andy Polyakov
2017-03-30bio/b_print.c: recognize even 'j' format modifier.Andy Polyakov
2017-03-29bio/b_print.c: fix %z failure in 32-bit build.Andy Polyakov
2017-03-29Add z modifier parsing to the BIO_printf et all format stringRichard Levitte
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2016-07-20Cast to an unsigned type before negatingKurt Roeckx
2016-06-03BIO_printf() can fail to print the last characterMatt Caswell
2016-05-30Make sure max in fmtstr() doesn't overflow into negativityRichard Levitte
2016-05-27Fix fmtstr for BIO_printf() et alRichard Levitte
2016-05-27Prevent an overflow when trying to print excessively big floatsMatt Caswell
2016-05-27Fix implementation of "e" and "g" formats for printing floating pointsMatt Caswell
2016-05-27Fix some issues in b_print.c codeMatt Caswell
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-02-25Fix memory issues in BIO_*printf functionsMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-22Cleanup CRYPTO_{push,pop}_infoRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-05Harmonize pointer printing and size_t-fy casts.Andy Polyakov
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-30Clarify logic in BIO_*printf functionsMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-17Remove dead code from cryptoMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2007-09-15Make bn2dec work on "SIXTY_FOUR_BIT" platforms.Andy Polyakov
2005-07-26Fix compilation when HAVE_LONG_LONG isn't defined.Geoff Thorpe
2005-05-05fix compiler warning; pow10 is also in math.hNils Larsch
2005-04-05some const fixes and cleanupNils Larsch