X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fcrypto%2Fserv_crypto.h;fp=citadel%2Fmodules%2Fcrypto%2Fserv_crypto.h;h=4cef7e43b4b1a55bffcf60ccccf47fe3bd5cc053;hb=6cff5cc155fd1d73eaf8576c03027e55ead724c6;hp=f2c116157136d8e319f3c0ebd9adbbc0569d1314;hpb=f22cc3b999c56a6c70db54ec957cf315ccde86c8;p=citadel.git diff --git a/citadel/modules/crypto/serv_crypto.h b/citadel/modules/crypto/serv_crypto.h index f2c116157..4cef7e43b 100644 --- a/citadel/modules/crypto/serv_crypto.h +++ b/citadel/modules/crypto/serv_crypto.h @@ -4,7 +4,9 @@ */ #define SIGN_DAYS 1100 // Just over three years -//#define CIT_CIPHERS "ALL:RC4+RSA:+SSLv2:+TLSv1:!MD5:@STRENGTH" /* see ciphers(1) */ +// Which ciphers will be offered; see https://www.openssl.org/docs/manmaster/man1/ciphers.html +//#define CIT_CIPHERS "ALL:RC4+RSA:+SSLv2:+TLSv1:!MD5:@STRENGTH" +#define CIT_CIPHERS "DEFAULT" #ifdef HAVE_OPENSSL #define OPENSSL_NO_KRB5 /* work around redhat b0rken ssl headers */