summaryrefslogtreecommitdiffstats
path: root/crypto/evp/bio_b64.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-08-04bio: pass flags on BIO_ctrl to make flush retriableihciah
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-07-14crypto/evp/bio_b64.c: improve coding styleDr. David von Oheimb
2021-06-17Update copyright yearMatt Caswell
2021-06-02evp: remove TODOsPauli
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-20Remove unneeded switch statement to fix warningDane (4cad@silvertoque)
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2018-03-20Update copyright yearMatt Caswell
2018-02-27bio_b64.c: prevent base64 filter BIO from decoding out-of-bound dataDr. Matthias St. Pierre
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