diff options
author | Hugo Landau <hlandau@openssl.org> | 2022-12-13 13:28:54 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2023-01-27 15:19:15 +0100 |
commit | a9979965bf2b74ca79e4bf3fa13539ab90728eeb (patch) | |
tree | c2163a1e1f4c2b19ac4bacf6d2a44dd79c8dfcab /util | |
parent | QUIC TXP: Fix handling of FIN stream chunks (diff) | |
download | openssl-a9979965bf2b74ca79e4bf3fa13539ab90728eeb.tar.xz openssl-a9979965bf2b74ca79e4bf3fa13539ab90728eeb.zip |
QUIC Front End I/O API: Add support for signalling and detecting end-of-stream
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19897)
Diffstat (limited to 'util')
-rw-r--r-- | util/libssl.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num index 16b4609c07..0c5e2f5d59 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -542,3 +542,4 @@ SSL_set_initial_peer_addr ? 3_2_0 EXIST::FUNCTION: SSL_net_read_desired ? 3_2_0 EXIST::FUNCTION: SSL_net_write_desired ? 3_2_0 EXIST::FUNCTION: SSL_shutdown_ex ? 3_2_0 EXIST::FUNCTION: +SSL_stream_conclude ? 3_2_0 EXIST::FUNCTION: |