[openssh-commits] [openssh] branch master updated (5a4a9f7a -> 800c2483)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jul 25 22:20:22 AEST 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 5a4a9f7a upstream: Restore missing "!" in TEST_SSH_ELAPSED_TIMES test.
new b7c56b65 Remove workarounds for OpenSSL missing AES-GCM.
new 800c2483 Remove workarounds for OpenSSL missing AES-CTR.
The 2 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 800c2483e68db38bd1566ff69677124be974aceb
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Jul 25 21:49:04 2022 +1000
Remove workarounds for OpenSSL missing AES-CTR.
We have some compatibility hacks that were added to support OpenSSL
versions that do not support AES CTR mode. Since that time, however,
the minimum OpenSSL version that we support has moved to 1.0.1 which
*does* have CTR, so this is no longer needed. ok djm@
commit b7c56b65c12f51fe0dbae798d19c8f58224a5d95
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Jul 25 21:43:00 2022 +1000
Remove workarounds for OpenSSL missing AES-GCM.
We have some compatibility hacks that were added to support OpenSSL
versions that do not support AES GCM mode. Since that time, however,
the minimum OpenSSL version that we support has moved to 1.0.1 which
*does* have GCM, so this is no longer needed. ok djm@
Summary of changes:
.depend | 1 -
Makefile.in | 2 +-
cipher-ctr.c | 146 ----------------------------------------
cipher.c | 13 ----
configure.ac | 52 --------------
openbsd-compat/openssl-compat.h | 25 -------
6 files changed, 1 insertion(+), 238 deletions(-)
delete mode 100644 cipher-ctr.c
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list