This directory contains files used to build the SKIP driver. These
files implement most of the "real" SKIP protocol itself. The files present
in this directory should be highly portable.
 
Makefile:		usual Makefile

skip_crypt.c:		this files contains generic routines to deal with the
			cryptors modules (init, errors,...).

skip_es_bypass.c:	this file contains routines for the bypass channel
			used by the fetch certificat protocol.

skip_hdr.c:		this file contains routines to decode/encode SKIP
			headers used in the SunScreen comaptiblity mode.

skip_ioctl.c:		this file contains routines to add/remove/list hosts
			from the ACL, get statistics, and change security mode.

skip_ipsp.c:		this file contains routines to encode/decode SKIP
			headers with ESP.

skip_keymgrmsgs.c:	this file contains routines to format requests to
			send to the key manager

skip_keystore.c:	this file implements the kernel key store for SKIP.

skip_nsid.c:		this file is used to deal with NSID.
