Mercurial > dropbear
comparison TODO @ 219:654bc8327787
merge of 9522146cb07d4576f161fc4567c2c2fbd6f61fbb
and b11630c15bc4d0649dba51c3572cac6f44e0ab0e
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 08 Jul 2005 13:28:03 +0000 |
parents | aad4b3f58556 |
children | eed26cff980b |
comparison
equal
deleted
inserted
replaced
218:3ee0c2f85e1e | 219:654bc8327787 |
---|---|
1 Current: | 1 Current: |
2 | 2 |
3 Things which might need doing: | 3 Things which might need doing: |
4 | 4 |
5 - default private dbclient keys | |
6 | |
5 - Make options.h generated from configure perhaps? | 7 - Make options.h generated from configure perhaps? |
6 | 8 |
7 - Improved queueing of unauthed connections | 9 - Improved queueing of unauthed connections |
8 | |
9 - fix agent fwd problems | |
10 | 10 |
11 - handle /etc/environment in AIX | 11 - handle /etc/environment in AIX |
12 | 12 |
13 - check that there aren't timing issues with valid/invalid user authentication | 13 - check that there aren't timing issues with valid/invalid user authentication |
14 feedback. | 14 feedback. |
15 | 15 |
16 - Binding to different interfaces | 16 - Binding to different interfaces |
17 | 17 |
18 - possible RSA blinding? need to check whether this is vuln to timing attacks | |
19 - check PRNG | 18 - check PRNG |
20 - CTR mode, SSH_MSG_IGNORE sending to improve CBC security | 19 - CTR mode |
20 - SSH_MSG_IGNORE sending to improve CBC security | |
21 - DH Group Exchange possibly, or just add group14 (whatever it's called today) | 21 - DH Group Exchange possibly, or just add group14 (whatever it's called today) |
22 | 22 |
23 - fix scp.c for IRIX | 23 - fix scp.c for IRIX |
24 | 24 |
25 - Be able to use OpenSSH keys for the client? or at least have some form of | 25 - Be able to use OpenSSH keys for the client? or at least have some form of |