diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-02-21 12:19:18 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-02-21 12:19:18 +0000 |
commit | a6c9863b478a7b9218b83cb31dfb42a9ed8b3fe1 (patch) | |
tree | 2ee5d191ba5dfd8eb8aa612b59340983a361ced7 /sbin/ipsecctl | |
parent | 48e6265c6069b3e839421ad2eee45617505a7cc7 (diff) |
The new default encryption algorithm for main mode is AES instead of 3DES.
Noticed as not being documented by otto@.
ok otto@
Diffstat (limited to 'sbin/ipsecctl')
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 31bb7879546..efabfd17a8a 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.29 2006/01/16 23:57:20 reyk Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.30 2006/02/21 12:19:17 hshoexer Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -337,11 +337,11 @@ and .Ar cast are allowed. If omitted, -.Xr isakmpd 8 +.Xr ipsecctl 8 will use the default values .Ar hmac-sha1 and -.Ar 3des . +.Ar aes . .It Xo .Ar quick auth .Aq Ar algorithm |