diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-31 11:46:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-31 11:46:40 +0000 |
commit | 8af44faa5a3d563817dfe52ef88fc0bbcfc2fe37 (patch) | |
tree | 49ded0b3f2b09eb1d82ae5535358585a628ddda0 /share/man/man4/ipsec.4 | |
parent | 2535c3b58ed3ff0a50a0de9baf383fd9e5d2c0b5 (diff) |
make this page less ipv4-centric, and shuffle;
inout/ok mcbride hshoexer
Diffstat (limited to 'share/man/man4/ipsec.4')
-rw-r--r-- | share/man/man4/ipsec.4 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 36c9e61c0e0..f4665cb7274 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.75 2006/08/29 18:14:26 jmc Exp $ +.\" $OpenBSD: ipsec.4,v 1.76 2006/08/31 11:46:39 jmc Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -55,13 +55,6 @@ Enable the ESP IPsec protocol Enable the AH IPsec protocol .El .Pp -The original Internet Protocol, IPv4, -does not inherently provide any -protection to transferred data. -Furthermore, it does not even guarantee that the sender is who he -claims to be. -IPsec tries to remedy this by providing the required security services for -IP datagrams. There are four main security properties provided by IPsec: .Bl -inset -offset indent .It Confidentiality @@ -380,6 +373,11 @@ flag (look for ``tdb'' and ``xform'' allocations). .Xr isakmpd 8 , .Xr sysctl 8 .Sh HISTORY +IPsec was originally designed to provide security services +for Internet Protocol IPv6. +It has since been engineered to provide those services for +the original Internet Protocol, IPv4. +.Pp The IPsec protocol design process was started in 1992 by John Ioannidis, Phil Karn, and William Allen Simpson. In 1995, the former wrote an implementation for |