INN commit: trunk/doc/pod (inn.conf.pod)

INN Commit rra at isc.org
Sun Apr 5 13:28:01 UTC 2015


    Date: Sunday, April 5, 2015 @ 06:28:01
  Author: iulius
Revision: 9822

Mention required TLS ciphers for interoperability

Modified:
  trunk/doc/pod/inn.conf.pod

--------------+
 inn.conf.pod |    5 +++++
 1 file changed, 5 insertions(+)

Modified: inn.conf.pod
===================================================================
--- inn.conf.pod	2015-04-05 13:27:18 UTC (rev 9821)
+++ inn.conf.pod	2015-04-05 13:28:01 UTC (rev 9822)
@@ -1084,6 +1084,11 @@
 OpenSSL's ciphers(1) command documentation for details.  The default
 is unset, which uses OpenSSL's default cipher suite list.
 
+Formally, keeping the TLS_RSA_WITH_RC4_128_MD5 and
+TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA cipher suites is important, as it
+assures that any two compliant implementations can be configured to
+interoperate (see RFC 4642 for more details).
+
 =item I<tlscompression>
 
 Whether to enable or disable SSL/TLS compression support.  This is a



More information about the inn-committers mailing list