On Thu, Feb 11, 2016 at 3:46 PM, Andy Polyakov via RT <[email protected]> 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 >> ../test/recipes/80-test_ocsp.t ............ ok >> ../test/recipes/80-test_ssl.t ............. 1/43 >> # Failed test 'test sslv3 with client authentication via BIO pair' >> # at ../test/recipes/80-test_ssl.t line 345. >> # Looks like you failed 1 test of 27. > > Double-check attached patch and report back, please. Cheers.
I believe that cleared the issue. Thank you very much. ----- ... $ make test ... TOP=.. PERL=/usr/bin/perl /usr/bin/perl run_tests.pl alltests ../test/recipes/00-check_testexes.t ....... ok ../test/recipes/01-test_ordinals.t ........ ok ../test/recipes/05-test_bf.t .............. ok ../test/recipes/05-test_cast.t ............ ok ../test/recipes/05-test_des.t ............. ok ../test/recipes/05-test_hmac.t ............ ok ../test/recipes/05-test_idea.t ............ ok ../test/recipes/05-test_md2.t ............. skipped: md2 is not supported by this OpenSSL build ../test/recipes/05-test_md4.t ............. ok ../test/recipes/05-test_md5.t ............. ok ../test/recipes/05-test_mdc2.t ............ ok ../test/recipes/05-test_rand.t ............ ok ../test/recipes/05-test_rc2.t ............. ok ../test/recipes/05-test_rc4.t ............. ok ../test/recipes/05-test_rc5.t ............. skipped: rc5 is not supported by this OpenSSL build ../test/recipes/05-test_rmd.t ............. ok ../test/recipes/05-test_sha1.t ............ ok ../test/recipes/05-test_sha256.t .......... ok ../test/recipes/05-test_sha512.t .......... ok ../test/recipes/05-test_wp.t .............. ok ../test/recipes/10-test_bn.t .............. ok ../test/recipes/10-test_exp.t ............. ok ../test/recipes/15-test_dh.t .............. ok ../test/recipes/15-test_dsa.t ............. ok ../test/recipes/15-test_ec.t .............. ok ../test/recipes/15-test_ecdh.t ............ ok ../test/recipes/15-test_ecdsa.t ........... ok ../test/recipes/15-test_rsa.t ............. ok ../test/recipes/20-test_enc.t ............. ok ../test/recipes/25-test_crl.t ............. ok ../test/recipes/25-test_gen.t ............. ok ../test/recipes/25-test_pkcs7.t ........... ok ../test/recipes/25-test_req.t ............. ok ../test/recipes/25-test_sid.t ............. ok ../test/recipes/25-test_verify.t .......... ok ../test/recipes/25-test_x509.t ............ ok ../test/recipes/30-test_engine.t .......... ok ../test/recipes/30-test_evp.t ............. ok ../test/recipes/30-test_evp_extra.t ....... ok ../test/recipes/30-test_pbelu.t ........... ok ../test/recipes/40-test_rehash.t .......... ok ../test/recipes/70-test_clienthello.t ..... ok ../test/recipes/70-test_packet.t .......... ok ../test/recipes/70-test_sslcertstatus.t ... skipped: test_sslcertstatus can only be performed with OpenSSL configured shared ../test/recipes/70-test_sslextension.t .... skipped: test_sslextension can only be performed with OpenSSL configured shared ../test/recipes/70-test_sslsessiontick.t .. skipped: test_sslsessiontick can only be performed with OpenSSL configured shared ../test/recipes/70-test_sslskewith0p.t .... skipped: test_sslskewith0p can only be performed with OpenSSL configured shared ../test/recipes/70-test_sslvertol.t ....... skipped: test_sslextension can only be performed with OpenSSL configured shared ../test/recipes/70-test_tlsextms.t ........ skipped: test_tlsextms can only be performed with OpenSSL configured shared ../test/recipes/70-test_verify_extra.t .... ok ../test/recipes/80-test_ca.t .............. ok ../test/recipes/80-test_cms.t ............. ok ../test/recipes/80-test_dane.t ............ ok ../test/recipes/80-test_dtlsv1listen.t .... ok ../test/recipes/80-test_ocsp.t ............ ok ../test/recipes/80-test_ssl.t ............. ok ../test/recipes/80-test_tsa.t ............. ok ../test/recipes/90-test_async.t ........... ok ../test/recipes/90-test_constant_time.t ... ok ../test/recipes/90-test_gmdiff.t .......... ok ../test/recipes/90-test_heartbeat.t ....... skipped: heartbeats is not supported by this OpenSSL build ../test/recipes/90-test_ige.t ............. ok ../test/recipes/90-test_jpake.t ........... skipped: jpake is not supported by this OpenSSL build ../test/recipes/90-test_memleak.t ......... ok ../test/recipes/90-test_networking.t ...... skipped: test_networking can only be performed with OpenSSL configured shared ../test/recipes/90-test_np.t .............. ok ../test/recipes/90-test_p5_crpt2.t ........ ok ../test/recipes/90-test_secmem.t .......... ok ../test/recipes/90-test_srp.t ............. ok ../test/recipes/90-test_v3name.t .......... ok All tests successful. Files=70, Tests=409, 153 wallclock secs ( 3.54 usr 0.34 sys + 112.32 cusr 9.31 csys = 125.51 CPU) Result: PASS make[1]: Leaving directory '/home/jwalton/openssl/test' OpenSSL 1.1.0-pre3-dev xx XXX xxxx built on: reproducible build, date unspecified platform: linux-aarch64 compiler: gcc OPENSSLDIR: "/usr/local/ssl" -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
