[openssh-commits] [openssh] branch master updated (d5318a78 -> 9cd40b82)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 3 15:41:36 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from d5318a78 upstream: Add regression test for percent expansions where possible.
new eece2436 upstream: %C expansion just added to Match Exec should include
new 7b4d8999 upstream: the tunnel-forwarding vs ExitOnForwardFailure fix that I
new ebd29e90 upstream: fix debug statement
new eba523f0 upstream: make Chacha20-POLY1305 context struct opaque; ok tb@ as
new 6ce51a5d upstream: chacha20-poly1305 AEAD using libcrypto EVP_chacha20
new 9cd40b82 upstream: Add a flag to re-enable verbose output when in batch
The 6 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 9cd40b829a5295cc81fbea8c7d632b2478db6274
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 3 04:34:15 2020 +0000
upstream: Add a flag to re-enable verbose output when in batch
mode; requested in bz3135; ok dtucker
OpenBSD-Commit-ID: 5ad2ed0e6440562ba9c84b666a5bbddc1afe2e2b
commit 6ce51a5da5d333a44e7c74c027f3571f70c39b24
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 3 04:32:21 2020 +0000
upstream: chacha20-poly1305 AEAD using libcrypto EVP_chacha20
Based on patch from Yuriy M. Kaminskiy. ok + lots of assistance along the
way at a2k20 tb@
OpenBSD-Commit-ID: 5e08754c13d31258bae6c5e318cc96219d6b10f0
commit eba523f0a130f1cce829e6aecdcefa841f526a1a
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 3 04:27:03 2020 +0000
upstream: make Chacha20-POLY1305 context struct opaque; ok tb@ as
part of a larger diff at a2k20
OpenBSD-Commit-ID: a4609b7263284f95c9417ef60ed7cdbb7bf52cfd
commit ebd29e90129cf18fedfcfe1de86e324228669295
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 3 04:06:26 2020 +0000
upstream: fix debug statement
OpenBSD-Commit-ID: 42c6edeeda5ce88b51a20d88c93be3729ce6b916
commit 7b4d8999f2e1a0cb7b065e3efa83e6edccfc7d82
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 3 04:03:51 2020 +0000
upstream: the tunnel-forwarding vs ExitOnForwardFailure fix that I
committed earlier had an off-by-one. Fix this and add some debugging that
would have made it apparent sooner.
OpenBSD-Commit-ID: 082f8f72b1423bd81bbdad750925b906e5ac6910
commit eece243666d44ceb710d004624c5c7bdc05454bc
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Apr 3 03:12:11 2020 +0000
upstream: %C expansion just added to Match Exec should include
remote user not local user.
OpenBSD-Commit-ID: 80f1d976938f2a55ee350c11d8b796836c8397e2
Summary of changes:
...r-chachapoly.c => cipher-chachapoly-libcrypto.c | 89 ++++++++++++++++------
cipher-chachapoly.c | 25 ++++--
cipher-chachapoly.h | 13 ++--
cipher.c | 18 +++--
readconf.c | 4 +-
regress/Makefile | 3 +-
sftp.1 | 10 ++-
sftp.c | 12 ++-
ssh.c | 17 ++++-
9 files changed, 134 insertions(+), 57 deletions(-)
copy cipher-chachapoly.c => cipher-chachapoly-libcrypto.c (59%)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list