diff options
author | 2006-02-21 12:19:17 +0000 | |
---|---|---|
committer | 2006-02-21 12:19:17 +0000 | |
commit | 8e6bfe2567e7e0f8ffe1ddf268cc272da5e2a13c (patch) | |
tree | e6fc2607042549b51e9541fa77fdfaebf053861e | |
parent | use after free; from itojun@ (diff) | |
download | wireguard-openbsd-8e6bfe2567e7e0f8ffe1ddf268cc272da5e2a13c.tar.xz wireguard-openbsd-8e6bfe2567e7e0f8ffe1ddf268cc272da5e2a13c.zip |
The new default encryption algorithm for main mode is AES instead of 3DES.
Noticed as not being documented by otto@.
ok otto@
-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 |