aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bss_fd.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-04Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell1-0/+5
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-06-26Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger1-2/+2
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte1-1/+1
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius1-1/+1
2017-12-09Make BIO_METHOD struct definitions consistentDaniel Bevenius1-1/+2
2017-10-18Remove parentheses of return.KaoruToda1-12/+12
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-3/+3
2017-05-15Do not eat trailing '\n' in BIO_gets for fd BIO.Tomas Mraz1-2/+4
2017-05-11Fix gcc-7 warnings.Bernd Edlinger1-0/+1
2017-02-28Remove some commented out code in libcryptoMatt Caswell1-1/+0
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-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-3/+3
2016-03-11Remove some dead code from 1999Matt Caswell1-6/+0
2016-02-03Refactoring BIO: Small adjustmentsRichard Levitte1-4/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-212/+207
2013-01-19Improve WINCE support.Andy Polyakov1-2/+18
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller1-1/+18
2005-11-03Reserve for OPENSSL_NO_POSIX_IO macro which is to eliminate referencesAndy Polyakov1-2/+7
2005-11-03Disable BIO_s_fd on CE and disable fd:N as password passing option onAndy Polyakov1-0/+3
2005-05-17OPENSSL_Applink update.Andy Polyakov1-9/+21
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-02Tidy up the mess in bss_sock.c and bss_fd.cDr. Stephen Henson1-3/+223
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+62