summaryrefslogtreecommitdiffstats
path: root/crypto/async/async.c
AgeCommit message (Expand)Author
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
2021-11-12Add return value NULL checks that were missingPauli
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
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
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
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
2018-12-06Following the license change, modify the boilerplates in crypto/async/Richard Levitte
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix memleaks in async apiBernd Edlinger
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-10-26Simplify the stack reservationPaul Yang
2017-09-28Add stack space reservations.Pauli
2017-08-22Use "" not <> for internal/ includesRich Salz
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-03-02Ensure Async is deinited properlyMatt Caswell
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-10Attempt to log an error if init failedMatt Caswell
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-22Async error handling and MacOS/X fixesViktor Dukhovni
2015-11-20Implement windows async thread local variable supportMatt Caswell
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Simplify async pool handlingMatt Caswell
2015-11-20Swap to using proper windows pipesMatt Caswell
2015-11-20Fix some style issuesMatt Caswell
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell
2015-11-20Fix Linux crashMatt Caswell
2015-11-20Tweak async documentation based on feedbackMatt Caswell
2015-11-20Add ASYNC error codesMatt Caswell
2015-11-20Normalise ASYNC namingMatt Caswell
2015-11-20Optimise ASYNC_CTX handlingMatt Caswell
2015-11-20Remove ASYNC_in_job()Matt Caswell
2015-11-20Implement windows async pool and notify supportMatt Caswell