From bf3aef7fd04508d957be0abfa1a1988297c37b41 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 7 Feb 2013 00:16:45 +0100 Subject: [PATCH] updated --- TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index c5bad58f..fdf58eb4 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,8 @@ +* Add single UDP port * Add a simple username/password back-end -* Add path MTU discovery +* Certificate authentication to the main process (can it be done without + moving 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 UDP port range +* Add path MTU discovery