Skip to content

Commit

Permalink
deleted all descriptions of rc5 in sample config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakane committed Aug 31, 2000
1 parent 50a629d commit 8d3d053
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions kame/kame/racoon/samples/racoon.conf.in
@@ -1,4 +1,4 @@
# $KAME: racoon.conf.in,v 1.12 2000/08/09 17:23:21 sakane Exp $
# $KAME: racoon.conf.in,v 1.13 2000/08/31 10:24:00 sakane Exp $

# "path" must be placed before it should be used.
# You can overwrite which you defined, but it should not use due to confusing.
Expand Down Expand Up @@ -107,7 +107,7 @@ sainfo anonymous
pfs_group 1;
lifetime time 30 sec;
lifetime byte 5000 KB;
encryption_algorithm rc5 240, 3des ;
encryption_algorithm 3des ;
authentication_algorithm hmac_sha1;
compression_algorithm deflate ;
}
Expand All @@ -129,7 +129,7 @@ sainfo address ::1 icmp6 address ::1 icmp6
lifetime time 60 sec;
lifetime byte 5000 KB;
#identifier user_fqdn;
encryption_algorithm 3des, rc5, cast128, blowfish, des ;
encryption_algorithm 3des, cast128, blowfish, des ;
authentication_algorithm hmac_sha1, hmac_md5 ;
compression_algorithm deflate ;
}
Expand Down
4 changes: 2 additions & 2 deletions kame/kame/racoon/samples/racoon.conf.sample
@@ -1,4 +1,4 @@
# $KAME: racoon.conf.sample,v 1.9 2000/07/20 06:25:00 itojun Exp $
# $KAME: racoon.conf.sample,v 1.10 2000/08/31 10:24:00 sakane Exp $

# "path" affects "include" directive. "path" must be specified before any
# "include" directive with relative file path.
Expand Down Expand Up @@ -47,7 +47,7 @@ sainfo anonymous
pfs_group 1;
lifetime time 12 hour ;
lifetime byte 50 MB ;
encryption_algorithm 3des, rc5, cast128, blowfish, des ;
encryption_algorithm 3des, cast128, blowfish, des ;
authentication_algorithm hmac_sha1, hmac_md5 ;
compression_algorithm deflate ;
}

0 comments on commit 8d3d053

Please sign in to comment.