You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2022/06/26 15:39:03 UTC

[mina-sshd] 01/02: README.md: Fix names of 3dec-cbc and blowfish-cbc

This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 818c8fc89ced667af911f60c8e60dada0c849f50
Author: David Ostrovsky <da...@ostrovsky.org>
AuthorDate: Sun Jun 26 11:00:41 2022 +0200

    README.md: Fix names of 3dec-cbc and blowfish-cbc
    
    Use the external algorithm names, not the internal Java identifiers
    used in Apache MINA sshd.
    
    s/tripledescbc/3des-cbc
    s/blowfishcbc/blowfish-cbc
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 85704c951..f10711d2f 100644
--- a/README.md
+++ b/README.md
@@ -58,8 +58,8 @@ based applications requiring SSH support.
 ## Implemented/available support
 
 * **Authentication methods**: hostbased, publickey, [OpenSSH host-based public-key](https://github.com/openssh/openssh-portable/blob/1781f507c11/PROTOCOL#L349), keyboard-interactive, password
-* **Ciphers**: aes128cbc, aes128ctr, aes192cbc, aes192ctr, aes256cbc, aes256ctr, arcfour128, arcfour256, blowfishcbc, tripledescbc,
-aes128-gcm@openssh.com, aes256-gcm@openssh.com, chacha20-poly1305@openssh.com
+* **Ciphers**: aes128cbc, aes128ctr, aes192cbc, aes192ctr, aes256cbc, aes256ctr, arcfour128, arcfour256, blowfish-cbc,
+aes128-gcm@openssh.com, aes256-gcm@openssh.com, chacha20-poly1305@openssh.com, 3des-cbc
 * **Digests**: md5, sha1, sha224, sha256, sha384, sha512
 * **Macs**: hmacmd5, hmacmd596, hmacsha1, hmacsha196, hmacsha256, hmacsha512, hmac-sha2-256-etm@openssh.com
 , hmac-sha2-512-etm@openssh.com, hmac-sha1-etm@openssh.com