summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Wininger <fw.centrale@gmail.com>2020-04-25 14:56:03 +0200
committerGitHub <noreply@github.com>2020-04-25 14:56:03 +0200
commit0294c5383c1f7a6560fc4d0517b94e43a6b7b903 (patch)
treef98f07a20a910aae00e6286235374c6c41fb2482
parent9bed3c7f210ac5de54e6b787cce8498f10ce5c79 (diff)
downloadnet-ssh-fwininger-patch-1.tar.gz
Update README.mdfwininger-patch-1
Fix a mistake
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0508ff4..d0bf3ca 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Unsecure algoritms will be definively remove in Net::SSH 7.*.
| Name | Support | Details |
|--------------------------------------|-----------------------|----------|
-| aes256-ctr / aes192-ctr / aes128-ctr | OK | [using weak elliptic curves](https://safecurves.cr.yp.to/) |
+| aes256-ctr / aes192-ctr / aes128-ctr | OK | |
| aes256-cbc / aes192-cbc / aes128-cbc | Deprecated in 6.0 | unsecure, will be removed in 7.0 |
| rijndael-cbc@lysator.liu.se | Deprecated in 6.0 | unsecure, will be removed in 7.0 |
| blowfish-ctr blowfish-cbc | Deprecated in 6.0 | unsecure, will be removed in 7.0 |