[openssh-commits] [openssh] branch master updated (2e6035b9 -> 9634ffbf)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jul 23 22:27:35 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 2e6035b9 Rename valgrind "errors" to "failures".
new 09159594 Import current sha2.c and sha2.h from OpenBSD.
new 11cba2a4 Re-apply portability changes to current sha2.{c,h}.
new 2ea60312 Include stdlib.h for free() and calloc().
new 9634ffbf Add headers to prevent warnings w/out OpenSSL.
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 9634ffbf29b3c2493e69d10b37077b09a8cbf5ff
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Jul 23 22:25:44 2019 +1000
Add headers to prevent warnings w/out OpenSSL.
commit 2ea60312e1c08dea88982fec68244f89a40912ff
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Jul 23 22:11:50 2019 +1000
Include stdlib.h for free() and calloc().
commit 11cba2a4523fda447e2554ea457484655bedc831
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Jul 23 21:51:22 2019 +1000
Re-apply portability changes to current sha2.{c,h}.
Rather than attempt to apply 14 years' worth of changes to OpenBSD's sha2
I imported the current versions directly then re-applied the portability
changes. This also allowed re-syncing digest-libc.c against upstream.
commit 09159594a3bbd363429ee6fafde57ce77986dd7c
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Jul 23 20:27:51 2019 +1000
Import current sha2.c and sha2.h from OpenBSD.
These are not changed from their original state, the next commit will
re-apply the portable changes.
Summary of changes:
auth-options.c | 1 +
auth2-passwd.c | 1 +
configure.ac | 16 +--
digest-libc.c | 28 +++--
digest-openssl.c | 8 +-
entropy.c | 4 +
hmac.c | 2 +
kexecdh.c | 2 +
kexgen.c | 1 +
krl.c | 1 +
loginrec.c | 1 +
mac.c | 5 +-
openbsd-compat/sha2.c | 335 +++++++++++++++++++++++++++++++++-----------------
openbsd-compat/sha2.h | 139 +++++++++++++--------
platform.c | 1 +
ssh-keysign.c | 1 +
ssh-pkcs11.c | 8 ++
17 files changed, 362 insertions(+), 192 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list