From e2a2578eb0eb2a51cd723b5bb8db7595616cf974 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 1 Jun 2026 13:33:05 +0200 Subject: [PATCH] docs: Add SK algorithms to the list of supported MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Jelen Reviewed-by: Pavol Žáčik Merge-Request: --- doc/mainpage.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 1965b6c8..883350be 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -30,7 +30,8 @@ The libssh library provides: - GSSAPI Key Exchange Methods: gss-group14-sha256-*, gss-group16-sha512-*, gss-nistp256-sha256-*, gss-curve25519-sha256-* - Public Key Algorithms: ssh-ed25519, ecdsa-sha2-nistp256, - ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-rsa, rsa-sha2-512, rsa-sha2-256 + ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-rsa, rsa-sha2-512, + rsa-sha2-256, sk-ssh-ed25519@openssh.com, sk-ecdsa-sha2-nistp256@openssh.com - Ciphers: chacha20-poly1305@openssh.com, aes256-gcm@openssh.com, aes128-gcm@openssh.com, aes256-ctr, aes192-ctr, aes128-ctr, aes256-cbc, aes192-cbc, aes128-cbc,