1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 18:42:18 +01:00
Commit graph

13 commits

Author SHA1 Message Date
Thomas Gatzweiler
8c911fec23 Don't use TcpStream::try_clone for now 2017-07-20 14:14:31 +02:00
Thomas Gatzweiler
743cb40e39 Implement dynamic key exchange selection" 2017-07-19 17:42:45 +02:00
Thomas Gatzweiler
3f23c15783 Fix sequence counting bug 2017-07-19 08:32:54 +02:00
Thomas Gatzweiler
4a0d5a42df Clean up some warnings 2017-07-19 07:07:03 +02:00
Thomas Gatzweiler
42ab772a72 Initial channel implementation 2017-07-18 22:56:07 +02:00
Thomas Gatzweiler
fe447bf443 Implement hmac-sha2-256 2017-07-18 21:09:46 +02:00
Thomas Gatzweiler
64e44de13a Initial AES-CTR implementation 2017-07-18 15:41:33 +02:00
Thomas Gatzweiler
d71b352b54 Complete Curve25519 implementation 2017-07-18 13:37:54 +02:00
Thomas Gatzweiler
c44b63c32c Fix bug with discarded buffer 2017-07-16 17:21:35 +02:00
Thomas Gatzweiler
673ba67f61 Add verbose option to sshd 2017-07-16 15:34:12 +02:00
Thomas Gatzweiler
86d7d48a29 Implement ConnectionError 2017-07-16 13:49:09 +02:00
Thomas Gatzweiler
ba376a9add Flush stream after writing a packet 2017-07-16 11:00:34 +02:00
Thomas Gatzweiler
16c57380d7 Rename Session to Connection 2017-07-15 19:59:55 +02:00
Renamed from src/session.rs (Browse further)