CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/14 15:12:56
Modified files:
sbin/iked : iked.h ikev2.c ikev2_msg.c ikev2_pld.c pfkey.c
policy.c
Log message:
Initial support for initiator mode which allows to run iked as a
"client" or to configure iked to iked (OpenBSD to OpenBSD) IKEv2 VPNs.
It currently only supports psk (pre-shared keys) and no certificates,
doesn't do any rekeying or SA timeouts, and needs more cleanup. So it
is not quite production ready yet - but ready for simple tests...