aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--HACKING6
-rw-r--r--NEWS2
-rw-r--r--TODO16
3 files changed, 14 insertions, 10 deletions
diff --git a/HACKING b/HACKING
index 3a7a2c94d..b87faa3a7 100644
--- a/HACKING
+++ b/HACKING
@@ -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
diff --git a/NEWS b/NEWS
index 6c31f50fb..e5d41276a 100644
--- a/NEWS
+++ b/NEWS
@@ -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
----------------
diff --git a/TODO b/TODO
index aecc05595..efdd125f5 100644
--- a/TODO
+++ b/TODO
@@ -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