]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/quic_ssl.h
QUIC: Allow application to trigger TXKU
[thirdparty/openssl.git] / include / internal / quic_ssl.h
index ed69a8005797ae4c126ab84989eb32606ecabb95..28047f985c9acdf4c7f0750d8be77787ace3f18a 100644 (file)
@@ -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);