[openssh-commits] [openssh] branch master updated (62fb2b51 -> 7c07bec1)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Sep 9 16:08:25 AEST 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 62fb2b51 upstream: pull post-quantum ML-KEM/x25519 key exchange out from
new d469d5f3 upstream: test mlkem768x25519-sha256
new 7c07bec1 test for compiler feature needed for ML-KEM
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 7c07bec1446978bebe0780ed822c8fedfb377ae8
Author: Damien Miller <djm at mindrot.org>
Date: Mon Sep 9 16:06:21 2024 +1000
test for compiler feature needed for ML-KEM
The ML-KEM implementation we uses need the compiler to support
C99-style named struct initialisers (e.g foo = {.bar = 1}). We
still support (barely) building OpenSSH with older compilers, so
add a configure test for this.
commit d469d5f348772058789d35332d1ccb0b109c28ef
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Sep 9 03:13:39 2024 +0000
upstream: test mlkem768x25519-sha256
OpenBSD-Regress-ID: 7baf6bc39ae55648db1a2bfdc55a624954847611
Summary of changes:
configure.ac | 13 +++++++++++++
defines.h | 4 ++++
kex-names.c | 2 ++
kexmlkem768x25519.c | 3 +++
regress/unittests/kex/Makefile | 3 ++-
regress/unittests/kex/test_kex.c | 6 +++++-
6 files changed, 29 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list