]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bio/bio_meth.c
Use void in all function definitions that do not take any arguments
[thirdparty/openssl.git] / crypto / bio / bio_meth.c
2018-05-11  Kurt RoeckxUse void in all function definitions that do not take...
2018-03-21  Jack BatesConvert _meth_get_ functions to const getters
2018-02-13  Matt CaswellUpdate copyright year
2018-02-10  Rich SalzCopy name string in BIO_meth_new
2018-01-31  Benjamin KadukRevert the crypto "global lock" implementation
2017-12-15  Bernd EdlingerFix invalid function type casts.
2017-08-31  Rich SalzAdd CRYPTO_thread_glock_new
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
2016-10-28  Matt CaswellFix more shadowed variable warnings
2016-10-28  Matt CaswellMore parameter naming of BIO_read*/BIO_write* related...
2016-10-28  Matt CaswellTweaks based on review feedback of BIO size_t work
2016-10-28  Matt CaswellRead up to INT_MAX when calling legacy BIO_read() imple...
2016-10-28  Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28  Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-08-21  Rich SalzMove BIO index lock creation
2016-08-20  Rich SalzAdd BIO_get_new_index()
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-04-03  Richard LevitteDon't shadow known symbols write, read, puts, gets
2016-03-29  Matt CaswellMake BIO opaque
2016-03-29  Matt CaswellAdd functions for creating BIO_METHODs