index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/dtls-1.3
feature/ech
feature/hss
feature/ml-kem
feature/quic-server
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
asynctest.c
Age
Commit message (
Expand
)
Author
2020-10-15
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-01
Run the withlibctx.pl script
Matt Caswell
2020-07-16
Update copyright year
Richard Levitte
2020-06-28
Add a test to make sure ASYNC aware code gets the right default libctx
Matt Caswell
2019-12-14
Deprecate most of debug-memory
Rich Salz
2019-01-27
add an additional async notification communication method based on callback
Ping Yu
2018-12-06
Following the license change, modify the boilerplates in test/
Richard Levitte
2018-05-29
Update copyright year
Matt Caswell
2018-05-11
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2017-03-28
asynctest: don't depend on apps
Emilia Kasper
2017-02-13
Add test to show wrong behavior of ASYNC_WAIT_CTX
Andrea Grandi
2016-07-20
Fix a few if(, for(, while( inside code.
FdaSilvaYY
2016-07-08
include/openssl: don't include <windows.h> in public headers.
Andy Polyakov
2016-05-17
Copyright consolidation 02/10
Rich Salz
2016-03-16
Some platforms provide getcontext() but it does not work
Matt Caswell
2016-02-29
Fix use before init warnings in asynctest
Matt Caswell
2016-02-29
Refactor the async wait fd logic
Matt Caswell
2016-02-09
Auto init/deinit libcrypto
Matt Caswell
2016-01-26
Remove /* foo.c */ comments
Rich Salz
2016-01-18
Use POSIX functions on Cygwin, not Win32 function
Corinna Vinschen
2016-01-07
mem functions cleanup
Rich Salz
2015-11-20
Convert __thread to pthreads for Thread Local Storage
Matt Caswell
2015-11-20
Swap to using proper windows pipes
Matt Caswell
2015-11-20
Add ASYNC_block_pause and ASYNC_unblock_pause
Matt Caswell
2015-11-20
Fix ASYNC null implementation
Matt Caswell
2015-11-20
Add ASYNC tests
Matt Caswell