diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-07-09 21:02:41 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-07-09 21:02:41 +0000 |
commit | db67c87db3c9089ea8d2e14f617bf3d9e2af261f (patch) | |
tree | 665c0caea83d34c11c1517c4c57137bb58cba6fb /TODO | |
parent | 1c088a8b6237ec67f63c23f97a0f2dc4e99af869 (diff) | |
download | vyos-strongswan-db67c87db3c9089ea8d2e14f617bf3d9e2af261f.tar.gz vyos-strongswan-db67c87db3c9089ea8d2e14f617bf3d9e2af261f.zip |
[svn-upgrade] Integrating new upstream version, strongswan (4.2.4)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 30 |
1 files changed, 6 insertions, 24 deletions
@@ -1,31 +1,14 @@ - ------------------------- - strongSwan - Roadmap - ------------------------- + ---------------------- + strongSwan - TODO + ---------------------- -These notes mostly belong to charon, the new IKEv2 daemon. The plan is to -migrate IKEv1 into charon. It's hard to say how much effort is needed to -do that, and how much code we can reuse from pluto. But a port IS necessary to -gain hassle-free configuration, version negotiation and maintainability. +This is a TODO list we should keep in mind. A roadmap of the strongSwan +project is available online at: -Roadmap -======= - - Dec ! - complete modular credential framework - ! - -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 + http://trac.strongswan.org/roadmap Certificate support ------------------- -- proper handling of multiple certificate payloads (import order) - synchronized CRL fetcher - Smartcard interface - Attribute certificates @@ -43,7 +26,6 @@ Misc libstrongswan stuff ------------------- - Header installation support (#include <strongswan/strongswan.h>?) -- move __constructor__/__destructor__ to a library init function - object style for leak detective, include an API - Cleanup/Refactor PEM/ASN1 stuff - replace file reads through chunk_read |