From 72eae8b8e585fbc93f23046b7f10efcb964eddc0 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 6 Jan 2009 13:59:02 +0000 Subject: updated manpage set default value for window size to 0 --- doc/uanytun.8.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'doc') diff --git a/doc/uanytun.8.txt b/doc/uanytun.8.txt index df51dd0..e258a6e 100644 --- a/doc/uanytun.8.txt +++ b/doc/uanytun.8.txt @@ -28,7 +28,9 @@ SYNOPSIS [ *-m|--mux* ] [ *-c|--cipher* ] [ *-a|--auth-algo* ] +[ *-k|--kd-prf* ] [ *-l|--ld-kdr* ] +[ *-E|--passphrase ] [ *-K|--key* ] [ *-A|--salt* ] @@ -220,6 +222,22 @@ Possible values: If HMAC-SHA1 is used, the packet length is increased by 10 bytes. These 10 bytes contain the authentication data. +-k|--kd--prf +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +key derivation pseudo random function. + +The pseudo random function which is used for calculating the +session keys and session salt. + +Possible values: + +* *null* - no random function, keys and salt are set to 0..00 +* *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 + -l|--ld-kdr ~~~~~~~~~~~~~~~~~~~~ @@ -231,6 +249,15 @@ for every packet. A value of 1 would tell the key derivation to generate a new key after 2 packets, for 2 its 4 packets and so on. +-E|--passphrase +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +This passphrase is used to generate the master key and master salt. +For the master key the last n bits of the SHA256 digest of the +passphrase (where n is the length of the master key in bits) is used. +The master salt gets generated with the SHA1 digest. +This overrides any setting for *--key* or *--salt*. + -K|--key ~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3