summaryrefslogtreecommitdiff
path: root/crypto/async
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-053-15/+5
* Update copyright yearMatt Caswell2022-05-037-7/+7
* async_posix: Make ASYNC_set_mem_functions threadsafeArran Cudbard-Bell2022-03-105-3/+37
* async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell2022-03-103-3/+80
* async_posix: raise a memory allocation error if we fail to allocate stack memoryArran Cudbard-Bell2022-03-101-0/+2
* aarch64: Fix async_fibre_swapcontext() on clang BTI buildsTom Cosgrove2022-03-011-0/+12
* Use USE_SWAPCONTEXT on IA64.Sebastian Andrzej Siewior2022-01-041-1/+3
* Add return value NULL checks that were missingPauli2021-11-121-0/+8
* Update copyright yearMatt Caswell2021-06-171-1/+1
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* async: coverity 1446224 - dereference after null checkPauli2021-03-201-1/+4
* ASYNC_start_job: Reset libctx when async_fibre_swapcontext failsTomas Mraz2021-03-191-0/+6
* Remove a TODO from async_delete_thread_state()Matt Caswell2021-03-141-1/+0
* Update copyright yearMatt Caswell2021-01-072-2/+2
* crypto/win: Don't use disallowed APIs on UWPNirbheek Chauhan2021-01-042-1/+13
* Update copyright yearMatt Caswell2020-11-261-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-2/+3
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-132-14/+13
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-6/+6
* Update copyright yearRichard Levitte2020-07-162-2/+2
* Make the ASYNC code default libctx awareMatt Caswell2020-06-282-0/+19
* Update copyright yearMatt Caswell2020-04-232-2/+2
* Use swapcontext for Intel CETH.J. Lu2020-02-072-1/+20
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-286-5/+5
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-282-2/+2
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-17/+2
* Provide an ability to deregister thread stop handlersMatt Caswell2019-06-191-2/+2
* Tell the FIPS provider about thread stop eventsMatt Caswell2019-06-171-3/+3
* Convert thread stop handling into a publish/subscribe modelMatt Caswell2019-06-171-4/+7
* add an additional async notification communication method based on callbackPing Yu2019-01-272-0/+38
* Following the license change, modify the boilerplates in crypto/async/Richard Levitte2018-12-0610-10/+10
* arch/async_posix.h: improve portability.Andy Polyakov2018-10-191-1/+2
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix memleaks in async apiBernd Edlinger2018-04-261-28/+46
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-032-3/+6
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Simplify Cygwin checks, part 1Richard Levitte2018-01-181-1/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-072-4/+4
* Prevent NULL dereference in async clear-fd codeBenjamin Kaduk2017-10-301-0/+1
* Simplify the stack reservationPaul Yang2017-10-261-3/+1
* Add stack space reservations.Pauli2017-09-281-1/+3
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+0
* Use "" not <> for internal/ includesRich Salz2017-08-222-2/+2
* make error tables const and separate header fileRich Salz2017-06-071-22/+20
* Further improvements to ASYNC_WAIT_CTX_clear_fdAndrea Grandi2017-02-131-16/+7