]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/quic_ssl.h
QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactor
[thirdparty/openssl.git] / include / internal / quic_ssl.h
index 0ccb1c5526aabc4dde5613d837a9d696b324d2dc..986cd0e0d02ee11334e24700487e03626812041d 100644 (file)
@@ -69,6 +69,9 @@ __owur SSL *ossl_quic_conn_stream_new(SSL *s, uint64_t flags);
 __owur SSL *ossl_quic_get0_connection(SSL *s);
 __owur int ossl_quic_get_stream_type(SSL *s);
 __owur uint64_t ossl_quic_get_stream_id(SSL *s);
+__owur int ossl_quic_set_default_stream_mode(SSL *s, uint32_t mode);
+__owur SSL *ossl_quic_detach_stream(SSL *s);
+__owur int ossl_quic_attach_stream(SSL *conn, SSL *stream);
 
 /*
  * Used to override ossl_time_now() for debug purposes. Must be called before