]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add stream type flags to SSL_accept_stream
authorAndrew Dinh <andrewd@openssl.org>
Tue, 24 Jun 2025 12:26:38 +0000 (19:26 +0700)
committerNeil Horman <nhorman@openssl.org>
Thu, 3 Jul 2025 00:55:24 +0000 (20:55 -0400)
commit74a0ec3c08e0bfbc22e8d15d982541934fe92776
tree51923d5c714781b50a717eb4160f550d2a9911d6
parent902568bbd98a61d03495498b56e95e67e42cc71b
Add stream type flags to SSL_accept_stream

Introduces SSL_ACCEPT_STREAM_UNI and SSL_ACCEPT_STREAM_BIDI flags to SSL_accept_stream, allowing callers to specify whether to accept only unidirectional or bidirectional streams. Returns the first of its type from the queue

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27883)
doc/man3/SSL_accept_stream.pod
include/internal/quic_stream_map.h
include/openssl/ssl.h.in
ssl/quic/quic_impl.c
ssl/quic/quic_stream_map.c
util/other.syms