xref: /illumos-gate/usr/src/man/man4p/ipsecah.4p (revision 2a8bcb4efb45d99ac41c94a75c396b362c414f7f)
te
Copyright (C) 2009, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
IPSECAH 4P "Sep 25, 2009"
NAME
ipsecah, AH - IPsec Authentication Header
SYNOPSIS

drv/ipsecah
DESCRIPTION

The ipsecah module (AH) provides strong integrity, authentication, and partial sequence integrity (replay protection) to IP datagrams. AH protects the parts of the IP datagram that can be predicted by the sender as it will be received by the receiver. For example, the IP TTL field is not a predictable field, and is not protected by AH.

AH is inserted between the IP header and the transport header. The transport header can be TCP, UDP, ICMP, or another IP header, if tunnels are being used.

"AH Device"

AH is implemented as a module that is auto-pushed on top of IP. The entry /dev/ipsecah is used for tuning AH with ndd(8).

"Authentication Algorithms"

Current authentication algorithms supported include HMAC-MD5 and HMAC-SHA-1. Each authentication algorithm has its own key size and key format properties. You can obtain a list of authentication algorithms and their properties by using the ipsecalgs(8) command. You can also use the functions described in the getipsecalgbyname(3NSL) man page to retrieve the properties of algorithms.

"Security Considerations"

Without replay protection enabled, AH is vulnerable to replay attacks. AH does not protect against eavesdropping. Data protected with AH can still be seen by an adversary.

ATTRIBUTES

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Committed
SEE ALSO

getipsecalgbyname (3NSL), ip (4P), ipsec (4P), ipsecesp (4P), attributes (7), ipsecalgs (8), ipsecconf (8), ndd (8)

Kent, S. and Atkinson, R. RFC 2402, IP Authentication Header, The Internet Society, 1998.