diff options
author | Martin Willi <martin@strongswan.org> | 2007-07-02 12:55:43 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-07-02 12:55:43 +0000 |
commit | e3606f2ba1a13389e0de779635b0b78b37cbba1b (patch) | |
tree | 3d51aac87515abf22c1901cde3521ed86328ea81 | |
parent | 3d928c9ffdda33f661de6569636fe4f5cd8e19de (diff) | |
download | strongswan-e3606f2ba1a13389e0de779635b0b78b37cbba1b.tar.bz2 strongswan-e3606f2ba1a13389e0de779635b0b78b37cbba1b.tar.xz |
updated documentation files
-rw-r--r-- | HACKING | 6 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | TODO | 16 |
3 files changed, 14 insertions, 10 deletions
@@ -40,9 +40,9 @@ Then you're in, start the build as usual: API documentation ----------------- -Charon and libstrongswan contain inline code documentation. These comments can be -extracted using doxygen. It is built using 'make apidoc', which creates an 'apidoc' -folder containing the HTML files. +Charon and libstrongswan contain inline code documentation. These comments can +be extracted using doxygen. It is built using 'make apidoc', which creates an +'apidoc' folder containing the HTML files. uClibc support @@ -35,6 +35,8 @@ strongswan-4.1.4 cannot be resolved by DNS then right=%any will be used so that passive connections as a responder are still possible. +- Partial support for MOBIKE in IKEv2. The initiator acts on interface/ + address configuration changes and updates IKE and IPsec SAs dynamically. strongswan-4.1.3 ---------------- @@ -10,17 +10,14 @@ gain hassle-free configuration, version negotiation and maintainability. Roadmap 2007 ============ - Jun ! - distribution packages + Jul ! - reimplement IKEv2 p2p NATT support + ! - release IKEv2 p2p NATT draft 00 ! - interface in charon for the XML based SMP management interface ! - SMP configuration client - ! - release IKEv2 p2p NATT draft 00 ! - Jul ! - modular credential backends - ! - reimplement IKEv2 p2p NATT support + Aug ! - modular cerendtial backends ! - Aug ! - Start IKEv1 implementation in charon - ! - Sep ! + Sep ! - Start IKEv1 implementation in charon ! Oct ! ! @@ -36,6 +33,10 @@ TODO-List A set of TODOs. This is only a list of things I write down to not forget them. Watch out for TODOs in the code. +Build options +------------- +- Allow static build using libtool dlopen wrapper + Certificate support ------------------- - New trustchain mechanism? @@ -53,3 +54,4 @@ Misc ---- - Address pool/backend for virtual IP assignement - fix iterator->insert_before/after +- split up kernel interface into: ipsec, routing, interfaces |