diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-07-17 17:44:16 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-07-17 17:44:16 +0000 |
commit | ec887d96c4d670aa2d9e143581e4b658b8069bc0 (patch) | |
tree | 03756983b1bdbcd7133ad70afce6896e1082938b /sbin/ipsec | |
parent | 48c54dc9860a9d76c7b8899acdaf00bf73ccb5ab (diff) |
Add a notice that DES shouldn't be used.
Diffstat (limited to 'sbin/ipsec')
-rw-r--r-- | sbin/ipsec/ipsecadm/ipsecadm.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/ipsec/ipsecadm/ipsecadm.1 b/sbin/ipsec/ipsecadm/ipsecadm.1 index ad023318616..6b1200b177e 100644 --- a/sbin/ipsec/ipsecadm/ipsecadm.1 +++ b/sbin/ipsec/ipsecadm/ipsecadm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecadm.1,v 1.13 1998/05/26 00:17:45 deraadt Exp $ +.\" $OpenBSD: ipsecadm.1,v 1.14 1998/07/17 17:44:15 angelos Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -167,6 +167,10 @@ are: and .Nm 3des for both old and new esp. +Notice that hardware crackers for DES can be (and have been) built for +US$250,000. Use DES for encryption of critical information at your risk. +We suggest using of 3DES instead. The DES support is kept for interoperability +(with old implementations) purposes only. Blowfish encryption .Nm blf and |