From a43fb352c85e1a0b428e6fba4c01093c8cd13a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sun, 22 Jul 2018 14:51:24 +0200 Subject: Document verify_certificate_policy --- CHANGELOG.rst | 2 ++ doc/biboumi.1.rst | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d668d57..0a1df61 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,8 @@ Version 9.0 - All commands sent to IRC servers are now throttled to avoid being disconnected for excess flood. The limit value can be customized using the ad-hoc configuration form on a server JID. +- Add a verify_certificate policy option that lets the admin disable + certificate validation per-domain. Version 8.3 - 2018-06-01 ======================== diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst index ebf45b6..06d2d80 100644 --- a/doc/biboumi.1.rst +++ b/doc/biboumi.1.rst @@ -240,6 +240,10 @@ connecting to that specific server. To see the list of possible options to configure, refer to `Botan’s TLS documentation `_. +In addition to these Botan options, biboumi implements a few custom options +listed hereafter: +- verify_certificate: if this value is set to false, biboumi will not check + the certificate validity at all. The default value is true. By default, biboumi provides a few policy files, to work around some issues found with a few well-known IRC servers. -- cgit v1.2.3