From 17bb494dae43c6c68e3d51c0afd002dbdb693a2f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 3 Jan 2009 00:37:20 +0000 Subject: updated manpage --- doc/uanytun.8.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'doc/uanytun.8.txt') diff --git a/doc/uanytun.8.txt b/doc/uanytun.8.txt index d0e1fc6..df51dd0 100644 --- a/doc/uanytun.8.txt +++ b/doc/uanytun.8.txt @@ -200,6 +200,10 @@ Encryption algorithm used for encrypting the payload Possible values: * *null* - no encryption +* *aes-ctr* - AES in counter mode with 128 Bits, default value +* *aes-ctr-128* - AES in counter mode with 128 Bits +* *aes-ctr-192* - AES in counter mode with 192 Bits +* *aes-ctr-256* - AES in counter mode with 256 Bits -a|--auth-algo ~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -211,7 +215,7 @@ This option sets the message authentication algorithm. 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. @@ -230,16 +234,16 @@ so on. -K|--key ~~~~~~~~~~~~~~~~~~~~~ -master key to use for encryption +master key to use for key derivation Master key in hexadecimal notation, eg 01a2b3c4d5e6f708a9b0cadbecfd0fa1, with a mandatory length -of 32, 48 or 64 characters (128, 196 or 256 bits). +of 32, 48 or 64 characters (128, 192 or 256 bits). -A|--salt ~~~~~~~~~~~~~~~~~~~~~~~ -master salt to use for encryption +master salt to use for key derivation Master salt in hexadecimal notation, eg 01a2b3c4d5e6f708a9b0cadbecfd, with a mandatory length -- cgit v1.2.3