summaryrefslogtreecommitdiff
path: root/security/racoon/patches/patch-ac
blob: e3516efe046dd108c6e383e48bb66009b5f36f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$NetBSD: patch-ac,v 1.6 2001/08/31 09:43:09 itojun Exp $

--- samples/racoon.conf.sample.orig	Thu Aug 16 15:33:40 2001
+++ samples/racoon.conf.sample	Fri Aug 31 18:39:12 2001
@@ -4,15 +4,15 @@
 # "include" directive with relative file path.
 # you can overwrite "path" directive afterwards, however, doing so may add
 # more confusion.
-#path include "/usr/local/v6/etc" ;
+#path include "/etc/racoon" ;
 #include "remote.conf" ;
 
 # the file should contain key ID/key pairs, for pre-shared key authentication.
-path pre_shared_key "/usr/local/v6/etc/psk.txt" ;
+path pre_shared_key "/etc/racoon/psk.txt" ;
 
 # racoon will look for certificate file in the directory,
 # if the certificate/certificate request payload is received.
-#path certificate "/usr/local/openssl/certs" ;
+#path certificate "/usr/pkg/certs" ;
 
 # "log" specifies logging level.  It is followed by either "notify", "debug"
 # or "debug2".
@@ -53,7 +53,7 @@
 {
 	pfs_group 2;
 	lifetime time 12 hour ;
-	encryption_algorithm 3des, cast128, blowfish 448, des, twofish, rijndael ;
+	encryption_algorithm 3des, cast128, blowfish 448, des, rijndael ;
 	authentication_algorithm hmac_sha1, hmac_md5 ;
 	compression_algorithm deflate ;
 }