diff options
author | Christian Pointner <equinox@anytun.org> | 2009-03-17 16:14:49 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-03-17 16:14:49 +0000 |
commit | 746306aeac76ea5cb802c4e6e55fa110b8629a48 (patch) | |
tree | 6717f3b8896920618717fd97ac586ef13117ec10 | |
parent | added support for configurabel auth tag length (diff) |
updated config (new option auth-tag-length)
-rw-r--r-- | etc/anytun/client1/config | 3 | ||||
-rw-r--r-- | etc/anytun/client2/config | 3 | ||||
-rw-r--r-- | etc/anytun/client3/config | 3 | ||||
-rw-r--r-- | etc/anytun/p2p-a/config | 3 | ||||
-rw-r--r-- | etc/anytun/p2p-b/config | 3 | ||||
-rw-r--r-- | etc/anytun/server/config | 3 |
6 files changed, 18 insertions, 0 deletions
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 <ip-address> |