summaryrefslogtreecommitdiff
path: root/crypto/evp/bio_b64.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Remove unneeded switch statement to fix warningDane (4cad@silvertoque)2020-02-201-7/+2
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Update copyright yearMatt Caswell2018-03-201-1/+1
* bio_b64.c: prevent base64 filter BIO from decoding out-of-bound dataDr. Matthias St. Pierre2018-02-271-0/+8
* Fix invalid function type casts.Bernd Edlinger2017-12-151-2/+2
* Make BIO_METHOD struct definitions consistentDaniel Bevenius2017-12-091-1/+2
* Remove parentheses of return.KaoruToda2017-10-181-5/+5
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-3/+0
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Change the return type of EVP_EncodeUpdateMatt Caswell2016-06-161-3/+4
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* fix checkJ Mohan Rao Arisankala2016-05-091-1/+1
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-091-1/+6
* Make BIO opaqueMatt Caswell2016-03-291-33/+52
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt BIO_f_base64 to the opaque EVP_ENCODE_CTXRichard Levitte2015-12-111-11/+14
* remove 0 assignments.Rich Salz2015-09-031-7/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Dead code: if 0 removal from crypto/evp and an unused file.Rich Salz2015-02-021-4/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-516/+490
* Initialize num properly.Dr. Stephen Henson2014-05-061-0/+1
* Fix base64 decoding bug.Eric Young2014-04-021-1/+1
* PR: 2258Dr. Stephen Henson2010-05-271-23/+54
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Base64 bio fixes. The base64 bio was seriously brokenDr. Stephen Henson2003-02-221-6/+27
* Fix bug in base64 bios during write an non blocking I/O:Dr. Stephen Henson2003-02-201-4/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+1
* In certain cases, no encoding has been set up for the b64 filter. InRichard Levitte2001-10-111-2/+3
* When data are written out in very small blocks (less than 3 bytes inRichard Levitte2000-07-261-4/+11
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-2/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-7/+7
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+16
* Fix for base64 BIO decoding bugDr. Stephen Henson1999-10-021-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-11/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-18/+6
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-11/+106
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+452