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:31:04 +00:00
2015-11-05 15:48:37 +00:00
2015-11-20 23:31:42 +00:00
2015-11-01 08:09:57 -05:00
2015-11-05 15:48:37 +00:00
2015-09-02 22:05:37 -04:00
2015-09-26 19:50:11 +02:00
2015-11-17 17:14:28 -05:00
2015-10-23 19:52:08 +02:00
2015-09-21 10:17:58 +01:00
2015-09-04 11:45:44 -04:00
2015-07-14 01:10:01 +02:00
2015-11-17 15:17:36 +01:00
2015-04-20 15:06:22 +02:00
2015-11-05 15:48:37 +00:00
2015-09-29 21:59:19 -04:00
2015-07-16 01:06:48 -04:00
2015-10-30 17:21:42 -04:00
2015-06-23 17:09:35 -04:00
2015-09-02 22:05:37 -04:00
2015-09-02 23:03:43 -04:00
2015-09-08 23:14:36 -04:00
2015-08-05 22:06:01 -04:00
2014-06-04 08:34:18 +02:00
2015-07-14 01:10:01 +02:00
2015-01-22 09:20:09 +00:00