aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bio_meth.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte1-1/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-03-21Convert _meth_get_ functions to const gettersJack Bates1-10/+10
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-10Copy name string in BIO_meth_newRich Salz1-4/+10
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk1-1/+1
2017-12-15Fix invalid function type casts.Bernd Edlinger1-2/+2
2017-08-31Add CRYPTO_thread_glock_newRich Salz1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx1-2/+2
2016-10-28Fix more shadowed variable warningsMatt Caswell1-3/+3
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell1-8/+8
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell1-1/+1
2016-10-28Read up to INT_MAX when calling legacy BIO_read() implementationsMatt Caswell1-1/+1
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-0/+36
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-0/+33
2016-08-21Move BIO index lock creationRich Salz1-2/+14
2016-08-19Add BIO_get_new_index()Rich Salz1-0/+12
2016-05-17Copyright consolidation 09/10Rich Salz1-51/+6
2016-04-04Don't shadow known symbols write, read, puts, getsRichard Levitte1-8/+8
2016-03-29Make BIO opaqueMatt Caswell1-4/+4
2016-03-29Add functions for creating BIO_METHODsMatt Caswell1-0/+166