[openssh-commits] [openssh] branch master updated (6064a8b -> da98c11)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Dec 7 13:47:24 AEDT 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 6064a8b upstream commit
new 76c9fbb upstream commit
new 8b56e59 upstream commit
new 3da893f upstream commit
new da98c11 upstream commit
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 da98c11d03d819a15429d8fff9688acd7505439f
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Dec 7 02:20:46 2015 +0000
upstream commit
basic unit tests for rsa-sha2-* signature types
Upstream-Regress-ID: 7dc4b9db809d578ff104d591b4d86560c3598d3c
commit 3da893fdec9936dd2c23739cdb3c0c9d4c59fca0
Author: markus at openbsd.org <markus at openbsd.org>
Date: Sat Dec 5 20:53:21 2015 +0000
upstream commit
prefer rsa-sha2-512 over -256 for hostkeys, too; noticed
by naddy@
Upstream-ID: 685f55f7ec566a8caca587750672723a0faf3ffe
commit 8b56e59714d87181505e4678f0d6d39955caf10e
Author: tobias at openbsd.org <tobias at openbsd.org>
Date: Fri Dec 4 21:51:06 2015 +0000
upstream commit
Properly handle invalid %-format by calling fatal.
ok deraadt, djm
Upstream-ID: 5692bce7d9f6eaa9c488cb93d3b55e758bef1eac
commit 76c9fbbe35aabc1db977fb78e827644345e9442e
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Dec 4 16:41:28 2015 +0000
upstream commit
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures
(user and host auth) based on draft-rsa-dsa-sha2-256-03.txt and
draft-ssh-ext-info-04.txt; with & ok djm@
Upstream-ID: cf82ce532b2733e5c4b34bb7b7c94835632db309
Summary of changes:
auth.h | 4 +-
authfd.c | 18 ++++-
authfd.h | 6 +-
kex.c | 82 ++++++++++++++++++--
kex.h | 10 ++-
kexc25519s.c | 6 +-
kexdhs.c | 6 +-
kexecdhs.c | 6 +-
kexgexs.c | 6 +-
key.c | 6 +-
key.h | 5 +-
krl.c | 4 +-
misc.c | 4 +-
monitor.c | 12 +--
monitor_wrap.c | 5 +-
monitor_wrap.h | 4 +-
myproposal.h | 6 +-
packet.c | 5 +-
regress/unittests/sshkey/test_fuzz.c | 30 ++++++--
regress/unittests/sshkey/test_sshkey.c | 44 ++++++++---
serverloop.c | 4 +-
ssh-agent.c | 16 +++-
ssh-keygen.c | 4 +-
ssh-keysign.c | 5 +-
ssh-rsa.c | 136 +++++++++++++++++++++++++++------
ssh2.h | 3 +-
ssh_api.c | 16 ++--
sshconnect2.c | 126 +++++++++++++++++++++---------
sshd.c | 18 +++--
sshkey.c | 43 ++++++-----
sshkey.h | 12 +--
31 files changed, 476 insertions(+), 176 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list