2011-12-12
2011-12-12 13:13:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
016cfc886ab6511d3976de7753137b1a65c3465c
(4 lines)
(+3/-1)
[
Show
| Annotate
]
Branch: 5.2
SSLProtocol: Filter single DES as well due to weakness.
Rev: server/base_server/roxen.pike:1.1095
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.
// ABS and suicide systems contributed freely by Francesco Chemolli
- constant cvs_version="$Id: roxen.pike,v 1.1094 2011/11/30 11:10:59 wellhard Exp $";
+ constant cvs_version="$Id: roxen.pike,v 1.1095 2011/12/12 13:13:16 grubba Exp $";
//! @appears roxen
//!
2307: Inside #if undefined(ALLOW_WEAK_SSL)
#ifndef ALLOW_WEAK_SSL
// Filter weak and really weak cipher suites.
ctx->preferred_suites -= ({
+ SSL.Constants.SSL_rsa_with_des_cbc_sha,
SSL.Constants.SSL_rsa_export_with_rc4_40_md5,
SSL.Constants.SSL_rsa_with_null_sha,
SSL.Constants.SSL_rsa_with_null_md5,