key zeroisation fix for p12
[openssl.git] / crypto / async / arch /
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-18 Richard LevitteSimplify Cygwin checks, part 1
2017-08-29 Paulie_os.h removal from other headers and source files.
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-06-08 Jeffrey WaltonFixes to get -ansi working
2016-06-01 Matt CaswellOpenBSD doesn't have ucontext.h so don't try and include it
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-05-02 Andy PolyakovAndroid build fixes.
2016-03-20 Rich SalzRemove #error from include files.
2016-03-16 Matt CaswellSome platforms provide getcontext() but it does not...
2016-03-07 Matt CaswellAdd a function to detect if we have async or not
2016-03-02 Matt CaswellConvert ASYNC code to use new Thread API
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-13 Viktor Szakatsasync_win.c: remove unused variable
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-04 Todd ShortAdd option to disable async
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-18 Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2015-12-12 Matt CaswellFix compile failure with no-threads
2015-11-22 Viktor DukhovniAsync error handling and MacOS/X fixes
2015-11-20 Matt CaswellImplement windows async thread local variable support
2015-11-20 Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20 Matt CaswellSimplify async pool handling
2015-11-20 Matt CaswellSwap to using proper windows pipes
2015-11-20 Matt CaswellFix some style issues
2015-11-20 Matt CaswellFurther OS-X deprecated warnings tweak
2015-11-20 Matt CaswellFix bug in async_fibre_makecontext for POSIX
2015-11-20 Matt CaswellFix compilation error on OS-X
2015-11-20 Matt CaswellFix clang errors
2015-11-20 Matt CaswellSwap to using _longjmp/_setjmp instead of longjmp/setjmp
2015-11-20 Matt CaswellNormalise ASYNC naming
2015-11-20 Matt CaswellFix windows compilation warnings
2015-11-20 Matt CaswellFix ASYNC null implementation
2015-11-20 Matt CaswellImplement windows async pool and notify support
2015-11-20 Matt CaswellImplement local thread pools
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellUse longjmp at setjmp where possible
2015-11-20 Matt CaswellIncrease stack size
2015-11-20 Matt CaswellAdd null async implementation
2015-11-20 Matt CaswellAsync port to windows