summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-04-18 19:30:56 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-12 14:47:13 +0100
commitc3a04ea2fdd073e55b57e70e4f17f3ccbaa8c8a6 (patch)
tree2f9714368d7195d214ac85f5e860629ad9f5af80 /util
parentb6fc2294a1a5bd6053647afea02180147018112b (diff)
downloadopenssl-new-c3a04ea2fdd073e55b57e70e4f17f3ccbaa8c8a6.tar.gz
QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIs
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20765)
Diffstat (limited to 'util')
-rw-r--r--util/libssl.num6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num
index b99ed33a9e..457e75f801 100644
--- a/util/libssl.num
+++ b/util/libssl.num
@@ -571,3 +571,9 @@ SSL_attach_stream ? 3_2_0 EXIST::FUNCTION:
SSL_set_incoming_stream_reject_policy ? 3_2_0 EXIST::FUNCTION:
SSL_accept_stream ? 3_2_0 EXIST::FUNCTION:
SSL_get_accept_stream_queue_len ? 3_2_0 EXIST::FUNCTION:
+SSL_stream_reset ? 3_2_0 EXIST::FUNCTION:
+SSL_get_stream_read_state ? 3_2_0 EXIST::FUNCTION:
+SSL_get_stream_write_state ? 3_2_0 EXIST::FUNCTION:
+SSL_get_stream_read_error_code ? 3_2_0 EXIST::FUNCTION:
+SSL_get_stream_write_error_code ? 3_2_0 EXIST::FUNCTION:
+SSL_get_conn_close_info ? 3_2_0 EXIST::FUNCTION: