[mod_gnutls] disable protect-against-beast by default now - considered mitigated on client side

personal/stbuehler/wip
Stefan Bühler 10 years ago
parent 81ff95db84
commit 1a7eec4aa5

@ -632,7 +632,7 @@ static gboolean gnutls_setup(liServer *srv, liPlugin* p, liValue *val, gpointer
#endif
;
gboolean
protect_against_beast = TRUE;
protect_against_beast = FALSE;
gint64 session_db_size = 256;
UNUSED(p); UNUSED(userdata);

Loading…
Cancel
Save