summaryrefslogtreecommitdiffstats
path: root/crypto/async
AgeCommit message (Expand)Author
2024-04-04posix_async: FreeBSD also defines {make|swap|get|set}contextWarner Losh
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-03-10async_posix: Make ASYNC_set_mem_functions threadsafeArran Cudbard-Bell
2022-03-10async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell
2022-03-10async_posix: raise a memory allocation error if we fail to allocate stack memoryArran Cudbard-Bell
2022-03-01aarch64: Fix async_fibre_swapcontext() on clang BTI buildsTom Cosgrove
2022-01-04Use USE_SWAPCONTEXT on IA64.Sebastian Andrzej Siewior
2021-11-12Add return value NULL checks that were missingPauli
2021-06-17Update copyright yearMatt Caswell
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-04-08Update copyright yearMatt Caswell
2021-03-20async: coverity 1446224 - dereference after null checkPauli
2021-03-19ASYNC_start_job: Reset libctx when async_fibre_swapcontext failsTomas Mraz
2021-03-14Remove a TODO from async_delete_thread_state()Matt Caswell
2021-01-07Update copyright yearMatt Caswell
2021-01-04crypto/win: Don't use disallowed APIs on UWPNirbheek Chauhan
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-07-16Update copyright yearRichard Levitte
2020-06-28Make the ASYNC code default libctx awareMatt Caswell
2020-04-23Update copyright yearMatt Caswell
2020-02-07Use swapcontext for Intel CETH.J. Lu
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-07-16Regenerate mkerr filesRich Salz
2019-06-19Provide an ability to deregister thread stop handlersMatt Caswell
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell
2019-06-17Convert thread stop handling into a publish/subscribe modelMatt Caswell
2019-01-27add an additional async notification communication method based on callbackPing Yu
2018-12-06Following the license change, modify the boilerplates in crypto/async/Richard Levitte
2018-10-19arch/async_posix.h: improve portability.Andy Polyakov
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix memleaks in async apiBernd Edlinger
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-18Simplify Cygwin checks, part 1Richard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-10-30Prevent NULL dereference in async clear-fd codeBenjamin Kaduk
2017-10-26Simplify the stack reservationPaul Yang
2017-09-28Add stack space reservations.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-06-07make error tables const and separate header fileRich Salz