X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=TODO;h=68746e1b6ac54a36317f8f81ff71ef972690d3d4;hb=82a9712857c5b640288174493905499093853997;hp=a7d96da6b848bcec34fa26d0665f2bd2674c14a0;hpb=d1f3e4416636bd46665753f5e1acfb0f6f007871;p=meshlink diff --git a/TODO b/TODO index a7d96da6..68746e1b 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,6 @@ TODO list for MeshLink ---------------------- -* Write meshlink_sign() and meshlink_verify(). These should just call - ecdsa_sign() and _verify(), with mesh->self->connection->ecdsa as the key for - _sign(), and node->ecdsa for _verify()? - * meshlink_join(): - add checks that we only join another mesh if we did not connect to any other node before. - only allow meshlink_join() when the library thread is not running.