summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-07 10:00:22 +0100
committerMatt Caswell <matt@openssl.org>2015-11-20 23:35:19 +0000
commit05a6347fec744bd11ef94dd2ac9f68b4f679de8e (patch)
tree49050849ccea74b747a4a66789d6da1e2ebe216a /CHANGES
parentadd2f5ca6dd174154bf2f2b63e3cfd8bf5ce5109 (diff)
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>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b98ce7292e..6b501ee8c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,7 +10,7 @@
further details. Libssl has also had this capability integrated with the
introduction of the new mode SSL_MODE_ASYNC and associated error
SSL_ERROR_WANT_ASYNC. See the SSL_CTX_set_mode() and SSL_get_error() man
- pages.
+ pages. This work was developed in partnership with Intel Corp.
[Matt Caswell]
*) State machine rewrite. The state machine code has been significantly