From 874f42313be1e22c8318acbcb3dc8aa92f92fc69 Mon Sep 17 00:00:00 2001 From: Thomas Gatzweiler Date: Wed, 19 Jul 2017 11:46:24 +0200 Subject: [PATCH] Update README.md [skip-ci] --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index becdc3c..a4b3818 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@ Currently implemented features, ordered by priority: - [x] SSH Server - [ ] SSH Client - Key Exchange algorithms + - [x] `curve25519-sha256` (via [rust-crypto](https://github.com/DaGenix/rust-crypto)) - [ ] `diffie-hellman-group-exchange-sha1` - - [x] `curve25519-sha256` - Public Key algorithms + - [x] `ssh-ed25519` (via [rust-crypto](https://github.com/DaGenix/rust-crypto)) - [ ] `ssh-rsa` - - [x] `ssh-ed25519` - Encryption algorithms - - [x] `aes256-ctr` + - [x] `aes256-ctr` (via [rust-crypto](https://github.com/DaGenix/rust-crypto)) - [ ] `aes256-gcm` - MAC algorithms - - [x] `hmac-sha2-256` + - [x] `hmac-sha2-256` (via [rust-crypto](https://github.com/DaGenix/rust-crypto)) - [ ] Port forwarding - [ ] SCP File Transfers