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
..
2015-11-20 23:15:53 +00:00
2015-09-20 14:19:49 +01:00
2015-10-30 08:39:47 +00:00
2015-09-07 10:45:38 +01:00
2015-11-20 23:31:42 +00:00
2015-11-19 14:35:39 +00:00
2015-10-30 08:38:18 +00:00
2015-08-14 06:56:11 +01:00
2015-11-20 23:31:42 +00:00
2015-11-20 23:31:42 +00:00
2015-11-20 23:31:42 +00:00
2015-10-02 14:22:05 -04:00
2015-05-16 09:20:58 +01:00
2015-05-22 23:10:51 +01:00
2015-09-07 10:45:38 +01:00
2015-07-30 14:43:35 +01:00