Mercurial > dropbear
comparison TODO @ 391:00fcf5045160
propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head c1db4398d56c56c6d06ae1e20c1e0d04dbb598ed)
to branch 'au.asn.ucc.matt.dropbear' (head d26d5eb2837f46b56a33fb0e7573aa0201abd4d5)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 11 Jan 2007 04:29:08 +0000 |
parents | 0cbe8f6dbf9e |
children |
comparison
equal
deleted
inserted
replaced
390:d8e44bef7917 | 391:00fcf5045160 |
---|---|
1 stopped at ch12 | 1 Current: |
2 -- needs examples for ecc/dsa!!! (and for asn.1) | |
3 | 2 |
4 must have for v1.16 | 3 Things which might need doing: |
5 - document PK build flags | |
6 - document makefile flags [INSTALL_* for instance] | |
7 - prepare manual for printing (both soft and hard cover) | |
8 | 4 |
9 Nice to have [in order of precedence] | 5 - default private dbclient keys |
10 - add X9.63 IES | 6 |
11 - add CPP macros like OpenSSL has for ASN1 (e.g. encode/decode functions, etc) shameless ripoff :-) | 7 - Make options.h generated from configure perhaps? |
8 | |
9 - handle /etc/environment in AIX | |
10 | |
11 - check that there aren't timing issues with valid/invalid user authentication | |
12 feedback. | |
13 | |
14 - Binding to different interfaces | |
15 | |
16 - CTR mode | |
17 - SSH_MSG_IGNORE sending to improve CBC security | |
18 - DH Group Exchange possibly, or just add group14 (whatever it's called today) | |
19 | |
20 - fix scp.c for IRIX | |
21 | |
22 - Be able to use OpenSSH keys for the client? or at least have some form of | |
23 encrypted keys. | |
24 | |
25 - Client agent forwarding | |
26 | |
27 - Handle restrictions in ~/.ssh/authorized_keys ? |