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:
authorAndrew Naylor <argon@mkbot.net>2010-07-23 04:20:02 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-07-23 20:08:30 +0400
commite0d6f14b221423be41d5821993316d70e3e4e709 (patch)
tree5905014ba0e3d3dd0ac4e5785e8ce41ad7c9b950 /TODO
parentcb97cdb256823433ca571f34f2fdd1a0063e4ef8 (diff)
Buffer for Cipher, Decipher, Hmac, Sign and Verify
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index f16297b5eb5..de25a6a4be9 100644
--- a/TODO
+++ b/TODO
@@ -6,9 +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.
- debug and production modes
- EventSource branch merged