[openssh-commits] [openssh] branch master updated (d70d0618 -> 48f54b9d)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Sep 13 12:15:45 AEST 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from d70d0618 upstream: Include certs with multiple RSA signature variants in
new 482d23bc upstream: hold our collective noses and use the openssl-1.1.x API in
new 86112951 forgot to stage these test files in commit d70d061
new 48f54b9d adapt -portable to OpenSSL 1.1x API
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 48f54b9d12c1c79fba333bc86d455d8f4cda8cfc
Author: Damien Miller <djm at mindrot.org>
Date: Thu Sep 13 12:13:50 2018 +1000
adapt -portable to OpenSSL 1.1x API
Polyfill missing API with replacement functions extracted from LibreSSL
commit 86112951d63d48839f035b5795be62635a463f99
Author: Damien Miller <djm at mindrot.org>
Date: Thu Sep 13 12:12:42 2018 +1000
forgot to stage these test files in commit d70d061
commit 482d23bcacdd3664f21cc82a5135f66fc598275f
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 13 02:08:33 2018 +0000
upstream: hold our collective noses and use the openssl-1.1.x API in
OpenSSH; feedback and ok tb@ jsing@ markus@
OpenBSD-Commit-ID: cacbcac87ce5da0d3ca7ef1b38a6f7fb349e4417
Summary of changes:
auth-pam.c | 4 +
auth2.c | 4 +-
cipher.c | 54 +--
cipher.h | 4 +-
configure.ac | 112 +++++-
dh.c | 62 ++--
dh.h | 2 +-
digest-openssl.c | 26 +-
kexdh.c | 2 +
kexdhc.c | 17 +-
kexdhs.c | 13 +-
kexgex.c | 2 +
kexgexc.c | 20 +-
kexgexs.c | 23 +-
monitor.c | 10 +-
openbsd-compat/Makefile.in | 1 +
openbsd-compat/libressl-api-compat.c | 636 ++++++++++++++++++++++++++++++++
openbsd-compat/openssl-compat.h | 136 +++++++
regress/unittests/sshkey/mktestdata.sh | 14 +-
regress/unittests/sshkey/test_file.c | 20 +-
ssh-dss.c | 28 +-
ssh-ecdsa.c | 25 +-
ssh-keygen.c | 61 +++-
ssh-pkcs11-client.c | 14 +-
ssh-pkcs11.c | 56 ++-
ssh-rsa.c | 49 ++-
sshd.c | 6 +-
sshkey.c | 640 ++++++++++++++++++---------------
sshkey.h | 7 +-
29 files changed, 1567 insertions(+), 481 deletions(-)
create mode 100644 openbsd-compat/libressl-api-compat.c
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list