[openssh-commits] [openssh] branch master updated (1268f0bc -> f61f29af)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Sep 8 14:45:16 AEST 2019


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

djm pushed a change to branch master
in repository openssh.

      from  1268f0bc  upstream: Check for RSA support before using it for the user key,
       new  d05aaaaa  upstream: remove leakmalloc reference; we used this early when
       new  be02d7cb  upstream: lots of things were relying on libcrypto headers to
       new  670104b9  upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@
       new  105e1c92  upstream: avoid compiling certain files that deeply depend on
       new  f61f29af  make unittests pass for no-openssl case

The 5 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 f61f29afda6c71eda26effa54d3c2e5306fd0833
Author: Damien Miller <djm at mindrot.org>
Date:   Sat Sep 7 19:25:00 2019 +1000

    make unittests pass for no-openssl case

commit 105e1c9218940eb53473f55a9177652d889ddbad
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Sep 6 05:59:41 2019 +0000

    upstream: avoid compiling certain files that deeply depend on
    
    libcrypto when WITH_OPENSSL isn't set
    
    OpenBSD-Commit-ID: 569f08445c27124ec7c7f6c0268d844ec56ac061

commit 670104b923dd97b1c06c0659aef7c3e52af571b2
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Sep 6 05:23:55 2019 +0000

    upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@
    
    OpenBSD-Commit-ID: 7fd68eaa9e0f7482b5d4c7e8d740aed4770a839f

commit be02d7cbde3d211ec2ed2320a1f7d86b2339d758
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Sep 6 04:53:27 2019 +0000

    upstream: lots of things were relying on libcrypto headers to
    
    transitively include various system headers (mostly stdlib.h); include them
    explicitly
    
    OpenBSD-Commit-ID: 5b522f4f2d844f78bf1cc4f3f4cc392e177b2080

commit d05aaaaadcad592abfaa44540928e0c61ef72ebb
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Sep 6 03:30:42 2019 +0000

    upstream: remove leakmalloc reference; we used this early when
    
    refactoring but not since
    
    OpenBSD-Commit-ID: bb28ebda8f7c490b87b37954044a6cdd43a7eb2c

Summary of changes:
 .depend                                            | 81 +++++++++++-----------
 .skipped-commit-ids                                |  1 +
 auth-options.c                                     |  3 +-
 auth.c                                             |  3 +-
 auth.h                                             |  4 +-
 auth2-chall.c                                      |  3 +-
 auth2-hostbased.c                                  |  3 +-
 auth2-kbdint.c                                     |  5 +-
 auth2-passwd.c                                     |  3 +-
 auth2-pubkey.c                                     |  3 +-
 auth2.c                                            |  3 +-
 cipher.c                                           |  5 +-
 cipher.h                                           |  4 +-
 dh.c                                               |  8 +--
 dh.h                                               |  7 +-
 hmac.c                                             |  3 +-
 kex.h                                              | 18 +++--
 kexgen.c                                           |  2 +-
 krl.c                                              |  3 +-
 log.h                                              |  4 +-
 loginrec.c                                         |  1 +
 mac.c                                              |  3 +-
 monitor_wrap.h                                     |  4 +-
 packet.h                                           |  2 +-
 regress/unittests/bitmap/tests.c                   |  4 ++
 regress/unittests/hostkeys/test_iterate.c          | 28 ++++++--
 regress/unittests/kex/test_kex.c                   | 12 +++-
 .../unittests/sshbuf/test_sshbuf_getput_crypto.c   |  3 +
 regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c |  8 ++-
 regress/unittests/sshbuf/tests.c                   |  2 +
 regress/unittests/sshkey/common.c                  |  6 +-
 regress/unittests/sshkey/test_file.c               |  8 ++-
 regress/unittests/sshkey/test_fuzz.c               | 14 ++--
 regress/unittests/sshkey/test_sshkey.c             | 36 +++++++---
 regress/unittests/sshkey/testdata/ed25519_1_pw     | 12 ++--
 regress/unittests/test_helper/test_helper.c        | 12 ++++
 regress/unittests/test_helper/test_helper.h        |  4 ++
 regress/unittests/utf8/tests.c                     |  2 +
 ssh-add.c                                          |  8 ++-
 ssh-keygen.c                                       |  3 +-
 ssh-keyscan.c                                      |  4 +-
 ssh-keysign.c                                      |  3 +-
 ssh-pkcs11-helper.c                                | 20 +++++-
 ssh_api.c                                          | 12 +++-
 sshbuf-getput-basic.c                              |  3 +-
 sshbuf.h                                           |  2 +-
 sshkey.c                                           |  2 +-
 47 files changed, 271 insertions(+), 113 deletions(-)

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


More information about the openssh-commits mailing list