summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2000-07-21 00:20:18 +0000
committerangelos <angelos@openbsd.org>2000-07-21 00:20:18 +0000
commitc65ce5a8f41fd67211c9456d610d773a06e540a7 (patch)
tree9b5e867f6c3aa21b97a8fab35bf7578a17d87d35
parentFix KPDK mode (based on patch provided by lob@netstream.se) (diff)
downloadwireguard-openbsd-c65ce5a8f41fd67211c9456d610d773a06e540a7.tar.xz
wireguard-openbsd-c65ce5a8f41fd67211c9456d610d773a06e540a7.zip
CAST-128 keys are 40-128 bits long (not 40-160)
-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 7336ed602d4..b80e9543cca 100644
--- a/share/man/man8/vpn.8
+++ b/share/man/man8/vpn.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vpn.8,v 1.39 2000/06/01 19:58:00 angelos Exp $
+.\" $OpenBSD: vpn.8,v 1.40 2000/07/21 00:20:18 angelos Exp $
.\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
@@ -137,7 +137,7 @@ Different cipher types may require different sized keys.
.It Li DES Ta "56 bits"
.It Li 3DES Ta "168 bits"
.It Li BLF Ta "Variable (160 bits recommended)"
-.It Li CAST Ta "Variable (160 bits recommended)"
+.It Li CAST Ta "Variable (128 bits maximum and recommended)"
.It Li SKIPJACK Ta "80 bits"
.El
.Pp