INN commit: trunk/doc/pod (inn.conf.pod)
INN Commit
rra at isc.org
Wed Nov 12 20:56:30 UTC 2014
Date: Wednesday, November 12, 2014 @ 12:56:30
Author: iulius
Revision: 9746
inn.conf: Improve documentation about tlsprotocols and tlscompression
Modified:
trunk/doc/pod/inn.conf.pod
--------------+
inn.conf.pod | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
Modified: inn.conf.pod
===================================================================
--- inn.conf.pod 2014-11-11 13:57:30 UTC (rev 9745)
+++ inn.conf.pod 2014-11-12 20:56:30 UTC (rev 9746)
@@ -1086,7 +1086,7 @@
=item I<tlscompression>
Whether to enable or disable SSL/TLS compression support. This is a
-boolean and the default is false.
+boolean and the default is false, that is to say compression is disabled.
=item I<tlspreferserverciphers>
@@ -1102,6 +1102,12 @@
tlsprotocols: [ TLSv1 TLSv1.1 TLSv1.2 ]
+Note that the listed protocols will be enabled only if the OpenSSL
+library INN has been built with, supports them. In case OpenSSL supports
+protocols more recent than TLSv1.2, they will be automatically enabled
+(which anyway is fine regarding security, as newer protocols are supposed
+to be more secure).
+
=back
=head2 Monitoring
More information about the inn-committers
mailing list