[openssh-commits] [openssh] branch master updated (c7b5a47e -> 2e396439)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Feb 26 11:48:32 AEDT 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from c7b5a47e Invert sense of getpgrp test.
new 7d330a1a upstream: some cleanup for BindInterface and ssh-keyscan;
new 1b11ea7c upstream: Add experimental support for PQC XMSS keys (Extended
new 2e396439 updatedepend
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 2e396439365c4ca352cac222717d09b14f8a0dfd
Author: Damien Miller <djm at mindrot.org>
Date: Mon Feb 26 11:48:27 2018 +1100
updatedepend
commit 1b11ea7c58cd5c59838b5fa574cd456d6047b2d4
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Feb 23 15:58:37 2018 +0000
upstream: Add experimental support for PQC XMSS keys (Extended
Hash-Based Signatures) The code is not compiled in by default (see WITH_XMSS
in Makefile.inc) Joint work with stefan-lukas_gazdag at genua.eu See
https://tools.ietf.org/html/draft-irtf-cfrg-xmss-hash-based-signatures-12 ok
djm@
OpenBSD-Commit-ID: ef3eccb96762a5d6f135d7daeef608df7776a7ac
commit 7d330a1ac02076de98cfc8fda05353d57b603755
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Fri Feb 23 07:38:09 2018 +0000
upstream: some cleanup for BindInterface and ssh-keyscan;
OpenBSD-Commit-ID: 1a719ebeae22a166adf05bea5009add7075acc8c
Summary of changes:
.depend | 83 ++--
Makefile.in | 12 +-
authfd.c | 39 +-
authfd.h | 5 +-
authfile.c | 8 +-
cipher.c | 4 +-
dns.c | 7 +-
dns.h | 5 +-
pathnames.h | 4 +-
readconf.c | 3 +-
scp.1 | 5 +-
servconf.c | 4 +-
sftp.1 | 5 +-
ssh-add.c | 74 ++-
ssh-agent.c | 24 +-
ssh-keygen.c | 19 +-
ssh-keyscan.1 | 7 +-
ssh-keyscan.c | 12 +-
ssh-keysign.c | 5 +-
ssh-ed25519.c => ssh-xmss.c | 77 +--
ssh.1 | 6 +-
ssh.c | 15 +-
ssh_config.5 | 16 +-
sshconnect.c | 5 +-
sshd.c | 6 +-
sshkey-xmss.c | 1048 +++++++++++++++++++++++++++++++++++++++++
sshkey-xmss.h | 56 +++
sshkey.c | 410 +++++++++++++++-
sshkey.h | 35 +-
xmss_commons.c | 27 ++
xmss_commons.h | 15 +
xmss_fast.c | 1099 +++++++++++++++++++++++++++++++++++++++++++
xmss_fast.h | 109 +++++
xmss_hash.c | 133 ++++++
xmss_hash.h | 19 +
xmss_hash_address.c | 59 +++
xmss_hash_address.h | 37 ++
xmss_wots.c | 185 ++++++++
xmss_wots.h | 59 +++
39 files changed, 3584 insertions(+), 157 deletions(-)
copy ssh-ed25519.c => ssh-xmss.c (64%)
create mode 100644 sshkey-xmss.c
create mode 100644 sshkey-xmss.h
create mode 100644 xmss_commons.c
create mode 100644 xmss_commons.h
create mode 100644 xmss_fast.c
create mode 100644 xmss_fast.h
create mode 100644 xmss_hash.c
create mode 100644 xmss_hash.h
create mode 100644 xmss_hash_address.c
create mode 100644 xmss_hash_address.h
create mode 100644 xmss_wots.c
create mode 100644 xmss_wots.h
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list