[openssh-commits] [openssh] branch master updated (d2d6bf8 -> 0e8eeec)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon May 2 20:46:25 AEST 2016
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from d2d6bf8 upstream commit
new 1a31d02 upstream commit
new 57464e3 upstream commit
new 0e8eeec upstream commit
The 3 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 0e8eeec8e75f6d0eaf33317376f773160018a9c7
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon May 2 10:26:04 2016 +0000
upstream commit
add support for additional fixed DH groups from
draft-ietf-curdle-ssh-kex-sha2-03
diffie-hellman-group14-sha256 (2K group)
diffie-hellman-group16-sha512 (4K group)
diffie-hellman-group18-sha512 (8K group)
based on patch from Mark D. Baushke and Darren Tucker
ok markus@
Upstream-ID: ac00406ada4f0dfec41585ca0839f039545bc46f
commit 57464e3934ba53ad8590ee3ccd840f693407fc1e
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon May 2 09:36:42 2016 +0000
upstream commit
support SHA256 and SHA512 RSA signatures in certificates;
ok markus@
Upstream-ID: b45be2f2ce8cacd794dc5730edaabc90e5eb434a
commit 1a31d02b2411c4718de58ce796dbb7b5e14db93e
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon May 2 08:49:03 2016 +0000
upstream commit
fix signed/unsigned errors reported by clang-3.7; add
sshbuf_dup_string() to replace a common idiom of strdup(sshbuf_ptr()) with
better safety checking; feedback and ok markus@
Upstream-ID: 71f926d9bb3f1efed51319a6daf37e93d57c8820
Summary of changes:
auth2-chall.c | 6 ++---
auth2.c | 6 ++---
dh.c | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++--------
dh.h | 4 ++-
kex.c | 7 +++--
kex.h | 17 ++++++++----
kexc25519.c | 6 ++---
kexdh.c | 9 ++++---
kexdhc.c | 10 ++++++-
kexdhs.c | 10 ++++++-
key.c | 4 +--
monitor.c | 30 +++++++++++++--------
myproposal.h | 15 ++++++++---
servconf.c | 5 ++--
sftp-client.c | 5 ++--
ssh-agent.c | 15 ++++++-----
ssh-keygen.c | 18 ++++++++-----
ssh-keyscan.c | 5 +++-
ssh_api.c | 8 +++++-
sshbuf-misc.c | 25 +++++++++++++++++-
sshbuf.h | 9 ++++++-
sshconnect2.c | 9 ++++---
sshd.c | 54 ++++++++++++++++++++++++--------------
sshkey.c | 6 ++---
sshkey.h | 4 +--
25 files changed, 269 insertions(+), 101 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list