[openssh-commits] [openssh] branch master updated (56cffcc0 -> 7e132310)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jan 23 15:49:21 AEDT 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 56cffcc0 upstream: add a new signature operations "find-principal" to look
new c4b3a128 upstream: Remove unsupported algorithms from list of defaults at run
new c7ed15a3 upstream: Also test PuTTY ecdh kex methods.
new 84de1c27 upstream: Also test PuTTY chacha20.
new 7e132310 upstream: Check for and warn about StrictModes permission problems. ok tb@
The 4 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 7e1323102b1b04eef391b01e180710a2d408a7ab
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Jan 23 03:42:41 2020 +0000
upstream: Check for and warn about StrictModes permission problems. ok tb@
OpenBSD-Regress-ID: 4841704ccdee50ee7efc6035bc686695c6ac2991
commit 84de1c27f845d15c859db44e7070a46f45504b66
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Jan 23 03:35:07 2020 +0000
upstream: Also test PuTTY chacha20.
OpenBSD-Regress-ID: 7af6a0e8763b05f1f8eee6bca5f31fcb16151040
commit c7ed15a39695ecd5f1f21842d8d9cd22246d4ee2
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Jan 23 03:24:38 2020 +0000
upstream: Also test PuTTY ecdh kex methods.
OpenBSD-Regress-ID: ec4017dce612131842398a03e93007a869c2c133
commit c4b3a128954ee1b7fbcbda167baf8aca1a3d1c84
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Jan 23 02:46:49 2020 +0000
upstream: Remove unsupported algorithms from list of defaults at run
time and remove ifdef and distinct settings for OPENSSL=no case.
This will make things much simpler for -portable where the exact set
of algos depends on the configuration of both OpenSSH and the libcrypto
it's linked against (if any). ok djm@
OpenBSD-Commit-ID: e0116d0183dcafc7a9c40ba5fe9127805c5dfdd2
Summary of changes:
clientloop.c | 5 +-
myproposal.h | 138 ++++++++---------------------------------------
readconf.c | 53 +++++++++++-------
readconf.h | 3 +-
regress/putty-ciphers.sh | 4 +-
regress/putty-kex.sh | 4 +-
regress/test-exec.sh | 25 ++++++++-
servconf.c | 47 +++++++++-------
sshconnect2.c | 8 +--
9 files changed, 120 insertions(+), 167 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list