openssl/crypto/ct
Matt Caswell 07bbc92ccb Make libssl async aware
The following entry points have been made async aware:
SSL_accept
SSL_read
SSL_write

Also added is a new mode - SSL_MODE_ASYNC. Calling the above functions with
the async mode enabled will initiate a new async job. If an async pause is
encountered whilst executing the job (such as for example if using SHA1/RSA
with the Dummy Async engine), then the above functions return with
SSL_WANT_ASYNC. Calling the functions again (with exactly the same args
as per non-blocking IO), will resume the job where it left off.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-11-20 23:31:42 +00:00
..
ct.ec Handle CT error macros separately 2015-10-21 23:57:29 +02:00
ct_err.c Handle CT error macros separately 2015-10-21 23:57:29 +02:00
ct_lib.c Because ct_locl.h is used between modules, move it to internal headers 2015-10-18 20:35:22 +02:00
Makefile Make libssl async aware 2015-11-20 23:31:42 +00:00