summaryrefslogtreecommitdiffstats
path: root/include/internal
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-08-07 15:48:01 +0100
committerMatt Caswell <matt@openssl.org>2023-08-15 14:41:31 +0100
commit614c08c23999e39945b556851eabff157aef833f (patch)
treed623e01abfc50fb1abb7598308f5bc82584ec742 /include/internal
parent50a0af2e41ea61a79c19c17f9e87541e283ba8bf (diff)
Add the ability to send NewSessionTicket messages when we want them
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21686)
Diffstat (limited to 'include/internal')
-rw-r--r--include/internal/quic_tserver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/internal/quic_tserver.h b/include/internal/quic_tserver.h
index 9520deb0c1..90834b211c 100644
--- a/include/internal/quic_tserver.h
+++ b/include/internal/quic_tserver.h
@@ -201,6 +201,9 @@ void ossl_quic_tserver_set_msg_callback(QUIC_TSERVER *srv,
*/
QUIC_CHANNEL *ossl_quic_tserver_get_channel(QUIC_TSERVER *srv);
+/* Send a TLS new session ticket */
+int ossl_quic_tserver_new_ticket(QUIC_TSERVER *srv);
+
# endif
#endif