[openssh-commits] [openssh] branch master updated (dcba967d3 -> fe85df40a)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 1 09:57:34 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from dcba967d3 upstream: another ruser_name/ruser_group vs attrib_to_stat() ordering
new aabe6d254 upstream: ssherr-libcrypto: avoid use of deprecated
new fe85df40a upstream: mention mldsa44-ed25519 in usage(); based on GHPR695 from
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit fe85df40aed36a49b9883186a123a1435c17f895
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Jun 30 23:55:32 2026 +0000
upstream: mention mldsa44-ed25519 in usage(); based on GHPR695 from
Loganaden Velvindron
OpenBSD-Commit-ID: 4af2400312b6ca232a68a758160ca5c64ca6a168
commit aabe6d25498d9dc69fa21fbb14352fd4b3d5e9fa
Author: tb at openbsd.org <tb at openbsd.org>
Date: Tue Jun 30 03:42:53 2026 +0000
upstream: ssherr-libcrypto: avoid use of deprecated
ERR_load_crypto_strings()
Follow regress and use unchecked OPENSSL_init_crypto() because
ERR_load_crypto_strings() has been deprecated in OpenSSL 1.1.0.
This call can in principle fail, in which case there's a fallback
to generic error strings.
There is still use of OpenSSL 3.x-deprecated API in here. That's
a problem for someone else to solve.
ok djm
OpenBSD-Commit-ID: 3e9dc94caa83b361775b83a92425e858f8680c05
Summary of changes:
ssh-keygen.c | 4 ++--
ssherr-libcrypto.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list