aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/doc
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-07-05 10:53:20 +0000
committerMartin Willi <martin@strongswan.org>2006-07-05 10:53:20 +0000
commit3dd3c5f39e57ef2f402870136579f7478a4eba34 (patch)
tree7438497060efb7eafe2eb866930adc5026a171d4 /src/charon/doc
parentb12af2ead628521c8c55638b4f1eedc311864435 (diff)
downloadstrongswan-3dd3c5f39e57ef2f402870136579f7478a4eba34.tar.bz2
strongswan-3dd3c5f39e57ef2f402870136579f7478a4eba34.tar.xz
redesigned IKE_SA using a transaction mechanism:
removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
Diffstat (limited to 'src/charon/doc')
-rw-r--r--src/charon/doc/Todo-list.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/charon/doc/Todo-list.txt b/src/charon/doc/Todo-list.txt
index 8508d2492..7fb33e5a2 100644
--- a/src/charon/doc/Todo-list.txt
+++ b/src/charon/doc/Todo-list.txt
@@ -35,9 +35,9 @@
/ useable certificate support
+ more id types (use atodn from pluto)
+ rewrite certificate storage the clean way
- - further subjectAltName support
- - certificate validation/chaining
- - certificate exchange
+ + further subjectAltName support
+ + certificate validation/chaining
+ + certificate exchange
+ Apply -W's from Makefile.program to charon
+ do ipsec status via starter
@@ -45,7 +45,7 @@
+ stroke status should show configured connections
+ stroke loglevel update
-- stroke argument parsing via getopts/gperf?
++ stroke argument parsing via getopts/gperf?
- implement 3DES to load encrypted pem files
+ ipsec.secrets parsing
@@ -60,3 +60,4 @@
- add a crl fetch mechanism which synchronizes equal fetches
- replace state machine with something more transaction oriented
+- find existing IKE_SA on CHILD_SA initiation