Mercurial > dropbear
comparison TODO @ 4:fe6bca95afa7
Makefile.in contains updated files required
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 01 Jun 2004 02:46:09 +0000 |
parents | |
children | 469950e86d0f |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 4:fe6bca95afa7 |
---|---|
1 Current: | |
2 | |
3 Things which need doing: | |
4 | |
5 - Make options.h generated from configure perhaps? | |
6 | |
7 - investigate self-pipe? | |
8 - fix agent fwd problems | |
9 - improve channel window adjustment algorithm (circular buffering) | |
10 | |
11 - Don't use pregenerated AES tables | |
12 | |
13 - check PRNG | |
14 - check that there aren't timing issues with valid/invalid user authentication | |
15 feedback. | |
16 | |
17 - IP6 (binding to :: takes over ipv4 as well, sigh. If anyone wants to suggest | |
18 a clean way (ie no V4MAPPED or setsockopt things) please let me know :) | |
19 - Binding to different interfaces (see ipv6 probably) | |
20 | |
21 - PAM ?? | |
22 - inetd | |
23 - possible RSA blinding? need to check whether this is vuln to timing attacks | |
24 - CTR mode, SSH_MSG_IGNORE sending to improve CBC security | |
25 - DH Group Exchange possibly | |
26 | |
27 - fix scp.c for IRIX |