modes/asm/ghashv8-armx.pl: modulo-schedule loop.
[openssl.git] / crypto / bio / bio_meth.c
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