On Jun 1, 2011 2:23 AM, "Muhammad Nasir Mumtaz Bhutta" < [email protected]> wrote: > i need to change the IPSec functionality, is there any implementation of IPSec in higher order languages like java, .net (vb, c#, c++) ... it can be on any platform windows or linux ... > > is there any good starting point for linux kernel implementation of IPSec...
There are IKE (v2) implementations in C++, such as OpenIKEv2. As for ESP/AH, those are generally always written to run in kernel mode, thus rarely in any sort of HLL. Nico --
_______________________________________________ IPsec mailing list [email protected] https://www.ietf.org/mailman/listinfo/ipsec
