aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_print.c
Commit message (Expand)AuthorAgeFilesLines
* BIO: Make source file names in crypto/bio/ consistentDr. David von Oheimb2021-06-151-940/+0
* Update copyright yearMatt Caswell2021-04-221-1/+1
* bio_printf: add \0 terminators for error returns in floating point conversions.Pauli2021-04-141-1/+5
* bio: add a malloc failed error to BIO_printPauli2021-04-141-3/+5
* remove unused assignmentsPauli2020-12-031-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Revert the check for NaN in %f formatBernd Edlinger2020-06-011-3/+1
* bio printf: Avoid using rounding errors in range checkBernd Edlinger2020-05-291-1/+7
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-2/+2
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-1/+1
* style : fix some if(...FdaSilvaYY2017-11-071-15/+15
* Remove parentheses of return.KaoruToda2017-10-181-3/+3
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-4/+4
* More updates following review feedbackMatt Caswell2017-08-211-1/+1
* Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell2017-08-211-3/+6
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+2
* bio/b_print.c: switch to int64_t as "greatest-width integer type".Andy Polyakov2017-04-011-43/+11
* bio/b_print.c: recognize even 'j' format modifier.Andy Polyakov2017-03-301-0/+1
* bio/b_print.c: fix %z failure in 32-bit build.Andy Polyakov2017-03-291-2/+2
* Add z modifier parsing to the BIO_printf et all format stringRichard Levitte2017-03-291-1/+12
* Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx2017-01-151-1/+1
* Cast to an unsigned type before negatingKurt Roeckx2016-07-201-1/+1
* BIO_printf() can fail to print the last characterMatt Caswell2016-06-031-3/+9
* Make sure max in fmtstr() doesn't overflow into negativityRichard Levitte2016-05-301-2/+10
* Fix fmtstr for BIO_printf() et alRichard Levitte2016-05-271-7/+8
* Prevent an overflow when trying to print excessively big floatsMatt Caswell2016-05-271-4/+8
* Fix implementation of "e" and "g" formats for printing floating pointsMatt Caswell2016-05-271-10/+139
* Fix some issues in b_print.c codeMatt Caswell2016-05-271-4/+16
* Copyright consolidation 09/10Rich Salz2016-05-171-75/+6
* Clean-up *_DEBUG options.Andy Polyakov2016-04-071-7/+0
* Fix memory issues in BIO_*printf functionsMatt Caswell2016-02-251-71/+116
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup CRYPTO_{push,pop}_infoRich Salz2015-12-221-2/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Harmonize pointer printing and size_t-fy casts.Andy Polyakov2015-10-051-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Clarify logic in BIO_*printf functionsMatt Caswell2015-04-301-24/+21
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* Remove dead code from cryptoMatt Caswell2015-03-171-5/+2
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+8
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-196/+170
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Make bn2dec work on "SIXTY_FOUR_BIT" platforms.Andy Polyakov2007-09-151-3/+3
* Fix compilation when HAVE_LONG_LONG isn't defined.Geoff Thorpe2005-07-261-1/+1
* fix compiler warning; pow10 is also in math.hNils Larsch2005-05-051-3/+3