summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_print.c
AgeCommit message (Expand)Author
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
2004-03-25Protect against gcc's "warning: cast does not match function type".Geoff Thorpe
2004-03-21Remove a warning for conversion double->long. This has impacts on Windows.Richard Levitte
2003-12-11To figure out if we're going outside the buffer, use the size of the buffer,Richard Levitte
2003-11-04Avoid some shadowed variable names.Geoff Thorpe
2003-10-29Remove an unnecessary cast that causes certain compilers (eg. mine) someGeoff Thorpe
2003-05-21Fix sign bugs.Richard Levitte
2003-04-03Make %p and %# work properly, at least with pointers and floats.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-08-02Certain flag macros were tested with #if instead if #ifdef...Richard Levitte
2002-05-14make b_print.c consistent with the rest of OpenSSL:Bodo Möller
2002-05-09Make the huge buffer smaller, so the size becomes reasonable for small-stack ...Richard Levitte
2002-05-09Move an assert() to avoid core dumps when a static buffer hasn't been given.Richard Levitte
2001-12-10name confusion with HP library function prototype (?)Ulf Möller
2001-04-29Win32 fixes:Dr. Stephen Henson
2001-03-27Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget t...Richard Levitte
2001-02-27%f conversion bug fixUlf Möller
2000-10-22On some operating systems, MAX is defined. Call ours OSSL_MAX insteadRichard Levitte
2000-09-07Change the printing mahine used by BIO_printf() and friends so it canRichard Levitte
2000-09-05Increase print buffer (10K instead of just 2K).Bodo Möller
2000-09-04ConsistencyBodo Möller
2000-08-18Added BIO_vprintf() and BIO_vsnprintf(). The former because I'veRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-04-14New function ERR_error_string_n.Bodo Möller
2000-03-04Let's care about the compiler warnings for both cases, shall we?Richard Levitte
2000-03-04gcc warningsUlf Möller
2000-03-02Hack b_print.c to implement asprintf() functionality. Not enabled byRichard Levitte