diff --git a/doc/mainpage.dox b/doc/mainpage.dox index dca18bac..a0ed6776 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -171,21 +171,15 @@ The following RFC documents described SSH-2 protocol as an Internet standard. The Secure Shell (SSH) Session Channel Break Extension - RFC 4344, The Secure Shell (SSH) Transport Layer Encryption Modes - - RFC 4345, - Improved Arcfour Modes for the Secure Shell (SSH) Transport Layer Protocol It was later modified and expanded by the following RFCs. - RFC 4419, Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol - - RFC 4432, - RSA Key Exchange for the Secure Shell (SSH) Transport Layer Protocol - (not implemented in libssh) - RFC 4462, Generic Security Service Application Program Interface (GSS-API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol - (only the authentication implemented in libssh) - RFC 4716, The Secure Shell (SSH) Public Key File Format (not implemented in libssh) @@ -204,7 +198,6 @@ It was later modified and expanded by the following RFCs. (not implemented in libssh) - RFC 8160, IUTF8 Terminal Mode in Secure Shell (SSH) - (not handled in libssh) - RFC 8270, Increase the Secure Shell Minimum Recommended Diffie-Hellman Modulus Size to 2048 Bits - RFC 8308, @@ -223,6 +216,14 @@ There are also drafts that are being currently developed and followed. - draft-miller-ssh-agent-08 SSH Agent Protocol + - draft-ietf-sshm-mlkem-hybrid-kex-09 + PQ/T Hybrid Key Exchange with ML-KEM in SSH + - draft-ietf-sshm-ntruprime-ssh-06 + Secure Shell (SSH) Key Exchange Method Using Hybrid Streamlined NTRU Prime sntrup761 and X25519 with SHA-512: sntrup761x25519-sha512 + - draft-ietf-sshm-chacha20-poly1305-02 + Secure Shell (SSH) authenticated encryption cipher: chacha20-poly1305 + - draft-ietf-sshm-strict-kex-01 + SSH Strict KEX extension Interesting cryptography documents: @@ -247,8 +248,6 @@ them like the statvfs calls in SFTP or the ssh-agent. OpenSSH's deviations and extensions - OpenSSH's pubkey certificate authentication - - - chacha20-poly1305@openssh.com authenticated encryption mode - OpenSSH private key format (openssh-key-v1)