Call for testing: OpenSSH 6.9

Jakub Jelen jjelen at redhat.com
Tue Jun 23 19:01:54 AEST 2015


On 05/29/2015 09:12 AM, Damien Miller wrote:
> Hi,
>
> OpenSSH 6.9 is almost ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This release contains
> some substantial new features and a number of bugfixes.
Tested basic configuration on Fedora 22. With default configuration I 
ran in few problems:
  ~ root login
     ~ can be there some test if you are running as root and if you are, 
add this configuration option? Or
  ~ warnings about missing moduli
     ~ WARNING: /usr/local/etc/moduli does not exist, using fixed modulus
     ~ the path is compiled in so no way to expect it somewhere else 
than it is configured

Maybe it would be useful to update README.regress with such know issues. 
At least these two issues seems to be pretty common recently.


With normal user, sudo and our configuration all tests went well.

Experimental build without openssl (regardless other config options) 
fails early during linking of test suite:

/home/jjelen/openssh/build/../regress/unittests/sshbuf/test_sshbuf_getput_crypto.c:81: 
undefined reference to `BN_hex2bn'
/home/jjelen/openssh/build/../regress/unittests/sshbuf/test_sshbuf_getput_crypto.c:86: 
undefined reference to `BN_num_bits'
/home/jjelen/openssh/build/../regress/unittests/sshbuf/test_sshbuf_getput_crypto.c:88: 
undefined reference to `BN_free'
[...]
/home/jjelen/openssh/build/../regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c:57: 
undefined reference to `BN_new'
/home/jjelen/openssh/build/../regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c:59: 
undefined reference to `BN_clear_free'
[...]
/home/jjelen/openssh/build/../regress/unittests/test_helper/test_helper.c:254: 
undefined reference to `ERR_get_error'
/home/jjelen/openssh/build/../regress/unittests/test_helper/test_helper.c:259: 
undefined reference to `ERR_error_string'
[...]
/home/jjelen/openssh/build/../sshbuf-getput-crypto.c:43: undefined 
reference to `BN_bin2bn'

I didn't progress any further.

I will try to run more regression tests later this week.

-- 
Jakub Jelen
Red Hat



More information about the openssh-unix-dev mailing list