diff options
author | louiz’ <louiz@louiz.org> | 2018-07-22 14:51:24 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-07-22 14:51:24 +0200 |
commit | a43fb352c85e1a0b428e6fba4c01093c8cd13a98 (patch) | |
tree | 00181f1e0e2eb35094fb298cd5fa0645acf0859b /doc | |
parent | 709fa0e5e984789113d8e4d795e52839d0cf5f87 (diff) | |
download | biboumi-a43fb352c85e1a0b428e6fba4c01093c8cd13a98.tar.gz biboumi-a43fb352c85e1a0b428e6fba4c01093c8cd13a98.tar.bz2 biboumi-a43fb352c85e1a0b428e6fba4c01093c8cd13a98.tar.xz biboumi-a43fb352c85e1a0b428e6fba4c01093c8cd13a98.zip |
Document verify_certificate_policyfeature/fix-adhoc-command-descriptions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/biboumi.1.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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 <https://botan.randombit.net/manual/tls.html#tls-policies>`_. +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. |