From 3ff46930b57dd9be5832acb8e03832ea3773d163 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 28 Jan 2009 21:31:01 +0000 Subject: reenabled ld-kdr cleaning up Makefile --- doc/uanytun.8.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/uanytun.8.txt b/doc/uanytun.8.txt index dc1b934..3364294 100644 --- a/doc/uanytun.8.txt +++ b/doc/uanytun.8.txt @@ -27,6 +27,7 @@ SYNOPSIS [ *-m|--mux* ] [ *-w|--window-size* ] [ *-k|--kd-prf* ] +[ *-l|--ld-kdr* ] [ *-E|--passphrase ] [ *-K|--key* ] [ *-A|--salt* ] @@ -208,6 +209,17 @@ Possible values: * *aes-ctr-192* - AES in counter mode with 192 Bits * *aes-ctr-256* - AES in counter mode with 256 Bits +-l|--ld-kdr +~~~~~~~~~~~~~~~~~~~~ + +The log2 of the key derivation rate. This is used by the key +derivation to determine how often a new session key has to be +generated. A value of -1 means to generate only one key and use +it forever. The default is 0 which means to calculate a new key +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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -299,6 +311,6 @@ COPYING Copyright \(C) 2008-2009 Christian Pointner. This program is free software; you can redistribute it and/or modify it under the terms -of the GNU General Public License version 2 as published by the +of the GNU General Public License version 3 as published by the Free Software Foundation. -- cgit v1.2.3