diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-11-24 11:53:24 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-11-24 11:53:24 +0000 |
commit | d529dc10112b8be3a188a954b97cadfa8dc50966 (patch) | |
tree | 7a23e9b81afd8b637d2b5e231bf06baa8fb80702 /sbin/ipsecctl/ipsec.conf.5 | |
parent | d7826759d3df119d214d67c8a85c0b53eff83041 (diff) |
Make clear we only have "hmac-sha1" and "hmac-md5".
Diffstat (limited to 'sbin/ipsecctl/ipsec.conf.5')
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 14 |
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 |