From 2525109f90cf3a91a909621266ec6854a83805e2 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 12 Jun 2023 14:13:33 +0100 Subject: QUIC: Allow application to trigger TXKU Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/21029) --- include/internal/quic_ssl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/internal/quic_ssl.h') diff --git a/include/internal/quic_ssl.h b/include/internal/quic_ssl.h index ed69a80057..28047f985c 100644 --- a/include/internal/quic_ssl.h +++ b/include/internal/quic_ssl.h @@ -34,6 +34,8 @@ __owur long ossl_quic_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg); __owur long ossl_quic_callback_ctrl(SSL *s, int cmd, void (*fp) (void)); __owur long ossl_quic_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void)); __owur size_t ossl_quic_pending(const SSL *s); +__owur int ossl_quic_key_update(SSL *s, int update_type); +__owur int ossl_quic_get_key_update_type(const SSL *s); __owur int ossl_quic_num_ciphers(void); __owur const SSL_CIPHER *ossl_quic_get_cipher(unsigned int u); int ossl_quic_renegotiate_check(SSL *ssl, int initok); -- cgit v1.2.3