From 887354c0882e681ab6c8346a9831c3740971ca8b Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Sun, 7 May 2006 17:23:20 -0700 Subject: [PATCH] [project @ robey@lag.net-20060508002320-d6e64e96f913febd] check off a few readme items --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 6405b74..84384d5 100644 --- a/README +++ b/README @@ -269,10 +269,8 @@ v1.0 JIGGLYPUFF * [sigh] release a fork of pycrypto with the speed improvements --- BEFORE 1.6: --- -* is it possible to poll on a set of events at once? -* SSHClient needs unit tests -* ChannelException like the java version has * pull out util.parse_* (2 funcs) into a separate class +* try making bzr use SSHClient * host-based auth (yuck!) * ctr forms of ciphers are missing (blowfish-ctr, aes128-ctr, aes256-ctr) @@ -280,3 +278,5 @@ v1.0 JIGGLYPUFF * make a simple example demonstrating use of SocketServer (besides forward.py?) * should SSHClient try to use openssh config files? * figure out how to parse ssh.com encrypted key files? + +* is it possible to poll on a set of events at once?