aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bf_buff.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-08-23Remove some dead codeMatt Caswell1-1/+0
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-03-29Make BIO opaqueMatt Caswell1-1/+1
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-09-03remove 0 assignments.Rich Salz1-7/+3
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+1
2015-05-01free null cleanup finaleRich Salz1-6/+3
2015-04-28remove malloc castsRich Salz1-5/+5
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz1-4/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-429/+434
2011-12-02Fix BIO_f_buffer().Bodo Möller1-7/+8
2003-06-11Make sure to NUL-terminate the string on end-of-file (and error)Richard Levitte1-0/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-1/+1
2001-08-05Start to reduce some of the header bloat.Ben Laurie1-1/+0
2001-06-01increase DEFAULT_BUFFER_SIZE (4K instead of just 1K)Bodo Möller1-1/+1
2000-09-04ConsistencyBodo Möller1-1/+1
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-2/+2
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-15/+15
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-9/+9
2000-02-20Move the registration of callback functions to special functionsRichard Levitte1-0/+26
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-11/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-25/+8
1999-01-04Pass on BIO_CTRL_FLUSH.Ben Laurie1-0/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-14/+37
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+489