summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-14 08:44:36 +0000
committerHugo Landau <hlandau@openssl.org>2024-03-09 08:56:59 +0000
commitb317583f4ad8a8e742781381fa10db5bcd072585 (patch)
tree1e0910f353429ad59060636317bcfc6cd5ccf7fd /util
parenta24f29bbb4e7c2c73b0b3b2193b81c9b444b0864 (diff)
QUIC: Add stream write buffer queries
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23584)
Diffstat (limited to 'util')
-rw-r--r--util/other.syms6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/other.syms b/util/other.syms
index e8a813c9bb..84e6bb6ba3 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -687,6 +687,9 @@ SSL_get_quic_stream_uni_local_avail define
SSL_get_quic_stream_uni_remote_avail define
SSL_get_event_handling_mode define
SSL_set_event_handling_mode define
+SSL_get_stream_write_buf_size define
+SSL_get_stream_write_buf_used define
+SSL_get_stream_write_buf_avail define
SSL_CONN_CLOSE_FLAG_LOCAL define
SSL_CONN_CLOSE_FLAG_TRANSPORT define
SSLv23_client_method define
@@ -752,6 +755,9 @@ SSL_VALUE_EVENT_HANDLING_MODE define
SSL_VALUE_EVENT_HANDLING_MODE_INHERIT define
SSL_VALUE_EVENT_HANDLING_MODE_IMPLICIT define
SSL_VALUE_EVENT_HANDLING_MODE_EXPLICIT define
+SSL_VALUE_STREAM_WRITE_BUF_SIZE define
+SSL_VALUE_STREAM_WRITE_BUF_USED define
+SSL_VALUE_STREAM_WRITE_BUF_AVAIL define
TLS_DEFAULT_CIPHERSUITES define deprecated 3.0.0
X509_CRL_http_nbio define deprecated 3.0.0
X509_http_nbio define deprecated 3.0.0