summaryrefslogtreecommitdiff
path: root/lib/constate.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-05 15:36:18 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-22 12:54:18 +0200
commit1b3ece44acaa25c149659a6878d2be807a282f02 (patch)
tree1e37ffe93e058d49634c9e62cde98be65d015150 /lib/constate.h
parent60c32a7527ddf5e9889a2e6d25f530f0e25212f3 (diff)
downloadgnutls-1b3ece44acaa25c149659a6878d2be807a282f02.tar.gz
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 <nmav@redhat.com>
Diffstat (limited to 'lib/constate.h')
-rw-r--r--lib/constate.h2
1 files changed, 0 insertions, 2 deletions
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);