[strongSwan] How to use the strongswan library as API calls to strongswan so

2010-05-07 Thread shyamsundar.purkayastha
Hi My question is specific to the usage of the strongswan shared object which is generated after the build. All the documentation I see in the website is for using the strongswan command line utility only and for the IKE daemons but I also wanted to explore If I can use the strongswan

Re: [strongSwan] How to use the strongswan library as API calls to strongswan so

2010-05-07 Thread Martin Willi
Hi, If I can use the strongswan defined API in the so library in my code to do all the functionality supported Yes. strongSwan has a generic utility and crypto library called libstrongswan. It is used by many tools shipped with the strongSwan distribution. Starting with the recently released

Re: [strongSwan] How to use the strongswan library as API calls to strongswan so

2010-05-07 Thread Andreas Steffen
Hi, As you might have noticed in the strongswan-4.4.0 release all IKEv2 functionality is now in the libcharon library and the charon daemon is just a rump process. Thus it should be easy to write an application yourself using the libcharon, libhydra, and libstrongswan. It is also possible to