[openssh-commits] [openssh] branch master updated (b35addfb -> 748dd8e5)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Dec 19 16:18:13 AEDT 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from b35addfb Update .depend with empty config.h
new 012e5cb8 upstream commit
new 4cdc5956 upstream commit
new 931c78df upstream commit
new 04c7e28f upstream commit
new c9e37a87 upstream commit
new 349ecd4d upstream commit
new 966ef478 upstream commit
new 7860731e upstream commit
new 27885632 upstream commit
new 748dd8e5 remove blocks.c from Makefile
The 10 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 748dd8e5de332b24c40f4b3bbedb902acb048c98
Author: Damien Miller <djm at mindrot.org>
Date: Tue Dec 19 16:17:59 2017 +1100
remove blocks.c from Makefile
commit 278856320520e851063b06cef6ef1c60d4c5d652
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Dec 19 00:24:34 2017 +0000
upstream commit
include signature type and CA key (if applicable) in some
debug messages
OpenBSD-Commit-ID: b71615cc20e78cec7105bb6e940c03ce9ae414a5
commit 7860731ef190b52119fa480f8064ab03c44a120a
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Dec 18 23:16:23 2017 +0000
upstream commit
unbreak hostkey rotation; attempting to sign with a
desired signature algorithm of kex->hostkey_alg is incorrect when the key
type isn't capable of making those signatures. ok markus@
OpenBSD-Commit-ID: 35ae46864e1f5859831ec0d115ee5ea50953a906
commit 966ef478339ad5e631fb684d2a8effe846ce3fd4
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Dec 18 23:14:34 2017 +0000
upstream commit
log mismatched RSA signature types; ok markus@
OpenBSD-Commit-ID: 381bddfcc1e297a42292222f3bcb5ac2b7ea2418
commit 349ecd4da3a985359694a74635748009be6baca6
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Dec 18 23:13:42 2017 +0000
upstream commit
pass kex->hostkey_alg and kex->hostkey_nid from pre-auth
to post-auth unpriviledged child processes; ok markus@
OpenBSD-Commit-ID: 4a35bc7af0a5f8a232d1361f79f4ebc376137302
commit c9e37a8725c083441dd34a8a53768aa45c3c53fe
Author: millert at openbsd.org <millert at openbsd.org>
Date: Mon Dec 18 17:28:54 2017 +0000
upstream commit
Add helper function for uri handing in scp where a
missing path simply means ".". Also fix exit code and add warnings when an
invalid uri is encountered. OK otto@
OpenBSD-Commit-ID: 47dcf872380586dabf7fcc6e7baf5f8ad508ae1a
commit 04c7e28f83062dc42f2380d1bb3a6bf0190852c0
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Dec 18 02:25:15 2017 +0000
upstream commit
pass negotiated signing algorithm though to
sshkey_verify() and check that the negotiated algorithm matches the type in
the signature (only matters for RSA SHA1/SHA2 sigs). ok markus@
OpenBSD-Commit-ID: 735fb15bf4adc060d3bee9d047a4bcaaa81b1af9
commit 931c78dfd7fe30669681a59e536bbe66535f3ee9
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Dec 18 02:22:29 2017 +0000
upstream commit
sshkey_sigtype() function to return the type of a
signature; ok markus@
OpenBSD-Commit-ID: d3772b065ad6eed97285589bfb544befed9032e8
commit 4cdc5956f2fcc9e9078938db833142dc07d8f523
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Thu Dec 14 21:07:39 2017 +0000
upstream commit
Replace ED25519's private SHA-512 implementation with a
call to the regular digest code. This speeds up compilation considerably. ok
markus@
OpenBSD-Commit-ID: fcce8c3bcfe7389462a28228f63c823e80ade41c
commit 012e5cb839faf76549e3b6101b192fe1a74d367e
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Tue Dec 12 15:06:12 2017 +0000
upstream commit
Create a persistent umac128.c source file: #define the
output size and the name of the entry points for UMAC-128 before including
umac.c. Idea from FreeBSD. ok dtucker@
OpenBSD-Commit-ID: 463cfacfa07cb8060a4d4961e63dca307bf3f4b1
Summary of changes:
.depend | 77 +++++++++--------
Makefile.in | 9 +-
auth2-hostbased.c | 4 +-
auth2-pubkey.c | 38 +++++++--
blocks.c | 248 ------------------------------------------------------
clientloop.c | 16 +++-
crypto_api.h | 8 +-
hash.c | 79 +++--------------
kexc25519c.c | 4 +-
kexdhc.c | 4 +-
kexecdhc.c | 4 +-
kexgexc.c | 4 +-
key.c | 17 +---
key.h | 3 +-
krl.c | 4 +-
monitor.c | 8 +-
monitor_wrap.c | 5 +-
monitor_wrap.h | 4 +-
packet.c | 6 +-
scp.c | 47 ++++++++---
serverloop.c | 15 +++-
ssh-keygen.c | 4 +-
ssh-rsa.c | 22 +++--
sshkey.c | 34 +++++++-
sshkey.h | 8 +-
umac.c | 2 +-
umac128.c | 9 ++
27 files changed, 235 insertions(+), 448 deletions(-)
delete mode 100644 blocks.c
create mode 100644 umac128.c
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list