From: Felix Morgner Date: Sat, 31 Jan 2015 11:48:16 +0000 (+0100) Subject: changed cipher suite spec X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=5be6e1c86491889ca6967c85147cd537bfe65945 changed cipher suite spec I will need to work on that, but for now, this works --- diff --git a/src/ssli_gnutls.c b/src/ssli_gnutls.c index 5120390..dfe2f2e 100644 --- a/src/ssli_gnutls.c +++ b/src/ssli_gnutls.c @@ -2,10 +2,12 @@ #include "conf.h" #include "log.h" +#include + static gnutls_dh_params_t dhParameters; static gnutls_certificate_credentials_t certificate; -static const char * ciphers = "NONE:+CTYPE-X.509:+DHE-RSA:+RSA:+AES-256-CBC:+AES-128-CBC:+SHA256:+SHA1:+VERS-TLS-ALL:+COMP-ALL:+SIGN-DSA-SHA256:+SIGN-DSA-SHA1"; +static const char * ciphers = "NORMAL"; static gnutls_priority_t cipherCache; void initializeCertificate()