mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
stitch in ssls for SSL_listen_ex
Reviewed-by: Saša Nedvědický <sashan@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/27397)
This commit is contained in:
@@ -319,6 +319,9 @@ OSSL_STATM *ossl_quic_channel_get_statm(QUIC_CHANNEL *ch);
|
||||
/* Gets the TLS handshake layer used with the channel. */
|
||||
SSL *ossl_quic_channel_get0_tls(QUIC_CHANNEL *ch);
|
||||
|
||||
/* Sets the TLS handshake layer used for the channel */
|
||||
void ossl_quic_channel_set0_tls(QUIC_CHANNEL *ch, SSL *ssl);
|
||||
|
||||
/* Gets the channels short header connection id length */
|
||||
size_t ossl_quic_channel_get_short_header_conn_id_len(QUIC_CHANNEL *ch);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user