Mercurial > dropbear
comparison TODO @ 161:b9d3f725e00b
0.44 release changes
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 02 Jan 2005 17:08:27 +0000 |
parents | 88e0a1ad951a |
children | 5162f4e4021c |
comparison
equal
deleted
inserted
replaced
160:7ceceb46d655 | 161:b9d3f725e00b |
---|---|
18 - possible RSA blinding? need to check whether this is vuln to timing attacks | 18 - possible RSA blinding? need to check whether this is vuln to timing attacks |
19 - check PRNG | 19 - check PRNG |
20 - CTR mode, SSH_MSG_IGNORE sending to improve CBC security | 20 - CTR mode, 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 - Use m_burn for clearing sensitive items in LTM/LTC | |
24 | |
25 - fix scp.c for IRIX | 23 - fix scp.c for IRIX |
26 | 24 |
27 - 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 |
28 encrypted keys. | 26 encrypted keys. |
27 | |
29 - Client agent forwarding | 28 - Client agent forwarding |
29 | |
30 - Handle restrictions in ~/.ssh/authorized_keys ? |