mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
62aab2227c
--HG-- extra : convert_revision : 800073097767c2ac153ab834cbcf0121cb765118
30 lines
815 B
Plaintext
30 lines
815 B
Plaintext
Current:
|
|
|
|
Things which need doing:
|
|
|
|
- Make options.h generated from configure perhaps?
|
|
|
|
- investigate self-pipe?
|
|
- fix agent fwd problems
|
|
- improve channel window adjustment algorithm (circular buffering)
|
|
|
|
- Don't use pregenerated AES tables
|
|
|
|
- check PRNG
|
|
- check that there aren't timing issues with valid/invalid user authentication
|
|
feedback.
|
|
|
|
- IP6 (binding to :: takes over ipv4 as well, sigh. If anyone wants to suggest
|
|
a clean way (ie no V4MAPPED or setsockopt things) please let me know :)
|
|
- Binding to different interfaces (see ipv6 probably)
|
|
|
|
- PAM ??
|
|
- inetd
|
|
- possible RSA blinding? need to check whether this is vuln to timing attacks
|
|
- CTR mode, SSH_MSG_IGNORE sending to improve CBC security
|
|
- DH Group Exchange possibly
|
|
|
|
- Use m_burn for clearing sensitive items in LTM/LTC
|
|
|
|
- fix scp.c for IRIX
|