aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove fd from the list when the engine clears the wait context before pauseAndrea Grandi2017-02-131-0/+27
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-202-3/+3
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-082-4/+4
* Fixes to get -ansi workingJeffrey Walton2016-06-081-1/+1
* OpenBSD doesn't have ucontext.h so don't try and include itMatt Caswell2016-06-011-1/+3
* Remove unused error/function codes.Rich Salz2016-05-231-8/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 04/10Rich Salz2016-05-179-432/+46
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0