From 1b3ece44acaa25c149659a6878d2be807a282f02 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 5 Jun 2017 15:36:18 +0200 Subject: Removed support for compression mechanisms They are not required for TLS 1.3, and are deprecated for TLS 1.2. We eliminate them in order to reduce the complexity in the record packet handling. Resolves #212 Signed-off-by: Nikos Mavrogiannopoulos --- lib/constate.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/constate.h') diff --git a/lib/constate.h b/lib/constate.h index c62b72b9d0..773c36c6f2 100644 --- a/lib/constate.h +++ b/lib/constate.h @@ -25,8 +25,6 @@ int _gnutls_set_cipher_suite(gnutls_session_t session, const uint8_t suite[2]); -int _gnutls_set_compression(gnutls_session_t session, - gnutls_compression_method_t comp_algo); void _gnutls_epoch_set_null_algos(gnutls_session_t session, record_parameters_st * params); int _gnutls_epoch_set_keys(gnutls_session_t session, uint16_t epoch); -- cgit v1.2.1