The Racoon2 project is a joint effort which provides an implementation of key management system for IPsec. The implementation is called Racoon2, a successor of Racoon, which was developed by the KAME project. It supports IKEv1, IKEv2, and KINK protocols. It works on FreeBSD, NetBSD, Linux, and Mac OS X. Racoon2 is provided under a BSD-style license. To support various environments that use IPsec, we will develop various functions.
There is no more a configure script as indicated in doc/INSTALL; could you please give instructions of the right way of using autotools? I looked for tagged versions, or packages with a configure included, and found none. Is there perhaps a download site for recent stable versions that I missed?
There is no more a
configure
script as indicated indoc/INSTALL
; could you please give instructions of the right way of usingautotools
? I looked for tagged versions, or packages with aconfigure
included, and found none. Is there perhaps a download site for recent stable versions that I missed?