Mailing List Archive

1 2  View All
Re: Call for testing: OpenSSH 8.4 [ In reply to ]
Jeff Wieland wrote:
> On Solaris 10 for SPARC, built SNAP-20200921 using Solaris Studio
> 12.4 and local build of OpenSSL 1.1.1g, and passed all tests.
>
> --
> Jeff Wieland, UNIX Systems Administrator
> Purdue University IT Infrastructure Services UNIX Platforms
>
I forgot to add -- tested both 32 and 64 bit successfully.

--
Jeff Wieland, UNIX Systems Administrator
Purdue University IT Infrastructure Services UNIX Platforms

_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
RE: Call for testing: OpenSSH 8.4 [ In reply to ]
On September 20, 2020 7:29 PM, Damien Miller wrote:
> On Sun, 20 Sep 2020, Randall S. Becker wrote:
> > On September 20, 2020 2:02 AM, Damien Miller wrote:
> > > OpenSSH 8.4p1 is almost ready for release, so we would appreciate
> > > testing on as many platforms and systems as possible. This is a bugfix
> release.
> >
> > I will be testing this shortly on HPE NonStop platforms.
> >
> > Side question: We now have access to the hardware random generator and
> > can decouple for PRNGD. Any guidance on how to do that would be
> > appreciated. We would be happy to contribute the platform changes as
> > well associated with this and the port changes.
>
> If you add support for the hardware RNG to libcrypto then OpenSSH will use
> it automatically (assuming you haven't built --without-openssl). This
would
> also have the benefit of everything else that uses libcrypto/libssl pick
up
> support too.

Need to ask the glaringly obvious question - what commit/branch is 8.4p1 on
at github?

Regards,
Randall

_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
Re: Call for testing: OpenSSH 8.4 [ In reply to ]
On 9/19/20 11:02 PM, Damien Miller wrote:
> Hi,
>
> OpenSSH 8.4p1 is almost ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This is a bugfix release.
>

=====
openssh-SNAP-20200923.tar.gz
AIX: 7200-04-02-2028
xlc_r 12.1.0.18
OpenSSL 1.0.2t  10 Sep 2019

./configure && make tests

...
        xlc_r -O2 -qarch=ppc -qalloca -I/usr/include -I/opt/freeware/include   -I. -I. -O2 -qarch=ppc -qalloca -I/usr/include -I/opt/freeware/include -DSSHDIR=\"/usr/local/etc\"  -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"  -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"  -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"  -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\"  -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\"  -D_PATH_SSH_SK_HELPER=\"/usr/local/libexec/ssh-sk-helper\"  -D_PATH_SSH_PIDDIR=\"/var/run\"  -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -fPIC -shared -o regress/misc/sk-dummy/sk-dummy.so regress/misc/sk-dummy/sk-dummy.lo  regress/misc/sk-dummy/fatal.lo  ed25519.lo hash.lo ge25519.lo fe25519.lo sc25519.lo verify.lo  -L. -Lopenbsd-compat -lopenbsd-compat -L. -Lopenbsd-compat/ -L/usr/lib -L/usr/ccs/lib -blibpath:/usr/lib:/lib  -lcrypto -lz -lpthread
xlc_r: 1501-218 (W) file regress/misc/sk-dummy/sk-dummy.lo contains an incorrect file suffix
xlc_r: 1501-218 (W) file regress/misc/sk-dummy/fatal.lo contains an incorrect file suffix
xlc_r: 1501-218 (W) file ed25519.lo contains an incorrect file suffix
xlc_r: 1501-218 (W) file hash.lo contains an incorrect file suffix
xlc_r: 1501-218 (W) file ge25519.lo contains an incorrect file suffix
xlc_r: 1501-218 (W) file fe25519.lo contains an incorrect file suffix
xlc_r: 1501-218 (W) file sc25519.lo contains an incorrect file suffix
xlc_r: 1501-218 (W) file verify.lo contains an incorrect file suffix
ld: 0706-005 Cannot find or open file: PIC
        ld:fopen(): A file or directory in the path name does not exist.
ld: 0706-012 The -h flag is not recognized.
ld: 0706-012 The -a flag is not recognized.
make: The error code from the last command is 255.

=====

openssh-SNAP-20200923.tar.gz
AIX: 7200-04-02-2028
gcc (GCC) 8.3.0
OpenSSL 1.0.2t  10 Sep 2019

./configure && make tests
....
all tests passed

--
# include <stddisclaimer.h>
/* Kevin Brott <Kevin.Brott@GMail.com> */

_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
Re: Call for testing: OpenSSH 8.4 [ In reply to ]
On Tue, 22 Sep 2020, Kevin Brott wrote:

> On 9/19/20 11:02 PM, Damien Miller wrote:
> > Hi,
> >
> > OpenSSH 8.4p1 is almost ready for release, so we would appreciate testing
> > on as many platforms and systems as possible. This is a bugfix release.
> >
>
> =====
> openssh-SNAP-20200923.tar.gz
> AIX: 7200-04-02-2028
> xlc_r 12.1.0.18
> OpenSSL 1.0.2t  10 Sep 2019
>
> ./configure && make tests

[snip]

I think Darren was looking at getting sk-dummy.so to compile on AIX using
the native toolchain. Until it is working, you might have to manually
remove it from the "regress-binaries:" target in Makefile - delete or
comment out the $(SK_DUMMY_LIBRARY) line there.

If you do that and rerun "make tests" they should work as expected
(though without testing FIDO functionality).

-d
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev

1 2  View All