Re: [openssl-dev] [openssl.org #4237] Failed self-tests on AARCH64 (ARM64)

2016-02-11 Thread Andy Polyakov via RT
Hi, > $ uname -a > Linux hikey 3.18.0-linaro-hikey #1 SMP PREEMPT Mon Nov 30 00:11:03 UTC > 2015 aarch64 GNU/Linux > > $ make test > ... > ../test/recipes/80-test_dane.t ok > ../test/recipes/80-test_ocsp.t ok > ../test/recipes/80-test_ssl.t . 1/43 > #

Re: [openssl-dev] [openssl.org #4237] Failed self-tests on AARCH64 (ARM64)

2016-02-11 Thread Jeffrey Walton
On Thu, Feb 11, 2016 at 3:46 PM, Andy Polyakov via RT wrote: > Hi, > >> $ uname -a >> Linux hikey 3.18.0-linaro-hikey #1 SMP PREEMPT Mon Nov 30 00:11:03 UTC >> 2015 aarch64 GNU/Linux >> >> $ make test >> ... >> ../test/recipes/80-test_dane.t ok >>

Re: [openssl-dev] [openssl.org #4237] Failed self-tests on AARCH64 (ARM64)

2016-02-11 Thread noloa...@gmail.com via RT
On Thu, Feb 11, 2016 at 3:46 PM, Andy Polyakov via RT wrote: > Hi, > >> $ uname -a >> Linux hikey 3.18.0-linaro-hikey #1 SMP PREEMPT Mon Nov 30 00:11:03 UTC >> 2015 aarch64 GNU/Linux >> >> $ make test >> ... >> ../test/recipes/80-test_dane.t ok >>

[openssl-dev] [openssl.org #4237] Failed self-tests on AARCH64 (ARM64)

2016-01-14 Thread noloa...@gmail.com via RT
Working from Master on a LeMaker HiKey (http://www.96boards.org/products/ce/hikey/ and http://www.amazon.com/dp/B019O3QTSA). Its a native build, and not a cross-compile. $ uname -a Linux hikey 3.18.0-linaro-hikey #1 SMP PREEMPT Mon Nov 30 00:11:03 UTC 2015 aarch64 GNU/Linux $ make test ...