[openssl-dev] Couple of pointers

The Doctor doctor at doctor.nl2k.ab.ca
Tue Jan 19 09:33:27 UTC 2016


1)

For backwards compability do we have in I think openssl/rsa.h

#define  SSLeay_add_ssl_algorithms OpenSSL_add_ssl_algorithms
#define  SSLv23_server_method  TLS_server_method 

??

2)

Running the old BSD/OS 

I get

rm -f openssl
shlib_target=; if [ -n "libcrypto.so.1.1 libssl.so.1.1" ]; then  shlib_target="bsd-gcc-shared";  fi;  LIBRARIES="-L.. -lssl -L.. -lcrypto" ;  make -f ../Makefile.shared -e  APPNAME=openssl OBJECTS="openssl.o asn1pars.o ca.o ciphers.o cms.o crl.o crl2p7.o dgst.o dhparam.o  dsa.o dsaparam.o ec.o ecparam.o enc.o engine.o errstr.o gendsa.o  genpkey.o genrsa.o nseq.o ocsp.o passwd.o pkcs12.o pkcs7.o pkcs8.o  pkey.o pkeyparam.o pkeyutl.o prime.o rand.o req.o rsa.o rsautl.o  s_client.o s_server.o s_time.o sess_id.o smime.o speed.o spkac.o  srp.o ts.o verify.o version.o x509.o rehash.o apps.o opt.o s_cb.o s_socket.o app_rand.o"  LIBDEPS=" $LIBRARIES -ldl -lgmp -lm -lc -lz"  link_app.${shlib_target}
TOP=.. PERL=/usr/bin/perl5 /usr/bin/perl5 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 ............ 1/1
#   Failed test 'running randtest'
#   at ../test/testlib/OpenSSL/Test/Simple.pm line 64.
# Looks like you failed 1 test of 1.
../test/recipes/05-test_rand.t ............ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
../test/recipes/05-test_rc2.t ............. ok
../test/recipes/05-test_rc4.t ............. ok
../test/recipes/05-test_rc5.t ............. ok
../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 ............. 2/129
#   Failed test 'aes-128-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'aes-128-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 4/129
#   Failed test 'aes-128-ecb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'aes-128-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'aes-192-cbc'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 7/129
#   Failed test 'aes-192-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'aes-192-ecb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'aes-192-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'aes-256-cbc'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 11/129
#   Failed test 'aes-256-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'aes-256-ecb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'aes-256-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 16/129
#   Failed test 'bf'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'bf base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 18/129
#   Failed test 'bf-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'bf-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'bf-cfb'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 21/129
#   Failed test 'bf-cfb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'bf-ecb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'bf-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'bf-ofb'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 25/129
#   Failed test 'bf-ofb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'camellia-128-cbc'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 27/129
#   Failed test 'camellia-128-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'camellia-128-ecb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'camellia-128-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 30/129
#   Failed test 'camellia-192-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'camellia-192-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'camellia-192-ecb'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 33/129
#   Failed test 'camellia-192-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'camellia-256-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'camellia-256-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 36/129
#   Failed test 'camellia-256-ecb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'camellia-256-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'cast'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 39/129
#   Failed test 'cast base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'cast-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'cast-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 42/129
#   Failed test 'cast5-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'cast5-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'cast5-cfb'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 45/129
#   Failed test 'cast5-cfb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'cast5-ecb'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 47/129
#   Failed test 'cast5-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'cast5-ofb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'cast5-ofb base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 50/129
#   Failed test 'des'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-cbc'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 53/129
#   Failed test 'des-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-cfb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-cfb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ecb'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 57/129
#   Failed test 'des-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ede'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ede base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 60/129
#   Failed test 'des-ede-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ede-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 62/129
#   Failed test 'des-ede-cfb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ede-cfb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ede-ofb'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 65/129
#   Failed test 'des-ede-ofb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ede3'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ede3 base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 68/129
#   Failed test 'des-ede3-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ede3-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ede3-cfb'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 71/129
#   Failed test 'des-ede3-cfb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ede3-ofb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ede3-ofb base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 74/129
#   Failed test 'des-ofb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des-ofb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'des3'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 77/129
#   Failed test 'des3 base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'desx'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'desx base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'idea'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 81/129
#   Failed test 'idea base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'idea-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'idea-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 84/129
#   Failed test 'idea-cfb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'idea-cfb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'idea-ecb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'idea-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'idea-ofb'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 89/129
#   Failed test 'idea-ofb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc2'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc2 base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 92/129
#   Failed test 'rc2-40-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc2-40-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc2-64-cbc'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 95/129
#   Failed test 'rc2-64-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc2-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc2-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 98/129
#   Failed test 'rc2-cfb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc2-cfb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc2-ecb'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 101/129
#   Failed test 'rc2-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc2-ofb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc2-ofb base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 104/129
#   Failed test 'rc4'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc4 base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc4-40'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 107/129
#   Failed test 'rc4-40 base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc5'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc5 base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 110/129
#   Failed test 'rc5-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc5-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc5-cfb'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 113/129
#   Failed test 'rc5-cfb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc5-ecb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc5-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'rc5-ofb'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 117/129
#   Failed test 'rc5-ofb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'seed'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'seed base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 120/129
#   Failed test 'seed-cbc'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'seed-cbc base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 122/129
#   Failed test 'seed-cfb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'seed-cfb base64'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'seed-ecb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'seed-ecb base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 126/129
#   Failed test 'seed-ofb'
#   at ../test/recipes/20-test_enc.t line 54.

#   Failed test 'seed-ofb base64'
#   at ../test/recipes/20-test_enc.t line 54.
../test/recipes/20-test_enc.t ............. 128/129 # Looks like you failed 124 tests of 129.
../test/recipes/20-test_enc.t ............. Dubious, test returned 124 (wstat 31744, 0x7c00)
Failed 124/129 subtests
../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 ............. 1/1
#   Failed test 'running evp_test evptests.txt'
#   at ../test/recipes/30-test_evp.t line 11.
# Looks like you failed 1 test of 1.
../test/recipes/30-test_evp.t ............. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
../test/recipes/30-test_evp_extra.t ....... 1/1
#   Failed test 'running evp_extra_test'
#   at ../test/recipes/30-test_evp_extra.t line 11.
# Looks like you failed 1 test of 1.
../test/recipes/30-test_evp_extra.t ....... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
../test/recipes/30-test_pbelu.t ........... ok
../test/recipes/40-test_rehash.t .......... 4/5
#   Failed test 'Testing that we aren't running as a priviledged user, such as root'
#   at ../test/recipes/40-test_rehash.t line 41.
# Looks like you failed 1 test of 5.
../test/recipes/40-test_rehash.t .......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
        (less 1 skipped subtest: 3 okay)
../test/recipes/70-test_clienthello.t ..... 1/1
#   Failed test 'running clienthellotest'
#   at ../test/testlib/OpenSSL/Test/Simple.pm line 64.
# Looks like you failed 1 test of 1.
../test/recipes/70-test_clienthello.t ..... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
../test/recipes/70-test_packet.t .......... 1/1
#   Failed test 'running packettest'
#   at ../test/testlib/OpenSSL/Test/Simple.pm line 64.
# Looks like you failed 1 test of 1.
../test/recipes/70-test_packet.t .......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
../test/recipes/70-test_sslcertstatus.t ... ok
../test/recipes/70-test_sslextension.t .... ok
../test/recipes/70-test_sslsessiontick.t .. ok
../test/recipes/70-test_sslskewith0p.t .... ok
../test/recipes/70-test_sslvertol.t ....... ok
../test/recipes/70-test_tlsextms.t ........ ok
../test/recipes/70-test_verify_extra.t .... ok
../test/recipes/80-test_ca.t .............. ok
../test/recipes/80-test_cms.t .............
    #   Failed test 'enveloped content test streaming S/MIME format, 3 recipients'
    #   at ../test/recipes/80-test_cms.t line 376.

    #   Failed test 'enveloped content test streaming S/MIME format, 3 recipients, 3rd used'
    #   at ../test/recipes/80-test_cms.t line 376.

    #   Failed test 'enveloped content test streaming S/MIME format, 3 recipients, key only used'
    #   at ../test/recipes/80-test_cms.t line 376.

    #   Failed test 'enveloped content test streaming S/MIME format, AES-256 cipher, 3 recipients'
    #   at ../test/recipes/80-test_cms.t line 376.
    # Looks like you failed 4 tests of 15.
../test/recipes/80-test_cms.t ............. 1/4
#   Failed test 'CMS => PKCS\#7 compatibility tests
# '
#   at ../test/recipes/80-test_cms.t line 381.

    #   Failed test 'enveloped content test streaming S/MIME format, 3 recipients'
    #   at ../test/recipes/80-test_cms.t line 391.

    #   Failed test 'enveloped content test streaming S/MIME format, 3 recipients, 3rd used'
    #   at ../test/recipes/80-test_cms.t line 391.

    #   Failed test 'enveloped content test streaming S/MIME format, 3 recipients, key only used'
    #   at ../test/recipes/80-test_cms.t line 391.

    #   Failed test 'enveloped content test streaming S/MIME format, AES-256 cipher, 3 recipients'
    #   at ../test/recipes/80-test_cms.t line 391.
    # Looks like you failed 4 tests of 15.
../test/recipes/80-test_cms.t ............. 2/4
#   Failed test 'CMS <= PKCS\#7 compatibility tests
# '
#   at ../test/recipes/80-test_cms.t line 396.

    #   Failed test 'enveloped content test streaming S/MIME format, 3 recipients'
    #   at ../test/recipes/80-test_cms.t line 407.

    #   Failed test 'enveloped content test streaming S/MIME format, 3 recipients, 3rd used'
    #   at ../test/recipes/80-test_cms.t line 407.

    #   Failed test 'enveloped content test streaming S/MIME format, 3 recipients, key only used'
    #   at ../test/recipes/80-test_cms.t line 407.

    #   Failed test 'enveloped content test streaming S/MIME format, AES-256 cipher, 3 recipients'
    #   at ../test/recipes/80-test_cms.t line 407.

    #   Failed test 'signed receipt MIME format, RSA key'
    #   at ../test/recipes/80-test_cms.t line 418.

    #   Failed test 'enveloped content test streaming S/MIME format, 3 recipients, keyid'
    #   at ../test/recipes/80-test_cms.t line 418.

    #   Failed test 'enveloped content test streaming PEM format, KEK'
    #   at ../test/recipes/80-test_cms.t line 418.

    #   Failed test 'enveloped content test streaming PEM format, KEK, key only'
    #   at ../test/recipes/80-test_cms.t line 418.

    #   Failed test 'encrypted content test streaming PEM format, 128 bit RC2 key'
    #   at ../test/recipes/80-test_cms.t line 418.

    #   Failed test 'encrypted content test streaming PEM format, 40 bit RC2 key'
    #   at ../test/recipes/80-test_cms.t line 418.

    #   Failed test 'encrypted content test streaming PEM format, triple DES key'
    #   at ../test/recipes/80-test_cms.t line 418.

    #   Failed test 'encrypted content test streaming PEM format, 128 bit AES key'
    #   at ../test/recipes/80-test_cms.t line 418.
    # Looks like you failed 12 tests of 27.
../test/recipes/80-test_cms.t ............. 3/4
#   Failed test 'CMS <=> CMS consistency tests
# '
#   at ../test/recipes/80-test_cms.t line 423.

    #   Failed test 'enveloped content test streaming S/MIME format, OAEP default parameters'
    #   at ../test/recipes/80-test_cms.t line 435.

    #   Failed test 'enveloped content test streaming S/MIME format, OAEP SHA256'
    #   at ../test/recipes/80-test_cms.t line 435.

    #   Failed test 'enveloped content test streaming S/MIME format, ECDH'
    #   at ../test/recipes/80-test_cms.t line 435.

    #   Failed test 'enveloped content test streaming S/MIME format, ECDH, key identifier'
    #   at ../test/recipes/80-test_cms.t line 435.

    #   Failed test 'enveloped content test streaming S/MIME format, ECDH, AES128, SHA256 KDF'
    #   at ../test/recipes/80-test_cms.t line 435.

    #   Failed test 'enveloped content test streaming S/MIME format, ECDH, K-283, cofactor DH'
    #   at ../test/recipes/80-test_cms.t line 435.

    #   Failed test 'enveloped content test streaming S/MIME format, X9.42 DH'
    #   at ../test/recipes/80-test_cms.t line 435.
    # Looks like you failed 7 tests of 11.
../test/recipes/80-test_cms.t ............. 4/4
#   Failed test 'CMS <=> CMS consistency tests, modified key parameters
# '
#   at ../test/recipes/80-test_cms.t line 458.
# Looks like you failed 4 tests of 4.
../test/recipes/80-test_cms.t ............. Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/4 subtests
../test/recipes/80-test_dane.t ............ ok
../test/recipes/80-test_ocsp.t ............ ok
../test/recipes/80-test_ssl.t ............. ok
../test/recipes/80-test_tsa.t ............. 1/20
#   Failed test 'creating a new CA for the TSA tests'
#   at ../test/recipes/80-test_tsa.t line 84.
# Looks like you failed 1 test of 20.
../test/recipes/80-test_tsa.t ............. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/20 subtests
        (less 19 skipped subtests: 0 okay)
../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_gost2814789.t .....
#   Failed test 'running gost2814789test'
#   at ../test/recipes/90-test_gost2814789.t line 13.
# Looks like you failed 1 test of 1.
../test/recipes/90-test_gost2814789.t ..... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
../test/recipes/90-test_heartbeat.t ....... 1/1
#   Failed test 'running heartbeat_test'
#   at ../test/testlib/OpenSSL/Test/Simple.pm line 64.
# Looks like you failed 1 test of 1.
../test/recipes/90-test_heartbeat.t ....... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
../test/recipes/90-test_ige.t ............. ok
../test/recipes/90-test_jpake.t ........... ok
../test/recipes/90-test_memleak.t ......... ok
../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 ............. 1/1
#   Failed test 'running srptest'
#   at ../test/testlib/OpenSSL/Test/Simple.pm line 64.
# Looks like you failed 1 test of 1.
../test/recipes/90-test_srp.t ............. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
../test/recipes/90-test_v3name.t .......... ok

Test Summary Report
-------------------
../test/recipes/05-test_rand.t          (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
../test/recipes/20-test_enc.t           (Wstat: 31744 Tests: 129 Failed: 124)
  Failed tests:  2-13, 16-127
  Non-zero exit status: 124
../test/recipes/30-test_evp.t           (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
../test/recipes/30-test_evp_extra.t     (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
../test/recipes/40-test_rehash.t        (Wstat: 256 Tests: 5 Failed: 1)
  Failed test:  4
  Non-zero exit status: 1
../test/recipes/70-test_clienthello.t   (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
../test/recipes/70-test_packet.t        (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
../test/recipes/80-test_cms.t           (Wstat: 1024 Tests: 4 Failed: 4)
  Failed tests:  1-4
  Non-zero exit status: 4
../test/recipes/80-test_tsa.t           (Wstat: 256 Tests: 20 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
../test/recipes/90-test_gost2814789.t   (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
../test/recipes/90-test_heartbeat.t     (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
../test/recipes/90-test_srp.t           (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=69, Tests=364, 496 wallclock secs ( 3.18 usr  3.97 sys + 224.77 cusr 140.63 csys = 372.55 CPU)
Result: FAIL
Failed 12/69 test programs. 137/364 subtests failed.
*** Error code 255

Stop.
*** Error code 1

Stop.                                                                 

Any concerns?

-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! 
http://www.fullyfollow.me/rootnl2k  Look at Psalms 14 and 53 on Atheism
Birthdate 29 Jan 1969 Redhill, Surrey, UK


More information about the openssl-dev mailing list