Call for testing: OpenSSH-5.7

Roumen Petrov openssh at roumenpetrov.info
Sat Jan 15 22:54:05 EST 2011


Damien Miller wrote:
> Hi,
>
> OpenSSH 5.7 is almost ready for release,
[SNIP]
As this version adds new key type the test case expose but not fixed by 
previous releases.

The make tXXX targets in file regress/Makefile use command ssh-keygen 
instead macro TEST_SSH_SSHKEYGEN as result tests use program from host 
system and t9 cannot pass on system with ecc sypport.

CLEANFILES in same make file lack new keys key.ecdsa-*

The target t3 use own output file rsa_secsh.pub with name not compatible 
with other tXXX tests . More expected is t3.out.  The file created by 
this test is not removed properly and is not listed in CLEANFILES.

What about to add t3.out to CLEANFILES and to rewrite this particular 
tests to:
t3:
     $(TEST_SSH_SSHKEYGEN) -ef ${.CURDIR}/rsa_openssh.pub >$(OBJ)/t3.out
     $(TEST_SSH_SSHKEYGEN) -if $(OBJ)/t3.out | diff - 
${.CURDIR}/rsa_openssh.pub


Regards,
Roumen


More information about the openssh-unix-dev mailing list