summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-12-23 18:19:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-12-23 18:19:31 +0000
commit1e399dbf1c0d9f551cd3a7bcbb1ce778b8795c3e (patch)
tree9fe94e9b155ddd06e7f5351fa3ed477a64686b94 /share/man/man8
parent61440888e9479c2301e0e1f74b95edab78fcafec (diff)
encryption key should be 160 bits, not 128;
from will h. backman; ok hshoexer
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/vpn.84
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8
index e6491d2be45..16df5f4ec19 100644
--- a/share/man/man8/vpn.8
+++ b/share/man/man8/vpn.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vpn.8,v 1.106 2005/08/19 15:38:39 jmc Exp $
+.\" $OpenBSD: vpn.8,v 1.107 2005/12/23 18:19:30 jmc Exp $
.\"
.\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -246,7 +246,7 @@ Note that when no authentication and encryption algorithms are defined,
will automatically use HMAC-SHA2-256 for authentication and AES-128 in
countermode for encryption.
Therefore the authentication key needs to be 256 bits long; the encryption key
-128 bits.
+160 bits.
For details see
.Xr ipsec.conf 5 .
.Ss Creating IPsec Flows [manual keying]