From ea470be2a191d7f1d713f64cc64f44f905999c03 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 02 Dec 2007 16:17:54 +0000 Subject: The compatibility mode can now be enabled only using the GnuTLSPriorities string. --- (limited to 'src') diff --git a/src/gnutls_hooks.c b/src/gnutls_hooks.c index 1af82a7..e3edba2 100644 --- a/src/gnutls_hooks.c +++ b/src/gnutls_hooks.c @@ -631,11 +631,6 @@ static mgs_handle_t *create_gnutls_handle(apr_pool_t * pool, conn_rec * c) gnutls_init(&ctxt->session, GNUTLS_SERVER); - /* This is not very good as it trades security for compatibility, - * but it is the only way to be ultra-portable. - */ - gnutls_session_enable_compatibility_mode(ctxt->session); - /* because we don't set any default priorities here (we set later at * the user hello callback) we need to at least set this in order for * gnutls to be able to read packets. -- cgit v0.9.2