diff options
author | Ping Yu <ping.yu@intel.com> | 2018-11-05 21:41:01 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2019-01-27 13:27:17 +0100 |
commit | 9f5a87fd665cb597fa1c1f4eef882d2d2f833e61 (patch) | |
tree | 3bad8287fe464c81267aa7cf43a41344fd6db414 /util/private.num | |
parent | clarify which functions are the CMS functions which must have CMS_PARTIAL set (diff) | |
download | openssl-9f5a87fd665cb597fa1c1f4eef882d2d2f833e61.tar.xz openssl-9f5a87fd665cb597fa1c1f4eef882d2d2f833e61.zip |
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)
Diffstat (limited to 'util/private.num')
-rw-r--r-- | util/private.num | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/private.num b/util/private.num index 09ab417f69..7a7c73f0da 100644 --- a/util/private.num +++ b/util/private.num @@ -90,6 +90,8 @@ custom_ext_free_cb datatype custom_ext_parse_cb datatype pem_password_cb datatype ssl_ct_validation_cb datatype +ASYNC_callback_fn datatype +SSL_async_callback_fn datatype # BIO_append_filename define BIO_destroy_bio_pair define @@ -475,3 +477,7 @@ X509_STORE_set_verify_func define EVP_PKEY_CTX_set1_id define EVP_PKEY_CTX_get1_id define EVP_PKEY_CTX_get1_id_len define +ASYNC_STATUS_EAGAIN define +ASYNC_STATUS_OK define +ASYNC_STATUS_ERR define +ASYNC_STATUS_UNSUPPORTED define |