From 746306aeac76ea5cb802c4e6e55fa110b8629a48 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 17 Mar 2009 16:14:49 +0000 Subject: updated config (new option auth-tag-length) --- etc/anytun/client1/config | 3 +++ etc/anytun/client2/config | 3 +++ etc/anytun/client3/config | 3 +++ etc/anytun/p2p-a/config | 3 +++ etc/anytun/p2p-b/config | 3 +++ etc/anytun/server/config | 3 +++ 6 files changed, 18 insertions(+) diff --git a/etc/anytun/client1/config b/etc/anytun/client1/config index 3f19a85..da11356 100644 --- a/etc/anytun/client1/config +++ b/etc/anytun/client1/config @@ -22,6 +22,9 @@ cipher aes-ctr #auth-algo null auth-algo sha1 +##message auth tag length +#auth-tag-length 10 + ## Passphrase ## this is used to generate the crypto-key and salt ## this should be al least 30 characters diff --git a/etc/anytun/client2/config b/etc/anytun/client2/config index ff6b809..ff9bab7 100644 --- a/etc/anytun/client2/config +++ b/etc/anytun/client2/config @@ -22,6 +22,9 @@ cipher aes-ctr #auth-algo null auth-algo sha1 +##message auth tag length +#auth-tag-length 10 + ## Passphrase ## this is used to generate the crypto-key and salt ## this should be al least 30 characters diff --git a/etc/anytun/client3/config b/etc/anytun/client3/config index 670ae85..c5f529c 100644 --- a/etc/anytun/client3/config +++ b/etc/anytun/client3/config @@ -22,6 +22,9 @@ cipher aes-ctr #auth-algo null auth-algo sha1 +##message auth tag length +#auth-tag-length 10 + ## Passphrase ## this is used to generate the crypto-key and salt ## this should be al least 30 characters diff --git a/etc/anytun/p2p-a/config b/etc/anytun/p2p-a/config index 59c35e6..126f918 100644 --- a/etc/anytun/p2p-a/config +++ b/etc/anytun/p2p-a/config @@ -22,6 +22,9 @@ cipher aes-ctr #auth-algo null auth-algo sha1 +##message auth tag length +#auth-tag-length 10 + ## Passphrase ## this is used to generate the crypto-key and salt ## this should be al least 30 characters diff --git a/etc/anytun/p2p-b/config b/etc/anytun/p2p-b/config index 3a92711..859b26d 100644 --- a/etc/anytun/p2p-b/config +++ b/etc/anytun/p2p-b/config @@ -22,6 +22,9 @@ cipher aes-ctr #auth-algo null auth-algo sha1 +##message auth tag length +#auth-tag-length 10 + ## Passphrase ## this is used to generate the crypto-key and salt ## this should be al least 30 characters diff --git a/etc/anytun/server/config b/etc/anytun/server/config index 1fa4621..8488923 100644 --- a/etc/anytun/server/config +++ b/etc/anytun/server/config @@ -25,6 +25,9 @@ cipher aes-ctr #auth-algo null auth-algo sha1 +##message auth tag length +#auth-tag-length 10 + ## local ip address to bind to (for tunnel data) ## (if you run an anycast cluster this has to be the anycast ip address) #interface -- cgit v1.2.3