diff options
author | Hugo Landau <hlandau@openssl.org> | 2023-04-18 20:30:56 +0200 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2023-05-12 15:47:13 +0200 |
commit | c3a04ea2fdd073e55b57e70e4f17f3ccbaa8c8a6 (patch) | |
tree | 2f9714368d7195d214ac85f5e860629ad9f5af80 /util | |
parent | QUIC RXDP: Record STOP_SENDING/RESET_STREAM event AEC codes consistently (diff) | |
download | openssl-c3a04ea2fdd073e55b57e70e4f17f3ccbaa8c8a6.tar.xz openssl-c3a04ea2fdd073e55b57e70e4f17f3ccbaa8c8a6.zip |
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.num | 6 |
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: |