summaryrefslogtreecommitdiffstats
path: root/crypto/evp/bio_b64.c
AgeCommit message (Expand)Author
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-12-09Make BIO_METHOD struct definitions consistentDaniel Bevenius
2017-10-18Remove parentheses of return.KaoruToda
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-09fix checkJ Mohan Rao Arisankala
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala
2016-03-29Make BIO opaqueMatt Caswell
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-11Adapt BIO_f_base64 to the opaque EVP_ENCODE_CTXRichard Levitte
2015-09-03remove 0 assignments.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-28remove malloc castsRich Salz
2015-02-02Dead code: if 0 removal from crypto/evp and an unused file.Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-05-06Initialize num properly.Dr. Stephen Henson
2014-04-02Fix base64 decoding bug.Eric Young
2010-05-27PR: 2258Dr. Stephen Henson
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-02-22Base64 bio fixes. The base64 bio was seriously brokenDr. Stephen Henson
2003-02-20Fix bug in base64 bios during write an non blocking I/O:Dr. Stephen Henson
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2001-10-11In certain cases, no encoding has been set up for the b64 filter. InRichard Levitte
2000-07-26When data are written out in very small blocks (less than 3 bytes inRichard Levitte
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
1999-10-02Fix for base64 BIO decoding bugDr. Stephen Henson
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf 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