From 200f37fdaf681653ee8a6929ce071b8471e142ee Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 10 Dec 2013 21:07:56 +0100 Subject: [PATCH] Add documentation about PkiCipher and PkiDigest --- docs/manuals/en/main/filedconf.tex | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/manuals/en/main/filedconf.tex b/docs/manuals/en/main/filedconf.tex index bcacc3a2..485cf9a1 100644 --- a/docs/manuals/en/main/filedconf.tex +++ b/docs/manuals/en/main/filedconf.tex @@ -250,6 +250,26 @@ You may specify the following speed parameter modifiers: (Linux, ...) that provide the {\bf setsockopt} TCP\_KEEPIDLE function. The default value is zero, which means no change is made to the socket. +\label{FileDaemon:FileDaemon:PkiCipher} +\item[PKI Cipher] + + This directive is optional and if specified will configure the data + encryption to use a specific cipher. The default cipher is AES 128 CBC. + + \smallskip{} + + The following ciphers are available: aes128, aes192, aes256 and blowfish + +\label{FileDaemon:FileDaemon:PkiDigest} +\item[PKI Digest] + + This directive is optional and if specified will configure the data + encryption to use a specific digest algorithm. The default cipher is SHA1 or + SHA256 depending on the version of OpenSSL. + + \smallskip{} + + The following digest are available: md5, sha1, sha256. \item [PKI Encryption] See the \ilink{Data Encryption}{DataEncryption} chapter of this manual. -- 2.39.2