From 7d04626ef28ca5d27bc8515660c58bb135aa8c93 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 17 Mar 2009 15:53:22 +0000 Subject: added support for configurabel auth tag length --- src/man/anytun.8.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/man') diff --git a/src/man/anytun.8.txt b/src/man/anytun.8.txt index 05a650c..fa30441 100644 --- a/src/man/anytun.8.txt +++ b/src/man/anytun.8.txt @@ -41,6 +41,7 @@ SYNOPSIS [ *-A|--salt* ] [ *-c|--cipher* ] [ *-a|--auth-algo* ] +[ *-b|--auth-tag-length* ] DESCRIPTION ----------- @@ -362,8 +363,14 @@ Possible values: * *null* - no message authentication * *sha1* - HMAC-SHA1, default value -If HMAC-SHA1 is used, the packet length is increased by -10 bytes. These 10 bytes contain the authentication data. +If HMAC-SHA1 is used, the packet length is increased. The additional bytes +contain the authentication data. see *-b|--auth-tag-length* for more info. + +-b|--auth-tag-length +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The number of bytes to use for the auth tag. This value defaults to 10 bytes +unless the *null* auth algo is used in which case it defaults to 0. EXAMPLES -- cgit v1.2.3