diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 5fb695a6..590f8cf5 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -184,6 +184,8 @@ It was later modified and expanded by the following RFCs.
Authentication and Key Exchange for the Secure Shell (SSH) Protocol
- RFC 4716,
The Secure Shell (SSH) Public Key File Format
+ - RFC 5647,
+ AES Galois Counter Mode for the Secure Shell Transport Layer Protocol
- RFC 5656,
Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer
@@ -203,6 +205,12 @@ do the same in libssh.
@subsection main-rfc-extensions Secure Shell Extensions
+The libssh project has an extension to support Curve25519 which is also supported by
+the OpenSSH project.
+
+ - curve25519-sha256@libssh.org,
+ Curve25519-SHA256 for ECDH KEX
+
The OpenSSH project has defined some extensions to the protocol. We support some of
them like the statvfs calls in SFTP or the ssh-agent.