Mercurial > dropbear
annotate TODO @ 183:5162f4e4021c
- note that we should warn if blocking on read from /dev/random
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 22 Apr 2005 14:52:27 +0000 |
parents | b9d3f725e00b |
children | 5ccad7634388 |
rev | line source |
---|---|
4
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
1 Current: |
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
2 |
69 | 3 Things which might need doing: |
4
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
4 |
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
5 - Make options.h generated from configure perhaps? |
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
6 |
183
5162f4e4021c
- note that we should warn if blocking on read from /dev/random
Matt Johnston <matt@ucc.asn.au>
parents:
161
diff
changeset
|
7 - some sort of warning when blocking on random? (could be difficult, |
5162f4e4021c
- note that we should warn if blocking on read from /dev/random
Matt Johnston <matt@ucc.asn.au>
parents:
161
diff
changeset
|
8 investigate alarm() perhaps) |
69 | 9 |
183
5162f4e4021c
- note that we should warn if blocking on read from /dev/random
Matt Johnston <matt@ucc.asn.au>
parents:
161
diff
changeset
|
10 - Improved queueing of unauthed connections |
69 | 11 |
90
c2ac796b130e
merge of 00b67a11e33c3ed390556805ed6d1078528bee70
Matt Johnston <matt@ucc.asn.au>
parents:
75
diff
changeset
|
12 - handle /etc/environment in AIX |
c2ac796b130e
merge of 00b67a11e33c3ed390556805ed6d1078528bee70
Matt Johnston <matt@ucc.asn.au>
parents:
75
diff
changeset
|
13 |
4
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
14 - check that there aren't timing issues with valid/invalid user authentication |
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
15 feedback. |
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
16 |
69 | 17 - Binding to different interfaces |
4
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
18 |
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
19 - possible RSA blinding? need to check whether this is vuln to timing attacks |
69 | 20 - check PRNG |
4
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
21 - CTR mode, SSH_MSG_IGNORE sending to improve CBC security |
69 | 22 - DH Group Exchange possibly, or just add group14 (whatever it's called today) |
4
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
23 |
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
24 - fix scp.c for IRIX |
75 | 25 |
26 - Be able to use OpenSSH keys for the client? or at least have some form of | |
27 encrypted keys. | |
161 | 28 |
75 | 29 - Client agent forwarding |
161 | 30 |
31 - Handle restrictions in ~/.ssh/authorized_keys ? |