summaryrefslogtreecommitdiff
path: root/crypto/bio/bf_buff.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu2022-12-051-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+3
* bio: remove TODOsPauli2021-06-021-2/+0
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-3/+7
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Author: Ross Kinsey <RossIKinsey@gmail.com>Ross Kinsey2020-02-051-8/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* Fix invalid function type casts.Bernd Edlinger2017-12-151-2/+2
* Remove parentheses of return.KaoruToda2017-10-181-30/+30
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* Make it possible to peek at BIO data through BIO_f_buffer()Richard Levitte2017-06-291-0/+16
* 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
* Remove some dead codeMatt Caswell2016-08-231-1/+0
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Make BIO opaqueMatt Caswell2016-03-291-1/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* remove 0 assignments.Rich Salz2015-09-031-7/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+1
* free null cleanup finaleRich Salz2015-05-011-6/+3
* remove malloc castsRich Salz2015-04-281-5/+5
* Dead code removal: #if 0 bio, comp, randRich Salz2015-01-291-4/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-429/+434
* Fix BIO_f_buffer().Bodo Möller2011-12-021-7/+8
* Make sure to NUL-terminate the string on end-of-file (and error)Richard Levitte2003-06-111-0/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-1/+0
* increase DEFAULT_BUFFER_SIZE (4K instead of just 1K)Bodo Möller2001-06-011-1/+1
* ConsistencyBodo Möller2000-09-041-1/+1
* 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-15/+15
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-9/+9
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+26
* 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-25/+8
* Pass on BIO_CTRL_FLUSH.Ben Laurie1999-01-041-0/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-14/+37
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+489