From d6da960b1ea29d7ea631410388a67ae5e23032db Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 8 Feb 2013 22:49:02 +0100 Subject: [PATCH] updated --- TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO b/TODO index 6534bed1..3e1ff0f8 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,8 @@ * Add a simple username/password back-end * Certificate authentication to the main process (can it be done without - moving the TLS handshake over the main thread?) + moving all the TLS handshake over the main thread?) * Keep the TLS key and certificates into the privileged process and use IPC for operations (this will make the privileged process a bottleneck). -* Handle multiple clients in a single tun device (check if needed at all) * Add path MTU discovery * Allow the usage of PSK ciphersuites instead of the non-standard cisco resumption mode for DTLS.