diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-07-21 00:20:19 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-07-21 00:20:19 +0000 |
commit | f495a1173b9f029e6b881104194fae1926c4205e (patch) | |
tree | 7f78963907f13abd474857c88405afa6bea62b11 | |
parent | 65179d54dc7206f8dc98f35eda26dd65e3966a73 (diff) |
CAST-128 keys are 40-128 bits long (not 40-160)
-rw-r--r-- | share/man/man8/vpn.8 | 4 |
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 |