Add todo item

pull/22966/head
Ryan Dahl 2010-07-19 10:35:59 -07:00
parent 9a26946aaa
commit eda1edd07f
1 changed files with 3 additions and 0 deletions

3
TODO
View File

@ -6,3 +6,6 @@
- tab completion interface
- SSL should be factored out of net.js into standalone stream object
- base64 write and toString for buffers
- node_crypto, support for Buffer in update function of Cipher, Decipher,
Hmac, Sign, Verify. See 9a26946aaa99a3f27905d5ba91220784e864e5d0 for an
example of how to do it.