diff options
author | Hugo Landau <hlandau@openssl.org> | 2023-04-18 19:30:55 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2023-05-12 14:47:12 +0100 |
commit | 8b7be3aa7e90d85441f5012624cece4dca33291e (patch) | |
tree | b3ae474bb1d4c54264b7cf2e11f10a3e9c13f682 /util/libssl.num | |
parent | 19cb0887722b66e5db7ec0d339526608444a11ef (diff) | |
download | openssl-new-8b7be3aa7e90d85441f5012624cece4dca33291e.tar.gz |
QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactor
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/libssl.num')
-rw-r--r-- | util/libssl.num | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num index a52a034e20..8427cd1273 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -564,3 +564,7 @@ SSL_new_stream ? 3_2_0 EXIST::FUNCTION: SSL_get0_connection ? 3_2_0 EXIST::FUNCTION: SSL_is_connection ? 3_2_0 EXIST::FUNCTION: SSL_get_stream_type ? 3_2_0 EXIST::FUNCTION: +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: |