From: Guus Sliepen Date: Tue, 4 May 2004 08:54:48 +0000 (+0000) Subject: Add TODO list. X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=de71926e83349dd74cbc094adf9b423f6f5cd328 Add TODO list. --- diff --git a/TODO b/TODO new file mode 100644 index 00000000..f2c1b82e --- /dev/null +++ b/TODO @@ -0,0 +1,20 @@ +TODO LIST + +* Finish tnl part + - Support 1.0's way of authentication (presence of key or certificate) + - Support signed certificates + - Support PGP keys + - Support SRP authentication + - Support UDP + - Secure PMTU detection (either 1.0's way or from a suitable RFC) + - Support TLS resume capability + +* Finish rt part + - Finish connection management + - Finish/redo graph algorithms + - Keep per-node statistics + - Support multicast routing (and snooping in switch mode) + +* Recreate documentation + +* Add management interface