X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2Ftinc.conf.5.in;h=ead3d29cdf5a97812e692312afbab26017647b9e;hp=5769469859a55c37aede626b15243746858768ef;hb=5cbc12b3d482231fc7e71fbe176c91971993760e;hpb=d7f6737cfcae75e8c2f522c68aaedee0519a6131 diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index 57694698..ead3d29c 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -549,7 +549,7 @@ variables can be specified, in which case each address will be tried until a wor connection has been established. .It Va Cipher Li = Ar cipher Pq blowfish The symmetric cipher algorithm used to encrypt UDP packets. -Any cipher supported by OpenSSL is recognised. +Any cipher supported by LibreSSL or OpenSSL is recognised. Furthermore, specifying .Qq none will turn off packet encryption. @@ -566,7 +566,7 @@ Possible values are 0 (off), 1 (fast zlib) and any integer up to 9 (best zlib), 10 (fast lzo) and 11 (best lzo). .It Va Digest Li = Ar digest Pq sha1 The digest algorithm used to authenticate UDP packets. -Any digest supported by OpenSSL is recognised. +Any digest supported by LibreSSL or OpenSSL is recognised. Furthermore, specifying .Qq none will turn off packet authentication.