diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-05 12:10:50 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-05 12:10:50 +0000 |
commit | 6862128151fb78f63685a8da5575783c426d64a7 (patch) | |
tree | 75920a6688ed5654fb917ecccc1e0e469480fd1f /Source/doc/Todo-list.txt | |
parent | 3dbbbf3e16366b0da33b29bbc1a4ba9a976e43a0 (diff) | |
download | strongswan-6862128151fb78f63685a8da5575783c426d64a7.tar.bz2 strongswan-6862128151fb78f63685a8da5575783c426d64a7.tar.xz |
../svn-commit.tmp
Diffstat (limited to 'Source/doc/Todo-list.txt')
-rw-r--r-- | Source/doc/Todo-list.txt | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Source/doc/Todo-list.txt b/Source/doc/Todo-list.txt new file mode 100644 index 000000000..4915ea7c7 --- /dev/null +++ b/Source/doc/Todo-list.txt @@ -0,0 +1,44 @@ + TODO-List for charon +====================== + ++ = done, - = todo, ordered by priority + ++ private key loading: der, without passphrase ++ load all private keys from ipsec.d/private/ in stroke.c ++ handle leftcert and rightcert in starterstroke.c/stroke.c ++ load specified certs in stroke.c ++ extract public keys from certs ++ public key authentication ++ release for Andreas + ++ stroke loglevels ++ stroke up ++ ike_sa_manager checkout_by_hosts ++ stroke down ++ stroke output redirection ++ stroke status + +- libx509 + + new charon build - libstrong? + + transforms + + utils (plus host) + - doxygen fixes (two doxyfiles?) + - allocator cleanup (used in lib, charon and pluto(!)) + - logger reimplementation? (one logger for lib, charon, pluto) + - integrate asn1 parser/oid (asn1/oid) + - integrate PEM loading (pem) + - ... (more to come, for sure) + +- ipsec.secrets parsing + +- certificate DN parsing +- certificate subjectAltName parsing +- certificate lookup via ID +- certificate validation/chaining +- certificate exchange + +- trapping + +- delete notify, when to send? +- notifys on connection setup failure +- create child sa message |