1The source code in this directory was taken from VPNC SVN.
2Note that the ISAKMP packet handling code was modified in
3order to accomodate encrypted payloads in isakmp_packet
4structures.  The inner workings of the parse and flatten
5routines were changed accordingly, and some more functions
6were exposed in the external interface.
7
8VPNC is a VPN client compatible with Cisco's EasyVPN equipment.
9It supports IPSec (ESP) with Mode Configuration and Xauth.
10Supports only shared-secret IPSec authentication with Xauth,
11AES, 3DES, 1DES, MD5, SHA1, DH1/2/5 and IP tunneling.
12
13Author: Maurice Massar <vpnc@unix-ag.uni-kl.de>
14WWW: http://www.unix-ag.uni-kl.de/~massar/vpnc/
15SVN: http://svn.unix-ag.uni-kl.de/vpnc/
16