Tweak async documentation based on feedback
authorMatt Caswell <matt@openssl.org>
Wed, 7 Oct 2015 09:00:22 +0000 (10:00 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:35:19 +0000 (23:35 +0000)
commit05a6347fec744bd11ef94dd2ac9f68b4f679de8e
tree49050849ccea74b747a4a66789d6da1e2ebe216a
parentadd2f5ca6dd174154bf2f2b63e3cfd8bf5ce5109
Tweak async documentation based on feedback

Add some clarifications to the async documentation. Also changed
ASYNC_pause_job() so that it returns success if you are not within the
context of a job. This is so that engines can be used either asynchronously
or synchronously and can treat an error from ASYNC_pause_job() as a real
error.

Reviewed-by: Rich Salz <rsalz@openssl.org>
CHANGES
crypto/async/async.c
doc/crypto/ASYNC_start_job.pod
doc/ssl/SSL_get_async_wait_fd.pod
doc/ssl/SSL_get_error.pod