From 045bd04706d2a798d5fb4b3ccf7fd56e6e09b082 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 6 Oct 2016 00:44:59 +0100 Subject: Add DTLS_get_data_mtu() function We add ssl_cipher_get_overhead() as an internal function, to avoid having too much ciphersuite-specific knowledge in DTLS_get_data_mtu() itself. It's going to need adjustment for TLSv1.3... but then again, so is fairly much *all* of the SSL_CIPHER handling. This bit is in the noise. Reviewed-by: Rich Salz Reviewed-by: Matt Caswell --- util/libssl.num | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/libssl.num b/util/libssl.num index 7e004796b6..9f44b38415 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -404,3 +404,4 @@ SSL_SESSION_get0_cipher 404 1_1_0 EXIST::FUNCTION: SSL_SESSION_get0_id_context 405 1_1_0 EXIST::FUNCTION: SSL_SESSION_set1_id 406 1_1_0 EXIST::FUNCTION: SSL_CTX_set1_cert_store 407 1_1_1 EXIST::FUNCTION: +DTLS_get_data_mtu 408 1_1_1 EXIST::FUNCTION: -- cgit v1.2.3