Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-07-19 21:35:59 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-07-19 21:35:59 +0400
commiteda1edd07f03dea04d30445308813af273b57454 (patch)
tree09c492cb1cc2f16137f72c5fa988125322506f48 /TODO
parent9a26946aaa99a3f27905d5ba91220784e864e5d0 (diff)
Add todo item
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3647a412d3d..80a7f25053e 100644
--- a/TODO
+++ b/TODO
@@ -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.