[openssh-commits] [openssh] branch master updated (c697e46c -> 4da393f8)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon May 4 18:42:18 AEST 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from c697e46c Update .depend.
new 8074f949 upstream: remove obsolete RSA1 test keys; spotted by Michael Forney
new 7882d2ed upstream: portability fix for sed that always emil a newline even
new 15bfafc1 upstream: make mktestdata.sh generate old/new format keys that we
new 4da393f8 upstream: sure enough, some of the test data that we though were in
The 4 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 4da393f87cd52d788c84112ee3f2191c9bcaaf30
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 04:03:14 2020 +0000
upstream: sure enough, some of the test data that we though were in
new format were actually in the old format; fix from Michael Forney
OpenBSD-Regress-ID: a41a5c43a61b0f0b1691994dbf16dfb88e8af933
commit 15bfafc1db4c8792265ada9623a96f387990f732
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 04:00:29 2020 +0000
upstream: make mktestdata.sh generate old/new format keys that we
expect. This script was written before OpenSSH switched to new-format private
keys by default and was never updated to the change (until now) From Michael
Forney
OpenBSD-Regress-ID: 38cf354715c96852e5b71c2393fb6e7ad28b7ca7
commit 7882d2eda6ad3eb82220a85294de545d20ef82db
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 03:58:02 2020 +0000
upstream: portability fix for sed that always emil a newline even
if the input does not contain one; from Michael Forney
OpenBSD-Regress-ID: 9190c3ddf0d2562ccc02c4a95fce0e392196bfc7
commit 8074f9499e454df0acdacea33598858a1453a357
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 03:36:25 2020 +0000
upstream: remove obsolete RSA1 test keys; spotted by Michael Forney
OpenBSD-Regress-ID: 6384ba889594e217d166908ed8253718ab0866da
Summary of changes:
regress/unittests/sshkey/mktestdata.sh | 34 +++++++++++++----------
regress/unittests/sshkey/testdata/dsa_n | 33 ++++++++++++++--------
regress/unittests/sshkey/testdata/ecdsa_n | 13 +++++----
regress/unittests/sshkey/testdata/rsa1_1 | Bin 533 -> 0 bytes
regress/unittests/sshkey/testdata/rsa1_1.fp | 1 -
regress/unittests/sshkey/testdata/rsa1_1.fp.bb | 1 -
regress/unittests/sshkey/testdata/rsa1_1.param.n | 1 -
regress/unittests/sshkey/testdata/rsa1_1.pub | 1 -
regress/unittests/sshkey/testdata/rsa1_1_pw | Bin 533 -> 0 bytes
regress/unittests/sshkey/testdata/rsa1_2 | Bin 981 -> 0 bytes
regress/unittests/sshkey/testdata/rsa1_2.fp | 1 -
regress/unittests/sshkey/testdata/rsa1_2.fp.bb | 1 -
regress/unittests/sshkey/testdata/rsa1_2.param.n | 1 -
regress/unittests/sshkey/testdata/rsa1_2.pub | 1 -
regress/unittests/sshkey/testdata/rsa_n | 31 +++++++++++----------
15 files changed, 64 insertions(+), 55 deletions(-)
delete mode 100644 regress/unittests/sshkey/testdata/rsa1_1
delete mode 100644 regress/unittests/sshkey/testdata/rsa1_1.fp
delete mode 100644 regress/unittests/sshkey/testdata/rsa1_1.fp.bb
delete mode 100644 regress/unittests/sshkey/testdata/rsa1_1.param.n
delete mode 100644 regress/unittests/sshkey/testdata/rsa1_1.pub
delete mode 100644 regress/unittests/sshkey/testdata/rsa1_1_pw
delete mode 100644 regress/unittests/sshkey/testdata/rsa1_2
delete mode 100644 regress/unittests/sshkey/testdata/rsa1_2.fp
delete mode 100644 regress/unittests/sshkey/testdata/rsa1_2.fp.bb
delete mode 100644 regress/unittests/sshkey/testdata/rsa1_2.param.n
delete mode 100644 regress/unittests/sshkey/testdata/rsa1_2.pub
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list