[openssh-commits] [openssh] branch master updated (6283f4bd -> 8ec2e312)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jan 16 20:34:31 AEDT 2023


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

djm pushed a change to branch master
in repository openssh.

      from  6283f4bd  Allow writev is seccomp sandbox.
       new  9fbbfeca  upstream: update OpenSSH's Ed25519 code to the last version of SUPERCOP
       new  8ec2e312  upstream: adapt to ed25519 changes in src/usr.bin/ssh

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 8ec2e3123802d2beeca06c1644b0b647f6d36dab
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Jan 15 23:35:10 2023 +0000

    upstream: adapt to ed25519 changes in src/usr.bin/ssh
    
    OpenBSD-Regress-ID: 4b3e7ba7ee486ae8a0b4790f8112eded2bb7dcd5

commit 9fbbfeca1ce4c7ec0001c827bbf4189a3ba0964b
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Jan 15 23:05:32 2023 +0000

    upstream: update OpenSSH's Ed25519 code to the last version of SUPERCOP
    
    (20221122) and change the import approach to the same one we use for
    Streamlined NTRUPrime: use a shell script to extract the bits we need from
    SUPERCOP, make some minor adjustments and squish them all into a single file.
    
    ok tb@ tobhe@
    
    OpenBSD-Commit-ID: 1bc0fd624cb6af440905b8ba74ac7c03311b8e3b

Summary of changes:
 .depend                             |    8 +-
 Makefile.in                         |    4 +-
 crypto_api.h                        |    4 +-
 ed25519.c                           | 2048 +++++++++++++++++++++++++++++++++--
 ed25519.sh                          |  119 ++
 fe25519.c                           |  337 ------
 fe25519.h                           |   70 --
 ge25519.c                           |  321 ------
 ge25519.h                           |   43 -
 ge25519_base.data                   |  858 ---------------
 regress/misc/sk-dummy/Makefile      |    4 +-
 regress/unittests/authopt/Makefile  |    4 +-
 regress/unittests/hostkeys/Makefile |    4 +-
 regress/unittests/kex/Makefile      |    4 +-
 regress/unittests/sshkey/Makefile   |    4 +-
 regress/unittests/sshsig/Makefile   |    4 +-
 sc25519.c                           |  308 ------
 sc25519.h                           |   80 --
 verify.c                            |   49 -
 19 files changed, 2103 insertions(+), 2170 deletions(-)
 create mode 100644 ed25519.sh
 delete mode 100644 fe25519.c
 delete mode 100644 fe25519.h
 delete mode 100644 ge25519.c
 delete mode 100644 ge25519.h
 delete mode 100644 ge25519_base.data
 delete mode 100644 sc25519.c
 delete mode 100644 sc25519.h
 delete mode 100644 verify.c

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


More information about the openssh-commits mailing list