summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_print.c
AgeCommit message (Expand)Author
2015-01-22mark 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
2000-02-29Bug fix.Ulf Möller
2000-02-28Typo corrected.Richard Levitte
2000-02-27Short is always promoted to int when passed as a function argument.Richard Levitte
2000-02-26Don't include sys/types.h if NO_SYS_TYPES_H is defined.Richard Levitte
2000-02-26Let's avoid compiler warnings over types.Richard Levitte
2000-02-25Gets around VC++ compiler pickiness. (long != double)Geoff Thorpe
2000-02-25different snprintf version.Ulf Möller
2000-02-24Use public domain snprintf() implementation by Patrick Powell to avoidUlf Möller
1999-05-05Use ANSI stdarg.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall