diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 3d5553d6..63dbd920 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -19,22 +19,26 @@ the interesting functions as you go.
The libssh library provides:
- - Key Exchange Methods: sntrup761x25519-sha512,
- sntrup761x25519-sha512@openssh.com, mlkem768x25519-sha256,
- mlkem768nistp256-sha256, mlkem1024nistp384-sha384, curve25519-sha256,
- curve25519-sha256@libssh.org, ecdh-sha2-nistp256, ecdh-sha2-nistp384,
- ecdh-sha2-nistp521, diffie-hellman-group1-sha1,
- diffie-hellman-group14-sha1
+ - Key Exchange Methods: sntrup761x25519-sha512
+ (sntrup761x25519-sha512@openssh.com), mlkem768x25519-sha256,
+ mlkem768nistp256-sha256, mlkem1024nistp384-sha384, curve25519-sha256
+ (curve25519-sha256@libssh.org), ecdh-sha2-nistp256, ecdh-sha2-nistp384,
+ ecdh-sha2-nistp521, diffie-hellman-group-exchange-sha256,
+ diffie-hellman-group-exchange-sha1, diffie-hellman-group18-sha512,
+ diffie-hellman-group16-sha512, diffie-hellman-group14-sha256,
+ diffie-hellman-group14-sha1, diffie-hellman-group1-sha1
- 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
- - Ciphers: aes256-ctr, aes192-ctr, aes128-ctr,
- aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc, aes128-cbc, 3des-cbc,
- blowfish-cbc
+ - 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,
+ 3des-cbc, blowfish-cbc
- Compression Schemes: zlib, zlib@openssh.com, none
- - MAC hashes: hmac-sha1, hmac-sha2-256, hmac-sha2-512,
- hmac-md5
+ - MAC mechanisms: hmac-sha2-256-etm@openssh.com,
+ hmac-sha2-512-etm@openssh.com, hmac-sha1-etm@openssh.com, hmac-sha2-256,
+ hmac-sha2-512, hmac-sha1, hmac-sha2-256, hmac-sha2-512
- Authentication: none, password, public-key,
keyboard-interactive, gssapi-with-mic, gssapi-keyex
- Channels: shell, exec (incl. SCP wrapper), direct-tcpip,