summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhshoexer <hshoexer@openbsd.org>2005-11-24 11:53:23 +0000
committerhshoexer <hshoexer@openbsd.org>2005-11-24 11:53:23 +0000
commitfeb4d71f7e70e404e8f8f34239e0d76991664f95 (patch)
treebb2f9e2331dab54bcfb95533daedbf7925408263
parentRemove old-style keyed sha1/md5. We only support hmac-sha1/md5. (diff)
downloadwireguard-openbsd-feb4d71f7e70e404e8f8f34239e0d76991664f95.tar.xz
wireguard-openbsd-feb4d71f7e70e404e8f8f34239e0d76991664f95.zip
Make clear we only have "hmac-sha1" and "hmac-md5".
-rw-r--r--sbin/ipsecctl/ipsec.conf.514
1 files changed, 6 insertions, 8 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5
index d51a81c62f9..37279a20d86 100644
--- a/sbin/ipsecctl/ipsec.conf.5
+++ b/sbin/ipsecctl/ipsec.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsec.conf.5,v 1.25 2005/10/30 21:26:16 jmc Exp $
+.\" $OpenBSD: ipsec.conf.5,v 1.26 2005/11/24 11:53:23 hshoexer Exp $
.\"
.\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved.
.\"
@@ -163,10 +163,8 @@ Possible algorithms are
.Ar hmac-sha1 ,
.Ar hmac-sha2-256 ,
.Ar hmac-sha2-384 ,
-.Ar hmc-sha2-512 ,
-.Ar md5 ,
and
-.Ar sha1 .
+.Ar hmc-sha2-512 .
.Pp
If no algorithm is specified,
.Xr ipsecctl 8
@@ -317,9 +315,9 @@ These paramters define the cryptographic transforms to be used for main mode.
Possible values for
.Aq Ar auth
are
-.Ar sha1
+.Ar hmac-sha1
and
-.Ar md5 .
+.Ar hmac-md5 .
For
.Aq Ar enc
the values
@@ -333,9 +331,9 @@ are allowed.
If omitted,
.Xr isakmpd 8
will use the default values
-.Aq Ar sha1
+.Ar hmac-sha1
and
-.Aq Ar 3des .
+.Ar 3des .
.It Xo
.Ar quick auth
.Aq Ar algorithm