[openssh-commits] [openssh] branch master updated: upstream: document the mlkem768x25519-sha256 key exchange algorithm

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Sep 11 09:38:30 AEST 2024


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 1bc426f5 upstream: document the mlkem768x25519-sha256 key exchange algorithm
1bc426f5 is described below

commit 1bc426f51b0a5cfdcfbd205218f0b6839ffe91e9
Author: naddy at openbsd.org <naddy at openbsd.org>
AuthorDate: Mon Sep 9 14:41:21 2024 +0000

    upstream: document the mlkem768x25519-sha256 key exchange algorithm
    
    OpenBSD-Commit-ID: fa18dccdd9753dd287e62ecab189b3de45672521
---
 ssh_config.5  | 5 +++--
 sshd_config.5 | 7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ssh_config.5 b/ssh_config.5
index 46b0554b..7c7c5c50 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh_config.5,v 1.401 2024/09/03 06:17:48 jmc Exp $
-.Dd $Mdocdate: September 3 2024 $
+.\" $OpenBSD: ssh_config.5,v 1.402 2024/09/09 14:41:21 naddy Exp $
+.Dd $Mdocdate: September 9 2024 $
 .Dt SSH_CONFIG 5
 .Os
 .Sh NAME
@@ -1287,6 +1287,7 @@ default set.
 The default is:
 .Bd -literal -offset indent
 sntrup761x25519-sha512,sntrup761x25519-sha512 at openssh.com,
+mlkem768x25519-sha256,
 curve25519-sha256,curve25519-sha256 at libssh.org,
 ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
 diffie-hellman-group-exchange-sha256,
diff --git a/sshd_config.5 b/sshd_config.5
index 587a9033..87f0945c 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd_config.5,v 1.369 2024/08/22 23:11:30 djm Exp $
-.Dd $Mdocdate: August 22 2024 $
+.\" $OpenBSD: sshd_config.5,v 1.370 2024/09/09 14:41:21 naddy Exp $
+.Dd $Mdocdate: September 9 2024 $
 .Dt SSHD_CONFIG 5
 .Os
 .Sh NAME
@@ -1050,6 +1050,8 @@ ecdh-sha2-nistp384
 .It
 ecdh-sha2-nistp521
 .It
+mlkem768x25519-sha256
+.It
 sntrup761x25519-sha512
 .It
 sntrup761x25519-sha512 at openssh.com
@@ -1058,6 +1060,7 @@ sntrup761x25519-sha512 at openssh.com
 The default is:
 .Bd -literal -offset indent
 sntrup761x25519-sha512,sntrup761x25519-sha512 at openssh.com,
+mlkem768x25519-sha256,
 curve25519-sha256,curve25519-sha256 at libssh.org,
 ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
 diffie-hellman-group-exchange-sha256,

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list