summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-22 11:42:41 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-08 16:49:43 +0000
commitd51398b9984d31eab275250a650c2621f3ebdf0d (patch)
tree6177d033870a61499a7af3a138e75eb4abc90dc6 /util
parenta8e32a6b2c7745c1a046bc99c13755ae8fe409a1 (diff)
QUIC: Add documentation for tuning API
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23360)
Diffstat (limited to 'util')
-rw-r--r--util/libssl.num2
-rw-r--r--util/other.syms19
2 files changed, 21 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num
index c58d3330fb..7010f32daa 100644
--- a/util/libssl.num
+++ b/util/libssl.num
@@ -578,3 +578,5 @@ SSL_get_event_timeout 578 3_2_0 EXIST::FUNCTION:
SSL_get0_group_name 579 3_2_0 EXIST::FUNCTION:
SSL_is_stream_local 580 3_2_0 EXIST::FUNCTION:
SSL_write_ex2 ? 3_3_0 EXIST::FUNCTION:
+SSL_get_value_uint ? 3_3_0 EXIST::FUNCTION:
+SSL_set_value_uint ? 3_3_0 EXIST::FUNCTION:
diff --git a/util/other.syms b/util/other.syms
index 9dfd3cba1d..048223b424 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -650,6 +650,16 @@ SSL_want_read define
SSL_want_retry_verify define
SSL_want_write define
SSL_want_x509_lookup define
+SSL_get_feature_request_uint define
+SSL_set_feature_request_uint define
+SSL_get_feature_peer_request_uint define
+SSL_get_feature_negotiated_uint define
+SSL_get_generic_value_uint define
+SSL_set_generic_value_uint define
+SSL_get_quic_stream_bidi_local_avail define
+SSL_get_quic_stream_bidi_remote_avail define
+SSL_get_quic_stream_uni_local_avail define
+SSL_get_quic_stream_uni_remote_avail define
SSL_CONN_CLOSE_FLAG_LOCAL define
SSL_CONN_CLOSE_FLAG_TRANSPORT define
SSLv23_client_method define
@@ -677,6 +687,15 @@ SSL_INCOMING_STREAM_POLICY_ACCEPT define
SSL_INCOMING_STREAM_POLICY_AUTO define
SSL_INCOMING_STREAM_POLICY_REJECT define
SSL_WRITE_FLAG_CONCLUDE define
+SSL_VALUE_CLASS_GENERIC define
+SSL_VALUE_CLASS_FEATURE_REQUEST define
+SSL_VALUE_CLASS_FEATURE_PEER_REQUEST define
+SSL_VALUE_CLASS_FEATURE_NEGOTIATED define
+SSL_VALUE_QUIC_IDLE_TIMEOUT define
+SSL_VALUE_QUIC_STREAM_BIDI_LOCAL_AVAIL define
+SSL_VALUE_QUIC_STREAM_BIDI_REMOTE_AVAIL define
+SSL_VALUE_QUIC_STREAM_UNI_LOCAL_AVAIL define
+SSL_VALUE_QUIC_STREAM_UNI_REMOTE_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