summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-04-18 19:30:56 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-12 14:47:13 +0100
commit1e4a9d882f77977f518dcad418b05822efb172fe (patch)
tree9fe3609944b4a6ad2500fc4ebc3a728d3f857e6d /util
parent9aaafc26e0f301fe07d7141dc4a575ef9a4eb4d9 (diff)
downloadopenssl-new-1e4a9d882f77977f518dcad418b05822efb172fe.tar.gz
QUIC MSST: Add documentation for new 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/other.syms19
1 files changed, 19 insertions, 0 deletions
diff --git a/util/other.syms b/util/other.syms
index daa3be067f..cecfe4d742 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -646,6 +646,25 @@ SSL_want_x509_lookup define
SSLv23_client_method define
SSLv23_method define
SSLv23_server_method define
+SSL_STREAM_FLAG_UNI define
+SSL_STREAM_TYPE_NONE define
+SSL_STREAM_TYPE_READ define
+SSL_STREAM_TYPE_WRITE define
+SSL_STREAM_TYPE_BIDI define
+SSL_STREAM_STATE_NONE define
+SSL_STREAM_STATE_WRONG_DIR define
+SSL_STREAM_STATE_OK define
+SSL_STREAM_STATE_FINISHED define
+SSL_STREAM_STATE_RESET_LOCAL define
+SSL_STREAM_STATE_RESET_REMOTE define
+SSL_STREAM_STATE_CONN_CLOSED define
+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
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