blob: 458384a8d2e9bde83c5a99cbd616f1d31a9d2a33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
----------------------
strongSwan - TODO
----------------------
This is a TODO list we should keep in mind. A roadmap of the strongSwan
project is available online at:
http://wiki.strongswan.org/projects/strongswan/roadmap
Certificate support
-------------------
- synchronized CRL fetcher
- Smartcard interface
- Attribute certificates
Stroke interface
----------------
- add a Rekey-Counter for SAs in "statusall"
- ipsec statusall bytecount
Misc
----
- Address pool/backend for virtual IP assignement
libstrongswan stuff
-------------------
- Header installation support (#include <strongswan/strongswan.h>?)
- object style for leak detective, include an API
- Cleanup/Refactor PEM/ASN1 stuff
- replace file reads through chunk_read
- rewrite lexparser in object-oriented style
|