Update documentation for keymgmt export utils
[openssl.git] / crypto / async /
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-03-10 Arran Cudbard-Bellasync_posix: Make ASYNC_set_mem_functions threadsafe
2022-03-10 Arran Cudbard-Bellasync_posix: Allow custom stack allocation functions...
2022-03-10 Arran Cudbard-Bellasync_posix: raise a memory allocation error if we...
2022-02-28 Tom Cosgroveaarch64: Fix async_fibre_swapcontext() on clang BTI...
2022-01-04 Sebastian Andrzej... Use USE_SWAPCONTEXT on IA64.
2021-11-12 PauliAdd return value NULL checks that were missing
2021-06-17 Matt CaswellUpdate copyright year
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-04-08 Matt CaswellUpdate copyright year
2021-03-20 Pauliasync: coverity 1446224 - dereference after null check
2021-03-19 Tomas MrazASYNC_start_job: Reset libctx when async_fibre_swapcont...
2021-03-14 Matt CaswellRemove a TODO from async_delete_thread_state()
2021-01-07 Matt CaswellUpdate copyright year
2021-01-04 Nirbheek Chauhancrypto/win: Don't use disallowed APIs on UWP
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-07-16 Richard LevitteUpdate copyright year
2020-06-28 Matt CaswellMake the ASYNC code default libctx aware
2020-04-23 Matt CaswellUpdate copyright year
2020-02-07 H.J. LuUse swapcontext for Intel CET
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-07-16 Rich SalzRegenerate mkerr files
2019-06-19 Matt CaswellProvide an ability to deregister thread stop handlers
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Matt CaswellConvert thread stop handling into a publish/subscribe...
2019-01-27 Ping Yuadd an additional async notification communication...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-19 Andy Polyakovarch/async_posix.h: improve portability.
2018-05-01 Matt CaswellUpdate copyright year
2018-04-26 Bernd EdlingerFix memleaks in async api
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-18 Richard LevitteSimplify Cygwin checks, part 1
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-10-30 Benjamin KadukPrevent NULL dereference in async clear-fd code
2017-10-26 Paul YangSimplify the stack reservation
2017-09-27 PauliAdd stack space reservations.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2017-06-07 Rich Salzmake error tables const and separate header file
2017-02-13 Andrea GrandiFurther improvements to ASYNC_WAIT_CTX_clear_fd
2017-02-13 Andrea GrandiRemove fd from the list when the engine clears the...
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
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-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-02 Andy PolyakovAndroid build fixes.
2016-04-20 Richard LevitteRemove --classic build entirely
2016-03-21 Steven LinsellFix memory leak where fdlookup linked list is not freed...
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
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 CaswellEnsure Async is deinited properly
2016-03-02 Matt CaswellConvert ASYNC code to use new Thread API
2016-02-29 Matt CaswellClarify ASYNC_WAIT_CTX_clear_fd() docs
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-13 Viktor Szakatsasync_win.c: remove unused variable
2016-02-12 Richard LevitteRename INSTALL_PREFIX to DESTDIR, remove option --insta...
2016-02-10 Matt CaswellAttempt to log an error if init failed
2016-02-10 Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-04 Todd ShortAdd option to disable async
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-18 Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2015-12-15 Matt CaswellFix build on Solaris
2015-12-14 Dr. Stephen Hensonmake update
2015-12-12 Matt CaswellFix compile failure with no-threads
2015-12-10 Matt Caswellmake update
2015-11-23 Rich Salz"make update" after async merge.
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 CaswellAdd ASYNC_block_pause and ASYNC_unblock_pause
next