]> git.ipfire.org Git - thirdparty/openssl.git/history - test/asynctest.c
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / test / asynctest.c
2019-01-27  Ping Yuadd an additional async notification communication...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-29  Matt CaswellUpdate copyright year
2018-05-11  Kurt RoeckxUse void in all function definitions that do not take...
2017-03-28  Emilia Kasperasynctest: don't depend on apps
2017-02-13  Andrea GrandiAdd test to show wrong behavior of ASYNC_WAIT_CTX
2016-07-20  FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-08  Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-05-17  Rich SalzCopyright consolidation 02/10
2016-03-16  Matt CaswellSome platforms provide getcontext() but it does not...
2016-02-29  Matt CaswellFix use before init warnings in asynctest
2016-02-29  Matt CaswellRefactor the async wait fd logic
2016-02-09  Matt CaswellAuto init/deinit libcrypto
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-18  Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2016-01-07  Rich Salzmem functions cleanup
2015-11-20  Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20  Matt CaswellSwap to using proper windows pipes
2015-11-20  Matt CaswellAdd ASYNC_block_pause and ASYNC_unblock_pause
2015-11-20  Matt CaswellFix ASYNC null implementation
2015-11-20  Matt CaswellAdd ASYNC tests