From f5b5a594433e96ffb1bd6883fbfead2db45f51a6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 2 Jan 2009 12:15:20 +0000 Subject: added option ld-kdr for the key derivation rate --- 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 f2a2095..d0e1fc6 100644 --- a/doc/uanytun.8.txt +++ b/doc/uanytun.8.txt @@ -28,6 +28,7 @@ SYNOPSIS [ *-m|--mux* ] [ *-c|--cipher* ] [ *-a|--auth-algo* ] +[ *-l|--ld-kdr* ] [ *-K|--key* ] [ *-A|--salt* ] @@ -215,6 +216,17 @@ Possible values: If HMAC-SHA1 is used, the packet length is increased by 10 bytes. These 10 bytes contain the authentication data. +-l|--ld-kdr +~~~~~~~~~~~~~~~~~~~~ + +The log2 of the key derivation rate. This is used by the key +derivation to determine how ofen 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. + -K|--key ~~~~~~~~~~~~~~~~~~~~~ @@ -222,7 +234,7 @@ master key to use for encryption Master key in hexadecimal notation, eg 01a2b3c4d5e6f708a9b0cadbecfd0fa1, with a mandatory length -of 32 characters (16 bytes). +of 32, 48 or 64 characters (128, 196 or 256 bits). -A|--salt ~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3