summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bf_lbuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* 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
* Set error code on alloc failuresRich Salz2018-04-031-2/+4
* Update copyright yearMatt Caswell2018-02-271-1/+1
* VMS: for testutil, make sure to use BIO_f_linebufferRichard Levitte2018-02-131-2/+3
* Fix invalid function type casts.Bernd Edlinger2017-12-151-2/+2
* Remove parentheses of return.KaoruToda2017-10-181-24/+24
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* 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
* Adapt bf_lbuf for opaque BIORichard Levitte2016-03-301-1/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* remove malloc castsRich Salz2015-04-281-3/+3
* Dead code removal: #if 0 bio, comp, randRich Salz2015-01-301-21/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-293/+287
* disable '#ifdef DEBUG' sectionsBodo Möller2002-02-281-6/+6
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-0/+397