[openssh-commits] [openssh] branch master updated (d19dea63 -> 13cc78d0)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Sep 4 15:38:57 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 d19dea63 upstream: regression test for Include variable expansion
     new e66c0c56 add basic fuzzers for our import of sntrup761
     new ba2ef20c upstream: envrionment -> environment;
     new ef847230 upstream: fix RCSID in output
     new 13cc78d0 upstream: be more strict in parsing key type names. Only allow

The 4 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 13cc78d016b67a74a67f1c97c7c348084cd9212c
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Sep 4 05:33:34 2024 +0000

    upstream: be more strict in parsing key type names. Only allow
    
    shortnames (e.g "rsa") in user-interface code and require full SSH protocol
    names (e.g. "ssh-rsa") everywhere else.
    
    Prompted by bz3725; ok markus@
    
    OpenBSD-Commit-ID: b3d8de9dac37992eab78adbf84fab2fe0d84b187

commit ef8472309a68e319018def6f8ea47aeb40d806f5
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Sep 4 05:11:33 2024 +0000

    upstream: fix RCSID in output
    
    OpenBSD-Commit-ID: 889ae07f2d2193ddc4351711919134664951dd76

commit ba2ef20c75c5268d4d1257adfc2ac11c930d31e1
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Tue Sep 3 06:17:48 2024 +0000

    upstream: envrionment -> environment;
    
    OpenBSD-Commit-ID: b719f39c20e8c671ec6135c832d6cc67a595af9c

commit e66c0c5673a4304a3a9fbf8305c6a19f8653740f
Author: Damien Miller <djm at mindrot.org>
Date:   Wed Sep 4 15:35:29 2024 +1000

    add basic fuzzers for our import of sntrup761

Summary of changes:
 mlkem768.sh                                     |  4 +-
 regress/misc/fuzz-harness/Makefile              | 44 ++++++++-----
 regress/misc/fuzz-harness/mkcorpus_sntrup761.c  | 82 +++++++++++++++++++++++++
 regress/misc/fuzz-harness/sntrup761_dec_fuzz.cc | 74 ++++++++++++++++++++++
 regress/misc/fuzz-harness/sntrup761_enc_fuzz.cc | 57 +++++++++++++++++
 regress/misc/fuzz-harness/watch-sntrup761.sh    | 20 ++++++
 sntrup761.c                                     |  4 +-
 ssh-keygen.c                                    | 10 +--
 ssh-keyscan.c                                   |  4 +-
 ssh_config.5                                    |  4 +-
 sshkey.c                                        | 24 ++++++--
 sshkey.h                                        |  3 +-
 12 files changed, 297 insertions(+), 33 deletions(-)
 create mode 100644 regress/misc/fuzz-harness/mkcorpus_sntrup761.c
 create mode 100644 regress/misc/fuzz-harness/sntrup761_dec_fuzz.cc
 create mode 100644 regress/misc/fuzz-harness/sntrup761_enc_fuzz.cc
 create mode 100755 regress/misc/fuzz-harness/watch-sntrup761.sh

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


More information about the openssh-commits mailing list