]> git.ipfire.org Git - thirdparty/openssl.git/commit
add an additional async notification communication method based on callback
authorPing Yu <ping.yu@intel.com>
Mon, 5 Nov 2018 20:41:01 +0000 (15:41 -0500)
committerMatt Caswell <matt@openssl.org>
Sun, 27 Jan 2019 12:27:17 +0000 (12:27 +0000)
commit9f5a87fd665cb597fa1c1f4eef882d2d2f833e61
tree3bad8287fe464c81267aa7cf43a41344fd6db414
parent61e033308b1c004bd808352fb1d786547dcdf62b
add an additional async notification communication method based on callback

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Yang <yang.yang@baishancloud.com>
Signed-off-by: Ping Yu <ping.yu@intel.com>
Signed-off-by: Steven Linsell <stevenx.linsell@intel.com>
(Merged from https://github.com/openssl/openssl/pull/7573)
14 files changed:
crypto/async/async_locl.h
crypto/async/async_wait.c
doc/man3/ASYNC_WAIT_CTX_new.pod
doc/man3/ASYNC_start_job.pod
doc/man3/SSL_set_async_callback.pod [new file with mode: 0644]
engines/e_dasync.c
include/openssl/async.h
include/openssl/ssl.h
ssl/ssl_lib.c
ssl/ssl_locl.h
test/asynctest.c
util/libcrypto.num
util/libssl.num
util/private.num