freebsd-dev/share/man/man4/fast_ipsec.4

117 lines
3.2 KiB
Groff
Raw Normal View History

2003-01-21 05:35:08 +00:00
.\" Copyright (c) 2003
.\" Sam Leffler <sam@errno.com>. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY Sam Leffler AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD$
.\"
.Dd January 20, 2003
.Dt FAST_IPSEC 4
.Os
.Sh NAME
.Nm "Fast IPsec"
2003-03-03 11:51:30 +00:00
.Nd hardware-accelerated IP Security Protocols
2003-01-21 05:35:08 +00:00
.Sh SYNOPSIS
.Cd "options FAST_IPSEC"
.Cd "device crypto"
.Pp
2003-03-03 11:51:30 +00:00
.Bl -item -compact
.It
.Va net.inet.esp.enable
.It
.Va net.inet.ah.enable
.It
.Va net.inet.ipcomp.enable
2003-01-21 05:35:08 +00:00
.El
.Sh DESCRIPTION
.Tn IPsec
is a set of protocols,
.Tn ESP
(for Encapsulating Security Payload)
.Tn AH
(for Authentication Header),
and
.Tn IPComp
(for IP Payload Compression Protocol)
that provide security services for IP datagrams.
2003-03-03 11:51:30 +00:00
.Nm
2003-01-21 05:35:08 +00:00
is an experimental implementation of these protocols that uses the
.Xr crypto 4
subsystem to carry out cryptographic operations.
2003-03-03 11:51:30 +00:00
This means, in particular, that cryptographic hardware devices are
2003-01-21 05:35:08 +00:00
employed whenever possible to optimize the performance of these protocols.
.Pp
2003-03-03 11:51:30 +00:00
In general, the
.Nm
2003-01-21 05:35:08 +00:00
implementation is intended to be compatible with the
2003-03-03 11:51:30 +00:00
.Tn KAME IPsec
2003-01-21 05:35:08 +00:00
implementation.
This documentation concentrates on differences from that software.
The user should refer to
.Xr ipsec 4
for basic information on setting up and using these protocols.
.Pp
2003-03-03 11:51:30 +00:00
System configuration requires the
.Xr crypto 4
subsystem.
2003-01-21 05:35:08 +00:00
When the
2003-03-03 11:51:30 +00:00
.Nm
protocols are configured for use, all protocols are included in the system.
To selectively enable/disable protocols, use
2003-01-21 05:35:08 +00:00
.Xr sysctl 8 .
.Sh DIAGNOSTICS
To be added.
.Sh BUGS
There is presently no support for IPv6.
2003-03-03 11:51:30 +00:00
.Pp
The
.Tn IPcomp
protocol support does not work.
.Pp
2003-01-21 05:35:08 +00:00
Certain legacy authentication algorithms are not supported because of
2003-03-03 11:51:30 +00:00
issues with the
.Xr crypto 4
subsystem.
.Pp
2003-01-21 05:35:08 +00:00
This documentation is incomplete.
.Sh SEE ALSO
2003-03-03 11:51:30 +00:00
.Xr crypto 4 ,
2003-01-21 05:35:08 +00:00
.Xr ipsec 4 ,
.Xr setkey 8 ,
.Xr sysctl 8
.Sh HISTORY
2003-03-03 11:51:30 +00:00
The protocols draw heavily on the
.Ox
implementation of the
2003-01-21 05:35:08 +00:00
.Tn IPsec
protocols.
2003-03-03 11:51:30 +00:00
The policy management code is derived from the
.Tn KAME
implementation found
2003-01-21 05:35:08 +00:00
in their
.Tn IPsec
protocols.
The
2003-03-03 11:51:30 +00:00
.Nm
2003-01-21 05:35:08 +00:00
protocols first appeared in
.Fx 5.0 .