doc update

This commit is contained in:
Nikos Mavrogiannopoulos
2013-05-18 22:46:14 +02:00
parent 5646c055a1
commit d568b4f920
2 changed files with 1 additions and 3 deletions

1
NEWS
View File

@@ -1,5 +1,6 @@
* Version 0.1.3 (unreleased) * Version 0.1.3 (unreleased)
- Updated HTTP header parsing to correct issues seen with openconnect 3.20.
- seccomp will no longer force an exit if system calls cannot be disabled. - seccomp will no longer force an exit if system calls cannot be disabled.
Patch by Faidon Liambiotis. Patch by Faidon Liambiotis.

3
TODO
View File

@@ -6,9 +6,6 @@
seem to be like a solution, but then we could not use the session ID to seem to be like a solution, but then we could not use the session ID to
forward the UDP connection to the proper worker). forward the UDP connection to the proper worker).
* Try adding salsa20-12 and UMAC as encryption algorithms for DTLS to reduce
CPU load in systems without AES accelerator.
* Handle multiple settings/config files per user group. * Handle multiple settings/config files per user group.
* Certificate authentication to the main process. Possibly that is just * Certificate authentication to the main process. Possibly that is just