1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 17:02:19 +01:00

Update README.md [skip-ci]

This commit is contained in:
Thomas Gatzweiler 2017-07-19 11:46:24 +02:00
parent 712e4fd208
commit 874f42313b

View file

@ -9,16 +9,16 @@ Currently implemented features, ordered by priority:
- [x] SSH Server - [x] SSH Server
- [ ] SSH Client - [ ] SSH Client
- Key Exchange algorithms - Key Exchange algorithms
- [x] `curve25519-sha256` (via [rust-crypto](https://github.com/DaGenix/rust-crypto))
- [ ] `diffie-hellman-group-exchange-sha1` - [ ] `diffie-hellman-group-exchange-sha1`
- [x] `curve25519-sha256`
- Public Key algorithms - Public Key algorithms
- [x] `ssh-ed25519` (via [rust-crypto](https://github.com/DaGenix/rust-crypto))
- [ ] `ssh-rsa` - [ ] `ssh-rsa`
- [x] `ssh-ed25519`
- Encryption algorithms - Encryption algorithms
- [x] `aes256-ctr` - [x] `aes256-ctr` (via [rust-crypto](https://github.com/DaGenix/rust-crypto))
- [ ] `aes256-gcm` - [ ] `aes256-gcm`
- MAC algorithms - MAC algorithms
- [x] `hmac-sha2-256` - [x] `hmac-sha2-256` (via [rust-crypto](https://github.com/DaGenix/rust-crypto))
- [ ] Port forwarding - [ ] Port forwarding
- [ ] SCP File Transfers - [ ] SCP File Transfers