This is an implementation of ISAKMP and its resolution with Oakley. It
implements the drafts:
	draft-ietf-ipsec-isakmp-07
	draft-ietf-ipsec-ipsec-doi-02
	draft-ietf-ipsec-isakmp-oakley-03

This code is incomplete yet. It might not compile on your machine, much
less run. If you have any problems with compilation, drop me a note however, 
so i can try to fix it. As for running, we have some way to go yet.

If your system does not define BYTE_ORDER, make sure you
define it in the Makefile.

This code is released under the despicable GPL terms.
See the accompanying file COPYING-2.0 for more details.
The GPL does NOT apply to those pieces of code written by others
which are included in this distribution, except as noted by the
individual authors.

For instructions on how to install this software, read the file
INSTALL.

For the libdeslite license, see libdeslite/COPYRIGHT (code
by Eric Young).

This software should be used in conjuction with an IPsec
implementation. For a directory with some such implementations, see:
ftp://ftp.funet.fi/pub/unix/security/net/ip/
	Files:
		BSDipsec-pl1.tar.gz # IPsec implementation for BSD/OS
				    # NetBSD and OpenBSD
		ipsec-0.4.tar.gz    # Ditto for Linux
http://www.openbsd.org/             # IPsec in the standard distribution 

For more information on IPsec, the mailing list and the relevant
documents, see:
http://www.ietf.cnri.reston.va.us/html.charters/ipsec-charter.html

This software was written by Angelos D. Keromytis, in May/June 1997,
in Athens, Greece. Thanks go to John Ioannidis for his help.

- Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
