summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-05-08 19:52:45 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-12 14:47:15 +0100
commit83df44ae53c3c3bb1e79785af38ab52bb4f865cb (patch)
treebd14faf149ba8be864620b4d80bb9f9c776d0a13 /util
parentbb9b8a333ffaf998e60016819ee1e8c2da58f0fd (diff)
downloadopenssl-new-83df44ae53c3c3bb1e79785af38ab52bb4f865cb.tar.gz
QUIC MSST: Rename SSL_set_incoming_stream_reject_policy
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.num2
-rw-r--r--util/other.syms6
2 files changed, 4 insertions, 4 deletions
diff --git a/util/libssl.num b/util/libssl.num
index 457e75f801..b850045694 100644
--- a/util/libssl.num
+++ b/util/libssl.num
@@ -568,7 +568,6 @@ SSL_get_stream_id ? 3_2_0 EXIST::FUNCTION:
SSL_set_default_stream_mode ? 3_2_0 EXIST::FUNCTION:
SSL_detach_stream ? 3_2_0 EXIST::FUNCTION:
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:
@@ -577,3 +576,4 @@ 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:
+SSL_set_incoming_stream_policy ? 3_2_0 EXIST::FUNCTION:
diff --git a/util/other.syms b/util/other.syms
index cecfe4d742..11393fe7ec 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -662,9 +662,9 @@ SSL_ACCEPT_STREAM_NO_BLOCK define
SSL_DEFAULT_STREAM_MODE_AUTO_BIDI define
SSL_DEFAULT_STREAM_MODE_AUTO_UNI define
SSL_DEFAULT_STREAM_MODE_NONE define
-SSL_INCOMING_STREAM_REJECT_POLICY_ACCEPT define
-SSL_INCOMING_STREAM_REJECT_POLICY_AUTO define
-SSL_INCOMING_STREAM_REJECT_POLICY_REJECT define
+SSL_INCOMING_STREAM_POLICY_ACCEPT define
+SSL_INCOMING_STREAM_POLICY_AUTO define
+SSL_INCOMING_STREAM_POLICY_REJECT 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