summaryrefslogtreecommitdiff
path: root/crypto/bio/b_print.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* some const fixes and cleanupNils Larsch2005-04-051-1/+1
* Protect against gcc's "warning: cast does not match function type".Geoff Thorpe2004-03-251-3/+5
* Remove a warning for conversion double->long. This has impacts on Windows.Richard Levitte2004-03-211-2/+2
* To figure out if we're going outside the buffer, use the size of the buffer,Richard Levitte2003-12-111-3/+3
* Avoid some shadowed variable names.Geoff Thorpe2003-11-041-3/+3
* Remove an unnecessary cast that causes certain compilers (eg. mine) someGeoff Thorpe2003-10-291-4/+4
* Fix sign bugs.Richard Levitte2003-05-211-1/+1
* Make %p and %# work properly, at least with pointers and floats.Richard Levitte2003-04-031-4/+15
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-6/+6
* Certain flag macros were tested with #if instead if #ifdef...Richard Levitte2002-08-021-1/+1
* make b_print.c consistent with the rest of OpenSSL:Bodo Möller2002-05-141-0/+7
* Make the huge buffer smaller, so the size becomes reasonable for small-stack ...Richard Levitte2002-05-091-1/+3
* Move an assert() to avoid core dumps when a static buffer hasn't been given.Richard Levitte2002-05-091-2/+3