Bug#1096245: libnet-ssleay-perl: FTBFS: dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2

Lucas Nussbaum lucas at debian.org
Mon Feb 17 16:37:19 GMT 2025


Source: libnet-ssleay-perl
Version: 1.94-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20250215 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/build/reproducible-path/libnet-ssleay-perl-1.94'
> "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644
> PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/local/*.t t/handle/local/*.t
> t/handle/local/05_use.t ..................... 
> 1..1
> ok 1 - use Net::SSLeay::Handle;
> ok
> t/local/01_pod.t ............................ 
> 1..5
> ok 1 - POD test for blib/lib/Net/SSLeay.pm (no pod)
> ok 2 - POD test for blib/lib/Net/SSLeay/Handle.pm
> ok 3 - POD test for helper_script/generate-test-pki
> ok 4 - POD test for inc/Test/Net/SSLeay.pm
> ok 5 - POD test for inc/Test/Net/SSLeay/Socket.pm
> ok
> t/local/02_pod_coverage.t ................... skipped: These tests are for only for release candidate testing. Enable with RELEASE_TESTING=1
> # 
> # Testing Net::SSLeay 1.94
> # 
> # Perl information:
> #   Version:         '5.040000'
> #   Executable path: '/usr/bin/perl'
> # 
> # Library version with OpenSSL_version_num():
> #   OPENSSL_VERSION_NUMBER: '0x30400010'
> # 
> # Library information with SSLeay_version() and OpenSSL_version():
> #   SSLEAY_VERSION:              'OpenSSL 3.4.1 11 Feb 2025'
> #   SSLEAY_CFLAGS:               'compiler: gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -fzero-call-used-regs=used-gpr -Wa,--noexecstack -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/openssl-3.4.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_BUILDING_OPENSSL -DZLIB -DZSTD -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2'
> #   SSLEAY_BUILT_ON:             'built on: Tue Feb 11 20:30:30 2025 UTC'
> #   SSLEAY_PLATFORM:             'platform: debian-amd64'
> #   SSLEAY_DIR:                  'OPENSSLDIR: "/usr/lib/ssl"'
> #   OPENSSL_ENGINES_DIR:         'ENGINESDIR: "/usr/lib/x86_64-linux-gnu/engines-3"'
> #   OPENSSL_MODULES_DIR:         'MODULESDIR: "/usr/lib/x86_64-linux-gnu/ossl-modules"'
> #   OPENSSL_CPU_INFO:            'CPUINFO: OPENSSL_ia32cap=0xfffa32035f8bffff:0x18d19e47ab'
> #   OPENSSL_VERSION_STRING:      '3.4.1'
> #   OPENSSL_FULL_VERSION_STRING: '3.4.1'
> # 
> # Library version information with OPENSSL_version_*():
> #   OPENSSL_version_major():          '3'
> #   OPENSSL_version_minor():          '4'
> #   OPENSSL_version_patch():          '1'
> #   OPENSSL_version_pre_release():    ''
> #   OPENSSL_version_build_metadata(): ''
> # 
> # Library information with OPENSSL_info():
> #   OPENSSL_INFO_CONFIG_DIR:             '/usr/lib/ssl'
> #   OPENSSL_INFO_ENGINES_DIR:            '/usr/lib/x86_64-linux-gnu/engines-3'
> #   OPENSSL_INFO_MODULES_DIR:            '/usr/lib/x86_64-linux-gnu/ossl-modules'
> #   OPENSSL_INFO_DSO_EXTENSION:          '.so'
> #   OPENSSL_INFO_DIR_FILENAME_SEPARATOR: '/'
> #   OPENSSL_INFO_LIST_SEPARATOR:         ':'
> #   OPENSSL_INFO_SEED_SOURCE:            'os-specific'
> #   OPENSSL_INFO_CPU_SETTINGS:           'OPENSSL_ia32cap=0xfffa32035f8bffff:0x18d19e47ab'
> t/local/03_use.t ............................ 
> 1..1
> ok 1 - use Net::SSLeay;
> ok
> t/local/04_basic.t .......................... 
> 1..29
> ok 1 - seed pseudorandom number generator
> ok 2 - load libcrypto error strings
> ok 3 - load libssl error strings
> ok 4 - register default TLS ciphers and digest functions
> ok 5 - register all digest functions
> ok 6 - SSLeay (version min 0.9.3)
> ok 7 - SSLeay (version string)
> ok 8 - SSLeay_version optional argument
> ok 9 - hello world
> ok 10 - OpenSSL_version_num
> ok 11 - OpenSSL_version optional argument
> ok 12 - OpenSSL_version(OPENSSL_VERSION)
> ok 13 - OpenSSL_version(OPENSSL_CFLAGS)
> ok 14 - OpenSSL_version(OPENSSL_BUILT_ON)
> ok 15 - OpenSSL_version(OPENSSL_PLATFORM)
> ok 16 - OpenSSL_version(OPENSSL_DIR)
> ok 17 - major is defined
> ok 18 - minor is defined
> ok 19 - patch is defined
> ok 20 - OPENSSL_version_major
> ok 21 - OPENSSL_version_minor
> ok 22 - OPENSSL_version_patch
> ok 23 - OPENSSL_VERSION_MAJOR and OPENSSL_version_major are equal
> ok 24 - OPENSSL_VERSION_MINOR and OPENSSL_version_minor are equal
> ok 25 - OPENSSL_VERSION_PATCH and OPENSSL_version_patch are equal
> ok 26 - OPENSSL_version_pre_release returns a defined value
> ok 27 - OPENSSL_version_build_metadata returns a defined value
> ok 28 - OPENSSL_INFO(OPENSSL_INFO_CONFIG_DIR) returns a defined value
> ok 29 - OPENSSL_INFO(-1) returns an undefined value
> ok
> t/local/05_passwd_cb.t ...................... 
> 1..36
> ok 1 - CTX_new 1
> ok 2 - CTX_new 2
> ok 3 - CTX_new 3
> ok 4 - CTX_new 4
> ok 5 - rwflag is set correctly
> ok 6 - received userdata properly
> ok 7 - CTX_use_PrivateKey_file works with right passphrase and userdata
> ok 8 - received userdata properly
> ok 9 - CTX_use_PrivateKey_file works with right passphrase and userdata
> ok 10 - received no userdata
> ok 11 - CTX_use_PrivateKey_file works with right passphrase and without userdata
> ok 12 - CTX_use_PrivateKey_file works when callback data is unset
> ok 13 - different cbs per ctx work
> ok 14 - rwflag is set correctly
> ok 15 - received userdata properly
> ok 16 - CTX_use_PrivateKey_file doesn't work with wrong passphrase
> ok 17 - callback1 called 2 times
> ok 18 - SSL_new 1
> ok 19 - SSL_new 2
> ok 20 - SSL_new 3
> ok 21 - SSL_new 4
> ok 22 - rwflag is set correctly
> ok 23 - received userdata properly
> ok 24 - use_PrivateKey_file works with right passphrase and userdata
> ok 25 - received userdata properly
> ok 26 - use_PrivateKey_file works with right passphrase and userdata
> ok 27 - received userdata properly
> ok 28 - use_PrivateKey_file works with right passphrase and userdata after bad passphrase set for CTX
> ok 29 - received no userdata
> ok 30 - use_PrivateKey_file works with right passphrase and without userdata
> ok 31 - use_PrivateKey_file works when callback data is unset
> ok 32 - different cbs per ssl work
> ok 33 - rwflag is set correctly
> ok 34 - received userdata properly
> ok 35 - use_PrivateKey_file doesn't work with wrong passphrase
> ok 36 - callback1 called 2 times
> ok
> t/local/06_tcpecho.t ........................ 
> 1..4
> ok 1 - tcp_read_all
> ok 2 - tcp_write_all
> ok 3 - sent and received correctly
> ok 4 - server exited with 0
> ok
> t/local/07_sslecho.t ........................ 
> 1..122
> ok 1 - new CTX
> ok 2 - CTX_set_cipher_list
> ok 3 - set_cert_and_key: 
> ok 4 - Session tickets disabled
> ok 5 - new
> ok 6 - in_before is 1
> ok 7 - in_init is 1
> ok 8 - set_fd using fileno
> ok 9 - accept
> ok 10 - is_init_finished is 1
> ok 11 - get_cipher
> ok 12 - get_shared_ciphers
> ok 13 - ssl_read_all
> ok 14 - shutdown from peer
> ok 15 - ssl_write_all
> ok 16 - server shutdown success
> ok 17 - new
> ok 18 - in_before is 1
> ok 19 - in_init is 1
> ok 20 - set_fd using fileno
> ok 21 - accept
> ok 22 - is_init_finished is 1
> ok 23 - get_cipher
> ok 24 - get_shared_ciphers
> ok 25 - ssl_read_all
> ok 26 - shutdown from peer
> ok 27 - ssl_write_all
> ok 28 - server shutdown success
> ok 29 - new
> ok 30 - in_before is 1
> ok 31 - in_init is 1
> ok 32 - set_fd using fileno
> ok 33 - accept
> ok 34 - is_init_finished is 1
> ok 35 - get_cipher
> ok 36 - get_shared_ciphers
> ok 37 - ssl_read_all
> ok 38 - shutdown from peer
> ok 39 - ssl_write_all
> ok 40 - server shutdown not success, but acceptable: 5, 
> ok 41 - new
> ok 42 - in_before is 1
> ok 43 - in_init is 1
> ok 44 - set_fd using fileno
> ok 45 - accept
> ok 46 - is_init_finished is 1
> ok 47 - get_cipher
> ok 48 - get_shared_ciphers
> ok 49 - ssl_read_all
> ok 50 - shutdown from peer
> ok 51 - ssl_write_all
> ok 52 - server shutdown not success, but acceptable: 5, Broken pipe
> ok 53 - new
> ok 54 - in_before is 1
> ok 55 - in_init is 1
> ok 56 - set_fd using fileno
> ok 57 - accept
> ok 58 - is_init_finished is 1
> ok 59 - get_cipher
> ok 60 - get_shared_ciphers
> ok 61 - ssl_read_all
> ok 62 - shutdown from peer
> ok 63 - ssl_write_all
> ok 64 - server shutdown not success, but acceptable: 5, Broken pipe
> ok 65 - new
> ok 66 - in_before is 1
> ok 67 - in_init is 1
> ok 68 - set_fd using fileno
> ok 69 - accept
> ok 70 - is_init_finished is 1
> ok 71 - get_cipher
> ok 72 - get_shared_ciphers
> ok 73 - ssl_read_all
> ok 74 - shutdown from peer
> ok 75 - ssl_write_all
> ok 76 - server shutdown not success, but acceptable: 5, Broken pipe
> ok 77 - new
> ok 78 - in_before is 1
> ok 79 - in_init is 1
> ok 80 - set_fd using fileno
> ok 81 - accept
> ok 82 - is_init_finished is 1
> ok 83 - get_cipher
> ok 84 - get_shared_ciphers
> ok 85 - shutdown from peer
> ok 86 - ssl_write_all
> ok 87 - server shutdown success
> ok 88 - send and received correctly
> ok 89 - new CTX
> ok 90 - new
> ok 91 - set_fd using glob ref
> ok 92 - connect
> ok 93 - get_cipher
> ok 94 - 
> ok 95 - client side ssl shutdown
> ok 96 - read
> ok 97 - CTX_load_verify_locations
> ok 98 - verify cb cert
> ok 99 - verify is ok
> ok 100 - cert issuer
> ok 101 - cert subject
> ok 102 - tailing 0 character is not returned from get_text_by_NID
> ok 103 - SHA-1 fingerprint
> ok 104 - verify: client side ssl shutdown
> ok 105 - verify cb 1 called once
> ok 106 - verify cb 2 wasn't called yet
> ok 107 - verify cb 3 wasn't called yet
> ok 108 - verify 2 is ok
> ok 109 - client side ssl1 shutdown
> ok 110 - verify 3 is ok
> ok 111 - client side ssl2 shutdown
> ok 112 - CTX_set_cert_verify_callback
> ok 113 - client side ssl3 shutdown
> ok 114 - verify cb 1 wasn't called again
> ok 115 - verify cb 2 called once
> ok 116 - verify cb 3 wasn't called yet
> ok 117 - get_peer_certificate subject
> ok 118 - get_peer_certificate issuer
> ok 119 - ssl_write_all
> ok 120 - client side aaa write ssl shutdown
> ok 121 - ssl_read_all
> ok 122 - server exited with 0
> ok
> t/local/08_pipe.t ........................... 
> 1..11
> ok 1 - set_rfd using fileno
> ok 2 - set_wfd using fileno
> ok 3 - accept
> ok 4 - ssl_read_all
> ok 5 - ssl_write_all
> ok 6 - set_rfd using an io handle
> ok 7 - set_wfd using an io handle
> ok 8 - connect
> ok 9 - ssl_write_all
> ok 10 - ssl_read_all
> ok 11 - server exited with 0
> ok
> t/local/09_ctx_new.t ........................ 
> 1..44
> ok 1 - CTX_new
> ok 2 - CTX_v23_new
> ok 3 - CTX_tlsv1_new
> ok 4 - CTX_new with SSLv23_method
> ok 5 - CTX_new with SSLv23_client_method
> ok 6 - CTX_new with SSLv23_server_method
> ok 7 - CTX_new with TLSv1_method
> ok 8 - in_connect_init() is 1 for client
> ok 9 - in_accept_init() is 0 for client
> ok 10 - in_connect_init() is 0 for server
> ok 11 - in_accept_init() is 1 for server
> ok 12 - CTX_new with TLS_method
> ok 13 - New SSL created with ctx_tls
> ok 14 - CTX_new with TLS_client_method
> ok 15 - CTX_new with TLS_server_method
> ok 16 - Net::SSLeay::TLS1_VERSION() returns non-false: 769, hex 0x0301
> ok 17 - Net::SSLeay::TLS1_1_VERSION() returns non-false: 770, hex 0x0302
> ok 18 - Net::SSLeay::TLS1_2_VERSION() returns 771, hex 0x0303
> ok 19 - Version 1_0 and 1_1 values are different
> ok 20 - Version 1_1 and 1_2 values are different
> ok 21 - Setting client CTX minimum version
> ok 22 - Setting client CTX minimum version to automatic
> ok 23 - Setting client CTX minimum version to bad value
> ok 24 - Setting client CTX minimum version back to good value
> ok 25 - Setting client CTX maximum version
> ok 26 - New SSL created from client CTX
> ok 27 - New SSL created from server CTX
> ok 28 - Setting SSL minimum version for ssl_tls_server
> ok 29 - Setting SSL maximum version for ssl_tls_server
> ok 30 - TLS_method CTX has known minimum version
> ok 31 - TLS_method CTX has known maximum version
> ok 32 - SSL from TLS_method CTX has known minimum version
> ok 33 - SSL from TLS_method CTX has known maximum version
> ok 34 - TLS_client CTX has minimum version correctly set
> ok 35 - TLS_client CTX has maximum version correctly set
> ok 36 - SSL from TLS_client CTX has minimum version correctly set
> ok 37 - SSL from TLS_client CTX has maximum version correctly set
> ok 38 - SSL from TLS_server CTX has minimum version correctly set
> ok 39 - SSL from TLS_server CTX has maximum version correctly set
> ok 40 - Net::SSLeay::TLS1_2_VERSION() returns non-false: 771, hex 0x0303
> ok 41 - Net::SSLeay::TLS1_3_VERSION() returns non-false: 772, hex 0x0304
> ok 42 - Version 1_2 and 1_3 values are different
> ok 43 - Have OP_NO_TLSv1_3
> ok 44 - OP_NO_TLSv1_3 returns non-zero value
> ok
> t/local/10_rand.t ........................... 
> 1..53
> ok 1 - RAND_status
> ok 2 - RAND_poll
> ok 3 - RAND_file_name return value '/nosuchdir-1/home/.rnd' includes '.rnd'
> ok 4 - RAND_file_name return value '/nosuchdir-2/randfile' is RANDFILE environment value
> ok 5 - RAND_file_name return value is undef with too short buffer
> ok 6 - Have binary file with good size: t/data/binary-test.file 5000
> ok 7 - RAND_load with specific size
> ok 8 - RAND_load with -1 returns file size
> ok 9 - RAND_bytes: 0 return value ok
> ok 10 - RAND_bytes: length of rand_bytes and rand_length match
> ok 11 - RAND_bytes: length of rand_bytes is expected length 0
> ok 12 - RAND_bytes: 1 return value ok
> ok 13 - RAND_bytes: length of rand_bytes and rand_length match
> ok 14 - RAND_bytes: length of rand_bytes is expected length 1
> ok 15 - RAND_bytes: 1024 return value ok
> ok 16 - RAND_bytes: length of rand_bytes and rand_length match
> ok 17 - RAND_bytes: length of rand_bytes is expected length 1024
> ok 18 - RAND_bytes: 65536 return value ok
> ok 19 - RAND_bytes: length of rand_bytes and rand_length match
> ok 20 - RAND_bytes: length of rand_bytes is expected length 65536
> ok 21 - RAND_bytes: 1048576 return value ok
> ok 22 - RAND_bytes: length of rand_bytes and rand_length match
> ok 23 - RAND_bytes: length of rand_bytes is expected length 1048576
> ok 24 - RAND_pseudo_bytes: 0 return value ok
> ok 25 - RAND_pseudo_bytes: length of rand_bytes and rand_length match
> ok 26 - RAND_pseudo_bytes: length of rand_bytes is expected length 0
> ok 27 - RAND_pseudo_bytes: 1 return value ok
> ok 28 - RAND_pseudo_bytes: length of rand_bytes and rand_length match
> ok 29 - RAND_pseudo_bytes: length of rand_bytes is expected length 1
> ok 30 - RAND_pseudo_bytes: 1024 return value ok
> ok 31 - RAND_pseudo_bytes: length of rand_bytes and rand_length match
> ok 32 - RAND_pseudo_bytes: length of rand_bytes is expected length 1024
> ok 33 - RAND_pseudo_bytes: 65536 return value ok
> ok 34 - RAND_pseudo_bytes: length of rand_bytes and rand_length match
> ok 35 - RAND_pseudo_bytes: length of rand_bytes is expected length 65536
> ok 36 - RAND_pseudo_bytes: 1048576 return value ok
> ok 37 - RAND_pseudo_bytes: length of rand_bytes and rand_length match
> ok 38 - RAND_pseudo_bytes: length of rand_bytes is expected length 1048576
> ok 39 - RAND_priv_bytes: 0 return value ok
> ok 40 - RAND_priv_bytes: length of rand_bytes and rand_length match
> ok 41 - RAND_priv_bytes: length of rand_bytes is expected length 0
> ok 42 - RAND_priv_bytes: 1 return value ok
> ok 43 - RAND_priv_bytes: length of rand_bytes and rand_length match
> ok 44 - RAND_priv_bytes: length of rand_bytes is expected length 1
> ok 45 - RAND_priv_bytes: 1024 return value ok
> ok 46 - RAND_priv_bytes: length of rand_bytes and rand_length match
> ok 47 - RAND_priv_bytes: length of rand_bytes is expected length 1024
> ok 48 - RAND_priv_bytes: 65536 return value ok
> ok 49 - RAND_priv_bytes: length of rand_bytes and rand_length match
> ok 50 - RAND_priv_bytes: length of rand_bytes is expected length 65536
> ok 51 - RAND_priv_bytes: 1048576 return value ok
> ok 52 - RAND_priv_bytes: length of rand_bytes and rand_length match
> ok 53 - RAND_priv_bytes: length of rand_bytes is expected length 1048576
> ok
> t/local/11_read.t ........................... 
> 1..53
> ok 1 - scalar: peek returns undef for closed ssl
> ok 2 - list: peek returns undef for closed ssl
> ok 3 - list: peek returns length <=0 for closed ssl
> ok 4 - peek err 1 is not retryable WANT_READ
> ok 5 - peek err 1 is not retryable WANT_WRITE
> ok 6 - scalar: read returns undef for closed ssl
> ok 7 - list: read returns undef for closed ssl
> ok 8 - list: read returns length <=0 for closed ssl
> ok 9 - read err 1 is not retryable WANT_READ
> ok 10 - read err 1 is not retryable WANT_WRITE
> ok 11 - pending returns 0 for closed ssl
> ok 12 - pending returns 0
> ok 13 - scalar: peek returns msg1
> ok 14 - pending returns msg1 length
> ok 15 - list: peek returns msg1
> ok 16 - list: peek returns msg1 length
> ok 17 - scalar: read and peek agree about msg1
> ok 18 - scalar: peek returns msg2
> ok 19 - list: read and peek agree about msg2
> ok 20 - list: read returns msg2 length
> ok 21 - ping with msg3
> ok 22 - 1.1.0: has_pending returns 0 for closed ssl
> ok 23 - 1.1.0: has_pending returns 0
> ok 24 - 1.1.0: peek returns msg1
> ok 25 - 1.1.0: has_pending returns 1
> ok 26 - 1.1.0: has_pending returns 0 after read
> ok 27 - 1.1.0: ping with msg3
> ok 28 - 1.1.1: list: peek_ex returns undef message for closed ssl
> ok 29 - 1.1.1: list: peek_ex returns 0 for closed ssl
> ok 30 - 1.1.1: peek_ex err 1 is not retryable WANT_READ
> ok 31 - 1.1.1: peek_ex err 1 is not retryable WANT_WRITE
> ok 32 - 1.1.1: list: read returns undef message for closed ssl
> ok 33 - 1.1.1: list: read returns length <=0 for closed ssl
> ok 34 - 1.1.1: read err 1 is not retryable WANT_READ
> ok 35 - 1.1.1: read err 1 is not retryable WANT_WRITE
> ok 36 - 1.1.1: list: read_ex returns undef message for closed sssl
> ok 37 - 1.1.1: list: read_ex returns 0 for closed sssl
> ok 38 - 1.1.1: read_ex and read err are equal
> ok 39 - 1.1.1: has_pending returns 0
> ok 40 - 1.1.1: list: peek_ex returns msg1
> ok 41 - 1.1.1: list: peek_ex returns 1
> ok 42 - 1.1.1: pending returns msg1 length
> ok 43 - 1.1.1: has_pending returns 1
> ok 44 - 1.1.1: list: read_ex returns msg1
> ok 45 - 1.1.1: list: read_ex returns 1
> ok 46 - 1.1.1: pending returns 0 after read_ex
> ok 47 - 1.1.1: has_pending returns 0 after read_ex
> ok 48 - 1.1.1: write_ex wrote all
> ok 49 - 1.1.1: write_ex returns 1
> ok 50 - 1.1.1: ping with msg3 part1 ok
> ok 51 - 1.1.1: ping with msg3 part2 ok
> ok 52 - 1.1.1: ping with msg3, part1 length was 5
> ok 53 - 1.1.1: ping with msg3 in two parts
> ok
> t/local/15_bio.t ............................ 
> 1..7
> ok 1 - BIO_new
> ok 2 - BIO_write
> ok 3 - BIO_pending
> ok 4 - BIO_read part
> ok 5 - BIO_pending
> ok 6 - BIO_read rest
> ok 7 - BIO_free
> ok
> t/local/20_functions.t ...................... 
> 1..27
> ok 1 - function is autoloadable: die_if_ssl_error
> ok 2 - function is autoloadable: die_now
> ok 3 - function is autoloadable: do_https
> ok 4 - function is autoloadable: dump_peer_certificate
> ok 5 - function is autoloadable: get_http
> ok 6 - function is autoloadable: get_http4
> ok 7 - function is autoloadable: get_https
> ok 8 - function is autoloadable: get_https3
> ok 9 - function is autoloadable: get_https4
> ok 10 - function is autoloadable: get_httpx
> ok 11 - function is autoloadable: get_httpx4
> ok 12 - function is autoloadable: make_form
> ok 13 - function is autoloadable: make_headers
> ok 14 - function is autoloadable: post_http
> ok 15 - function is autoloadable: post_http4
> ok 16 - function is autoloadable: post_https
> ok 17 - function is autoloadable: post_https3
> ok 18 - function is autoloadable: post_https4
> ok 19 - function is autoloadable: post_httpx
> ok 20 - function is autoloadable: post_httpx4
> ok 21 - function is autoloadable: print_errs
> ok 22 - function is autoloadable: set_cert_and_key
> ok 23 - function is autoloadable: set_server_cert_and_key
> ok 24 - function is autoloadable: sslcat
> ok 25 - function is autoloadable: tcpcat
> ok 26 - function is autoloadable: tcpxcat
> ok 27 - nonexistent function is not autoloadable
> ok
> t/local/21_constants.t ...................... 
> 1..770
> ok 1 - constant is exported or not defined: AD_ACCESS_DENIED
> ok 2 - constant is exported or not defined: AD_BAD_CERTIFICATE
> ok 3 - constant is exported or not defined: AD_BAD_CERTIFICATE_HASH_VALUE
> ok 4 - constant is exported or not defined: AD_BAD_CERTIFICATE_STATUS_RESPONSE
> ok 5 - constant is exported or not defined: AD_BAD_RECORD_MAC
> ok 6 - constant is exported or not defined: AD_CERTIFICATE_EXPIRED
> ok 7 - constant is exported or not defined: AD_CERTIFICATE_REQUIRED
> ok 8 - constant is exported or not defined: AD_CERTIFICATE_REVOKED
> ok 9 - constant is exported or not defined: AD_CERTIFICATE_UNKNOWN
> ok 10 - constant is exported or not defined: AD_CERTIFICATE_UNOBTAINABLE
> ok 11 - constant is exported or not defined: AD_CLOSE_NOTIFY
> ok 12 - constant is exported or not defined: AD_DECODE_ERROR
> ok 13 - constant is exported or not defined: AD_DECOMPRESSION_FAILURE
> ok 14 - constant is exported or not defined: AD_DECRYPTION_FAILED
> ok 15 - constant is exported or not defined: AD_DECRYPT_ERROR
> ok 16 - constant is exported or not defined: AD_EXPORT_RESTRICTION
> ok 17 - constant is exported or not defined: AD_HANDSHAKE_FAILURE
> ok 18 - constant is exported or not defined: AD_ILLEGAL_PARAMETER
> ok 19 - constant is exported or not defined: AD_INAPPROPRIATE_FALLBACK
> ok 20 - constant is exported or not defined: AD_INSUFFICIENT_SECURITY
> ok 21 - constant is exported or not defined: AD_INTERNAL_ERROR
> ok 22 - constant is exported or not defined: AD_MISSING_EXTENSION
> ok 23 - constant is exported or not defined: AD_NO_APPLICATION_PROTOCOL
> ok 24 - constant is exported or not defined: AD_NO_CERTIFICATE
> ok 25 - constant is exported or not defined: AD_NO_RENEGOTIATION
> ok 26 - constant is exported or not defined: AD_PROTOCOL_VERSION
> ok 27 - constant is exported or not defined: AD_RECORD_OVERFLOW
> ok 28 - constant is exported or not defined: AD_UNEXPECTED_MESSAGE
> ok 29 - constant is exported or not defined: AD_UNKNOWN_CA
> ok 30 - constant is exported or not defined: AD_UNKNOWN_PSK_IDENTITY
> ok 31 - constant is exported or not defined: AD_UNRECOGNIZED_NAME
> ok 32 - constant is exported or not defined: AD_UNSUPPORTED_CERTIFICATE
> ok 33 - constant is exported or not defined: AD_UNSUPPORTED_EXTENSION
> ok 34 - constant is exported or not defined: AD_USER_CANCELLED
> ok 35 - constant is exported or not defined: ASN1_STRFLGS_ESC_CTRL
> ok 36 - constant is exported or not defined: ASN1_STRFLGS_ESC_MSB
> ok 37 - constant is exported or not defined: ASN1_STRFLGS_ESC_QUOTE
> ok 38 - constant is exported or not defined: ASN1_STRFLGS_RFC2253
> ok 39 - constant is exported or not defined: ASYNC_NO_JOBS
> ok 40 - constant is exported or not defined: ASYNC_PAUSED
> ok 41 - constant is exported or not defined: CB_ACCEPT_EXIT
> ok 42 - constant is exported or not defined: CB_ACCEPT_LOOP
> ok 43 - constant is exported or not defined: CB_ALERT
> ok 44 - constant is exported or not defined: CB_CONNECT_EXIT
> ok 45 - constant is exported or not defined: CB_CONNECT_LOOP
> ok 46 - constant is exported or not defined: CB_EXIT
> ok 47 - constant is exported or not defined: CB_HANDSHAKE_DONE
> ok 48 - constant is exported or not defined: CB_HANDSHAKE_START
> ok 49 - constant is exported or not defined: CB_LOOP
> ok 50 - constant is exported or not defined: CB_READ
> ok 51 - constant is exported or not defined: CB_READ_ALERT
> ok 52 - constant is exported or not defined: CB_WRITE
> ok 53 - constant is exported or not defined: CB_WRITE_ALERT
> ok 54 - constant is exported or not defined: CLIENT_HELLO_CB
> ok 55 - constant is exported or not defined: CLIENT_HELLO_ERROR
> ok 56 - constant is exported or not defined: CLIENT_HELLO_RETRY
> ok 57 - constant is exported or not defined: CLIENT_HELLO_SUCCESS
> ok 58 - constant is exported or not defined: CONF_MFLAGS_DEFAULT_SECTION
> ok 59 - constant is exported or not defined: CONF_MFLAGS_IGNORE_ERRORS
> ok 60 - constant is exported or not defined: CONF_MFLAGS_IGNORE_MISSING_FILE
> ok 61 - constant is exported or not defined: CONF_MFLAGS_IGNORE_RETURN_CODES
> ok 62 - constant is exported or not defined: CONF_MFLAGS_NO_DSO
> ok 63 - constant is exported or not defined: CONF_MFLAGS_SILENT
> ok 64 - constant is exported or not defined: ERROR_NONE
> ok 65 - constant is exported or not defined: ERROR_SSL
> ok 66 - constant is exported or not defined: ERROR_SYSCALL
> ok 67 - constant is exported or not defined: ERROR_WANT_ACCEPT
> ok 68 - constant is exported or not defined: ERROR_WANT_ASYNC
> ok 69 - constant is exported or not defined: ERROR_WANT_ASYNC_JOB
> ok 70 - constant is exported or not defined: ERROR_WANT_CLIENT_HELLO_CB
> ok 71 - constant is exported or not defined: ERROR_WANT_CONNECT
> ok 72 - constant is exported or not defined: ERROR_WANT_READ
> ok 73 - constant is exported or not defined: ERROR_WANT_RETRY_VERIFY
> ok 74 - constant is exported or not defined: ERROR_WANT_WRITE
> ok 75 - constant is exported or not defined: ERROR_WANT_X509_LOOKUP
> ok 76 - constant is exported or not defined: ERROR_ZERO_RETURN
> ok 77 - constant is exported or not defined: EVP_PKS_DSA
> ok 78 - constant is exported or not defined: EVP_PKS_EC
> ok 79 - constant is exported or not defined: EVP_PKS_RSA
> ok 80 - constant is exported or not defined: EVP_PKT_ENC
> ok 81 - constant is exported or not defined: EVP_PKT_EXCH
> ok 82 - constant is exported or not defined: EVP_PKT_EXP
> ok 83 - constant is exported or not defined: EVP_PKT_SIGN
> ok 84 - constant is exported or not defined: EVP_PK_DH
> ok 85 - constant is exported or not defined: EVP_PK_DSA
> ok 86 - constant is exported or not defined: EVP_PK_EC
> ok 87 - constant is exported or not defined: EVP_PK_RSA
> ok 88 - constant is exported or not defined: FILETYPE_ASN1
> ok 89 - constant is exported or not defined: FILETYPE_PEM
> ok 90 - constant is exported or not defined: F_CLIENT_CERTIFICATE
> ok 91 - constant is exported or not defined: F_CLIENT_HELLO
> ok 92 - constant is exported or not defined: F_CLIENT_MASTER_KEY
> ok 93 - constant is exported or not defined: F_D2I_SSL_SESSION
> ok 94 - constant is exported or not defined: F_GET_CLIENT_FINISHED
> ok 95 - constant is exported or not defined: F_GET_CLIENT_HELLO
> ok 96 - constant is exported or not defined: F_GET_CLIENT_MASTER_KEY
> ok 97 - constant is exported or not defined: F_GET_SERVER_FINISHED
> ok 98 - constant is exported or not defined: F_GET_SERVER_HELLO
> ok 99 - constant is exported or not defined: F_GET_SERVER_VERIFY
> ok 100 - constant is exported or not defined: F_I2D_SSL_SESSION
> ok 101 - constant is exported or not defined: F_READ_N
> ok 102 - constant is exported or not defined: F_REQUEST_CERTIFICATE
> ok 103 - constant is exported or not defined: F_SERVER_HELLO
> ok 104 - constant is exported or not defined: F_SSL_CERT_NEW
> ok 105 - constant is exported or not defined: F_SSL_GET_NEW_SESSION
> ok 106 - constant is exported or not defined: F_SSL_NEW
> ok 107 - constant is exported or not defined: F_SSL_READ
> ok 108 - constant is exported or not defined: F_SSL_RSA_PRIVATE_DECRYPT
> ok 109 - constant is exported or not defined: F_SSL_RSA_PUBLIC_ENCRYPT
> ok 110 - constant is exported or not defined: F_SSL_SESSION_NEW
> ok 111 - constant is exported or not defined: F_SSL_SESSION_PRINT_FP
> ok 112 - constant is exported or not defined: F_SSL_SET_FD
> ok 113 - constant is exported or not defined: F_SSL_SET_RFD
> ok 114 - constant is exported or not defined: F_SSL_SET_WFD
> ok 115 - constant is exported or not defined: F_SSL_USE_CERTIFICATE
> ok 116 - constant is exported or not defined: F_SSL_USE_CERTIFICATE_ASN1
> ok 117 - constant is exported or not defined: F_SSL_USE_CERTIFICATE_FILE
> ok 118 - constant is exported or not defined: F_SSL_USE_PRIVATEKEY
> ok 119 - constant is exported or not defined: F_SSL_USE_PRIVATEKEY_ASN1
> ok 120 - constant is exported or not defined: F_SSL_USE_PRIVATEKEY_FILE
> ok 121 - constant is exported or not defined: F_SSL_USE_RSAPRIVATEKEY
> ok 122 - constant is exported or not defined: F_SSL_USE_RSAPRIVATEKEY_ASN1
> ok 123 - constant is exported or not defined: F_SSL_USE_RSAPRIVATEKEY_FILE
> ok 124 - constant is exported or not defined: F_WRITE_PENDING
> ok 125 - constant is exported or not defined: GEN_DIRNAME
> ok 126 - constant is exported or not defined: GEN_DNS
> ok 127 - constant is exported or not defined: GEN_EDIPARTY
> ok 128 - constant is exported or not defined: GEN_EMAIL
> ok 129 - constant is exported or not defined: GEN_IPADD
> ok 130 - constant is exported or not defined: GEN_OTHERNAME
> ok 131 - constant is exported or not defined: GEN_RID
> ok 132 - constant is exported or not defined: GEN_URI
> ok 133 - constant is exported or not defined: GEN_X400
> ok 134 - constant is exported or not defined: LIBRESSL_VERSION_NUMBER
> ok 135 - constant is exported or not defined: MBSTRING_ASC
> ok 136 - constant is exported or not defined: MBSTRING_BMP
> ok 137 - constant is exported or not defined: MBSTRING_FLAG
> ok 138 - constant is exported or not defined: MBSTRING_UNIV
> ok 139 - constant is exported or not defined: MBSTRING_UTF8
> ok 140 - constant is exported or not defined: MIN_RSA_MODULUS_LENGTH_IN_BYTES
> ok 141 - constant is exported or not defined: MODE_ACCEPT_MOVING_WRITE_BUFFER
> ok 142 - constant is exported or not defined: MODE_ASYNC
> ok 143 - constant is exported or not defined: MODE_AUTO_RETRY
> ok 144 - constant is exported or not defined: MODE_ENABLE_PARTIAL_WRITE
> ok 145 - constant is exported or not defined: MODE_NO_AUTO_CHAIN
> ok 146 - constant is exported or not defined: MODE_RELEASE_BUFFERS
> ok 147 - constant is exported or not defined: NID_OCSP_sign
> ok 148 - constant is exported or not defined: NID_SMIMECapabilities
> ok 149 - constant is exported or not defined: NID_X500
> ok 150 - constant is exported or not defined: NID_X509
> ok 151 - constant is exported or not defined: NID_ad_OCSP
> ok 152 - constant is exported or not defined: NID_ad_ca_issuers
> ok 153 - constant is exported or not defined: NID_algorithm
> ok 154 - constant is exported or not defined: NID_authority_key_identifier
> ok 155 - constant is exported or not defined: NID_basic_constraints
> ok 156 - constant is exported or not defined: NID_bf_cbc
> ok 157 - constant is exported or not defined: NID_bf_cfb64
> ok 158 - constant is exported or not defined: NID_bf_ecb
> ok 159 - constant is exported or not defined: NID_bf_ofb64
> ok 160 - constant is exported or not defined: NID_cast5_cbc
> ok 161 - constant is exported or not defined: NID_cast5_cfb64
> ok 162 - constant is exported or not defined: NID_cast5_ecb
> ok 163 - constant is exported or not defined: NID_cast5_ofb64
> ok 164 - constant is exported or not defined: NID_certBag
> ok 165 - constant is exported or not defined: NID_certificate_policies
> ok 166 - constant is exported or not defined: NID_client_auth
> ok 167 - constant is exported or not defined: NID_code_sign
> ok 168 - constant is exported or not defined: NID_commonName
> ok 169 - constant is exported or not defined: NID_countryName
> ok 170 - constant is exported or not defined: NID_crlBag
> ok 171 - constant is exported or not defined: NID_crl_distribution_points
> ok 172 - constant is exported or not defined: NID_crl_number
> ok 173 - constant is exported or not defined: NID_crl_reason
> ok 174 - constant is exported or not defined: NID_delta_crl
> ok 175 - constant is exported or not defined: NID_des_cbc
> ok 176 - constant is exported or not defined: NID_des_cfb64
> ok 177 - constant is exported or not defined: NID_des_ecb
> ok 178 - constant is exported or not defined: NID_des_ede
> ok 179 - constant is exported or not defined: NID_des_ede3
> ok 180 - constant is exported or not defined: NID_des_ede3_cbc
> ok 181 - constant is exported or not defined: NID_des_ede3_cfb64
> ok 182 - constant is exported or not defined: NID_des_ede3_ofb64
> ok 183 - constant is exported or not defined: NID_des_ede_cbc
> ok 184 - constant is exported or not defined: NID_des_ede_cfb64
> ok 185 - constant is exported or not defined: NID_des_ede_ofb64
> ok 186 - constant is exported or not defined: NID_des_ofb64
> ok 187 - constant is exported or not defined: NID_description
> ok 188 - constant is exported or not defined: NID_desx_cbc
> ok 189 - constant is exported or not defined: NID_dhKeyAgreement
> ok 190 - constant is exported or not defined: NID_dnQualifier
> ok 191 - constant is exported or not defined: NID_dsa
> ok 192 - constant is exported or not defined: NID_dsaWithSHA
> ok 193 - constant is exported or not defined: NID_dsaWithSHA1
> ok 194 - constant is exported or not defined: NID_dsaWithSHA1_2
> ok 195 - constant is exported or not defined: NID_dsa_2
> ok 196 - constant is exported or not defined: NID_email_protect
> ok 197 - constant is exported or not defined: NID_ext_key_usage
> ok 198 - constant is exported or not defined: NID_ext_req
> ok 199 - constant is exported or not defined: NID_friendlyName
> ok 200 - constant is exported or not defined: NID_givenName
> ok 201 - constant is exported or not defined: NID_hmacWithSHA1
> ok 202 - constant is exported or not defined: NID_id_ad
> ok 203 - constant is exported or not defined: NID_id_ce
> ok 204 - constant is exported or not defined: NID_id_kp
> ok 205 - constant is exported or not defined: NID_id_pbkdf2
> ok 206 - constant is exported or not defined: NID_id_pe
> ok 207 - constant is exported or not defined: NID_id_pkix
> ok 208 - constant is exported or not defined: NID_id_qt_cps
> ok 209 - constant is exported or not defined: NID_id_qt_unotice
> ok 210 - constant is exported or not defined: NID_idea_cbc
> ok 211 - constant is exported or not defined: NID_idea_cfb64
> ok 212 - constant is exported or not defined: NID_idea_ecb
> ok 213 - constant is exported or not defined: NID_idea_ofb64
> ok 214 - constant is exported or not defined: NID_info_access
> ok 215 - constant is exported or not defined: NID_initials
> ok 216 - constant is exported or not defined: NID_invalidity_date
> ok 217 - constant is exported or not defined: NID_issuer_alt_name
> ok 218 - constant is exported or not defined: NID_keyBag
> ok 219 - constant is exported or not defined: NID_key_usage
> ok 220 - constant is exported or not defined: NID_localKeyID
> ok 221 - constant is exported or not defined: NID_localityName
> ok 222 - constant is exported or not defined: NID_md2
> ok 223 - constant is exported or not defined: NID_md2WithRSAEncryption
> ok 224 - constant is exported or not defined: NID_md5
> ok 225 - constant is exported or not defined: NID_md5WithRSA
> ok 226 - constant is exported or not defined: NID_md5WithRSAEncryption
> ok 227 - constant is exported or not defined: NID_md5_sha1
> ok 228 - constant is exported or not defined: NID_mdc2
> ok 229 - constant is exported or not defined: NID_mdc2WithRSA
> ok 230 - constant is exported or not defined: NID_ms_code_com
> ok 231 - constant is exported or not defined: NID_ms_code_ind
> ok 232 - constant is exported or not defined: NID_ms_ctl_sign
> ok 233 - constant is exported or not defined: NID_ms_efs
> ok 234 - constant is exported or not defined: NID_ms_ext_req
> ok 235 - constant is exported or not defined: NID_ms_sgc
> ok 236 - constant is exported or not defined: NID_name
> ok 237 - constant is exported or not defined: NID_netscape
> ok 238 - constant is exported or not defined: NID_netscape_base_url
> ok 239 - constant is exported or not defined: NID_netscape_ca_policy_url
> ok 240 - constant is exported or not defined: NID_netscape_ca_revocation_url
> ok 241 - constant is exported or not defined: NID_netscape_cert_extension
> ok 242 - constant is exported or not defined: NID_netscape_cert_sequence
> ok 243 - constant is exported or not defined: NID_netscape_cert_type
> ok 244 - constant is exported or not defined: NID_netscape_comment
> ok 245 - constant is exported or not defined: NID_netscape_data_type
> ok 246 - constant is exported or not defined: NID_netscape_renewal_url
> ok 247 - constant is exported or not defined: NID_netscape_revocation_url
> ok 248 - constant is exported or not defined: NID_netscape_ssl_server_name
> ok 249 - constant is exported or not defined: NID_ns_sgc
> ok 250 - constant is exported or not defined: NID_organizationName
> ok 251 - constant is exported or not defined: NID_organizationalUnitName
> ok 252 - constant is exported or not defined: NID_pbeWithMD2AndDES_CBC
> ok 253 - constant is exported or not defined: NID_pbeWithMD2AndRC2_CBC
> ok 254 - constant is exported or not defined: NID_pbeWithMD5AndCast5_CBC
> ok 255 - constant is exported or not defined: NID_pbeWithMD5AndDES_CBC
> ok 256 - constant is exported or not defined: NID_pbeWithMD5AndRC2_CBC
> ok 257 - constant is exported or not defined: NID_pbeWithSHA1AndDES_CBC
> ok 258 - constant is exported or not defined: NID_pbeWithSHA1AndRC2_CBC
> ok 259 - constant is exported or not defined: NID_pbe_WithSHA1And128BitRC2_CBC
> ok 260 - constant is exported or not defined: NID_pbe_WithSHA1And128BitRC4
> ok 261 - constant is exported or not defined: NID_pbe_WithSHA1And2_Key_TripleDES_CBC
> ok 262 - constant is exported or not defined: NID_pbe_WithSHA1And3_Key_TripleDES_CBC
> ok 263 - constant is exported or not defined: NID_pbe_WithSHA1And40BitRC2_CBC
> ok 264 - constant is exported or not defined: NID_pbe_WithSHA1And40BitRC4
> ok 265 - constant is exported or not defined: NID_pbes2
> ok 266 - constant is exported or not defined: NID_pbmac1
> ok 267 - constant is exported or not defined: NID_pkcs
> ok 268 - constant is exported or not defined: NID_pkcs3
> ok 269 - constant is exported or not defined: NID_pkcs7
> ok 270 - constant is exported or not defined: NID_pkcs7_data
> ok 271 - constant is exported or not defined: NID_pkcs7_digest
> ok 272 - constant is exported or not defined: NID_pkcs7_encrypted
> ok 273 - constant is exported or not defined: NID_pkcs7_enveloped
> ok 274 - constant is exported or not defined: NID_pkcs7_signed
> ok 275 - constant is exported or not defined: NID_pkcs7_signedAndEnveloped
> ok 276 - constant is exported or not defined: NID_pkcs8ShroudedKeyBag
> ok 277 - constant is exported or not defined: NID_pkcs9
> ok 278 - constant is exported or not defined: NID_pkcs9_challengePassword
> ok 279 - constant is exported or not defined: NID_pkcs9_contentType
> ok 280 - constant is exported or not defined: NID_pkcs9_countersignature
> ok 281 - constant is exported or not defined: NID_pkcs9_emailAddress
> ok 282 - constant is exported or not defined: NID_pkcs9_extCertAttributes
> ok 283 - constant is exported or not defined: NID_pkcs9_messageDigest
> ok 284 - constant is exported or not defined: NID_pkcs9_signingTime
> ok 285 - constant is exported or not defined: NID_pkcs9_unstructuredAddress
> ok 286 - constant is exported or not defined: NID_pkcs9_unstructuredName
> ok 287 - constant is exported or not defined: NID_private_key_usage_period
> ok 288 - constant is exported or not defined: NID_rc2_40_cbc
> ok 289 - constant is exported or not defined: NID_rc2_64_cbc
> ok 290 - constant is exported or not defined: NID_rc2_cbc
> ok 291 - constant is exported or not defined: NID_rc2_cfb64
> ok 292 - constant is exported or not defined: NID_rc2_ecb
> ok 293 - constant is exported or not defined: NID_rc2_ofb64
> ok 294 - constant is exported or not defined: NID_rc4
> ok 295 - constant is exported or not defined: NID_rc4_40
> ok 296 - constant is exported or not defined: NID_rc5_cbc
> ok 297 - constant is exported or not defined: NID_rc5_cfb64
> ok 298 - constant is exported or not defined: NID_rc5_ecb
> ok 299 - constant is exported or not defined: NID_rc5_ofb64
> ok 300 - constant is exported or not defined: NID_ripemd160
> ok 301 - constant is exported or not defined: NID_ripemd160WithRSA
> ok 302 - constant is exported or not defined: NID_rle_compression
> ok 303 - constant is exported or not defined: NID_rsa
> ok 304 - constant is exported or not defined: NID_rsaEncryption
> ok 305 - constant is exported or not defined: NID_rsadsi
> ok 306 - constant is exported or not defined: NID_safeContentsBag
> ok 307 - constant is exported or not defined: NID_sdsiCertificate
> ok 308 - constant is exported or not defined: NID_secretBag
> ok 309 - constant is exported or not defined: NID_serialNumber
> ok 310 - constant is exported or not defined: NID_server_auth
> ok 311 - constant is exported or not defined: NID_sha
> ok 312 - constant is exported or not defined: NID_sha1
> ok 313 - constant is exported or not defined: NID_sha1WithRSA
> ok 314 - constant is exported or not defined: NID_sha1WithRSAEncryption
> ok 315 - constant is exported or not defined: NID_sha224
> ok 316 - constant is exported or not defined: NID_sha224WithRSAEncryption
> ok 317 - constant is exported or not defined: NID_sha256
> ok 318 - constant is exported or not defined: NID_sha256WithRSAEncryption
> ok 319 - constant is exported or not defined: NID_sha384
> ok 320 - constant is exported or not defined: NID_sha384WithRSAEncryption
> ok 321 - constant is exported or not defined: NID_sha3_224
> ok 322 - constant is exported or not defined: NID_sha3_256
> ok 323 - constant is exported or not defined: NID_sha3_384
> ok 324 - constant is exported or not defined: NID_sha3_512
> ok 325 - constant is exported or not defined: NID_sha512
> ok 326 - constant is exported or not defined: NID_sha512WithRSAEncryption
> ok 327 - constant is exported or not defined: NID_sha512_224
> ok 328 - constant is exported or not defined: NID_sha512_224WithRSAEncryption
> ok 329 - constant is exported or not defined: NID_sha512_256
> ok 330 - constant is exported or not defined: NID_sha512_256WithRSAEncryption
> ok 331 - constant is exported or not defined: NID_shaWithRSAEncryption
> ok 332 - constant is exported or not defined: NID_shake128
> ok 333 - constant is exported or not defined: NID_shake256
> ok 334 - constant is exported or not defined: NID_stateOrProvinceName
> ok 335 - constant is exported or not defined: NID_subject_alt_name
> ok 336 - constant is exported or not defined: NID_subject_key_identifier
> ok 337 - constant is exported or not defined: NID_surname
> ok 338 - constant is exported or not defined: NID_sxnet
> ok 339 - constant is exported or not defined: NID_time_stamp
> ok 340 - constant is exported or not defined: NID_title
> ok 341 - constant is exported or not defined: NID_undef
> ok 342 - constant is exported or not defined: NID_uniqueIdentifier
> ok 343 - constant is exported or not defined: NID_x509Certificate
> ok 344 - constant is exported or not defined: NID_x509Crl
> ok 345 - constant is exported or not defined: NID_zlib_compression
> ok 346 - constant is exported or not defined: NOTHING
> ok 347 - constant is exported or not defined: OCSP_RESPONSE_STATUS_INTERNALERROR
> ok 348 - constant is exported or not defined: OCSP_RESPONSE_STATUS_MALFORMEDREQUEST
> ok 349 - constant is exported or not defined: OCSP_RESPONSE_STATUS_SIGREQUIRED
> ok 350 - constant is exported or not defined: OCSP_RESPONSE_STATUS_SUCCESSFUL
> ok 351 - constant is exported or not defined: OCSP_RESPONSE_STATUS_TRYLATER
> ok 352 - constant is exported or not defined: OCSP_RESPONSE_STATUS_UNAUTHORIZED
> ok 353 - constant is exported or not defined: OPENSSL_BUILT_ON
> ok 354 - constant is exported or not defined: OPENSSL_CFLAGS
> ok 355 - constant is exported or not defined: OPENSSL_CPU_INFO
> ok 356 - constant is exported or not defined: OPENSSL_DIR
> ok 357 - constant is exported or not defined: OPENSSL_ENGINES_DIR
> ok 358 - constant is exported or not defined: OPENSSL_FULL_VERSION_STRING
> ok 359 - constant is exported or not defined: OPENSSL_INFO_CONFIG_DIR
> ok 360 - constant is exported or not defined: OPENSSL_INFO_CPU_SETTINGS
> ok 361 - constant is exported or not defined: OPENSSL_INFO_DIR_FILENAME_SEPARATOR
> ok 362 - constant is exported or not defined: OPENSSL_INFO_DSO_EXTENSION
> ok 363 - constant is exported or not defined: OPENSSL_INFO_ENGINES_DIR
> ok 364 - constant is exported or not defined: OPENSSL_INFO_LIST_SEPARATOR
> ok 365 - constant is exported or not defined: OPENSSL_INFO_MODULES_DIR
> ok 366 - constant is exported or not defined: OPENSSL_INFO_SEED_SOURCE
> ok 367 - constant is exported or not defined: OPENSSL_INIT_ADD_ALL_CIPHERS
> ok 368 - constant is exported or not defined: OPENSSL_INIT_ADD_ALL_DIGESTS
> ok 369 - constant is exported or not defined: OPENSSL_INIT_ASYNC
> ok 370 - constant is exported or not defined: OPENSSL_INIT_ATFORK
> ok 371 - constant is exported or not defined: OPENSSL_INIT_ENGINE_AFALG
> ok 372 - constant is exported or not defined: OPENSSL_INIT_ENGINE_CAPI
> ok 373 - constant is exported or not defined: OPENSSL_INIT_ENGINE_CRYPTODEV
> ok 374 - constant is exported or not defined: OPENSSL_INIT_ENGINE_DYNAMIC
> ok 375 - constant is exported or not defined: OPENSSL_INIT_ENGINE_OPENSSL
> ok 376 - constant is exported or not defined: OPENSSL_INIT_ENGINE_PADLOCK
> ok 377 - constant is exported or not defined: OPENSSL_INIT_ENGINE_RDRAND
> ok 378 - constant is exported or not defined: OPENSSL_INIT_LOAD_CONFIG
> ok 379 - constant is exported or not defined: OPENSSL_INIT_LOAD_CRYPTO_STRINGS
> ok 380 - constant is exported or not defined: OPENSSL_INIT_LOAD_SSL_STRINGS
> ok 381 - constant is exported or not defined: OPENSSL_INIT_NO_ADD_ALL_CIPHERS
> ok 382 - constant is exported or not defined: OPENSSL_INIT_NO_ADD_ALL_DIGESTS
> ok 383 - constant is exported or not defined: OPENSSL_INIT_NO_ATEXIT
> ok 384 - constant is exported or not defined: OPENSSL_INIT_NO_LOAD_CONFIG
> ok 385 - constant is exported or not defined: OPENSSL_INIT_NO_LOAD_CRYPTO_STRINGS
> ok 386 - constant is exported or not defined: OPENSSL_INIT_NO_LOAD_SSL_STRINGS
> ok 387 - constant is exported or not defined: OPENSSL_MODULES_DIR
> ok 388 - constant is exported or not defined: OPENSSL_PLATFORM
> ok 389 - constant is exported or not defined: OPENSSL_VERSION
> ok 390 - constant is exported or not defined: OPENSSL_VERSION_MAJOR
> ok 391 - constant is exported or not defined: OPENSSL_VERSION_MINOR
> ok 392 - constant is exported or not defined: OPENSSL_VERSION_NUMBER
> ok 393 - constant is exported or not defined: OPENSSL_VERSION_PATCH
> ok 394 - constant is exported or not defined: OPENSSL_VERSION_STRING
> ok 395 - constant is exported or not defined: OP_ALL
> ok 396 - constant is exported or not defined: OP_ALLOW_CLIENT_RENEGOTIATION
> ok 397 - constant is exported or not defined: OP_ALLOW_NO_DHE_KEX
> ok 398 - constant is exported or not defined: OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION
> ok 399 - constant is exported or not defined: OP_CIPHER_SERVER_PREFERENCE
> ok 400 - constant is exported or not defined: OP_CISCO_ANYCONNECT
> ok 401 - constant is exported or not defined: OP_CLEANSE_PLAINTEXT
> ok 402 - constant is exported or not defined: OP_COOKIE_EXCHANGE
> ok 403 - constant is exported or not defined: OP_CRYPTOPRO_TLSEXT_BUG
> ok 404 - constant is exported or not defined: OP_DISABLE_TLSEXT_CA_NAMES
> ok 405 - constant is exported or not defined: OP_DONT_INSERT_EMPTY_FRAGMENTS
> ok 406 - constant is exported or not defined: OP_ENABLE_KTLS
> ok 407 - constant is exported or not defined: OP_ENABLE_MIDDLEBOX_COMPAT
> ok 408 - constant is exported or not defined: OP_EPHEMERAL_RSA
> ok 409 - constant is exported or not defined: OP_IGNORE_UNEXPECTED_EOF
> ok 410 - constant is exported or not defined: OP_LEGACY_SERVER_CONNECT
> ok 411 - constant is exported or not defined: OP_MICROSOFT_BIG_SSLV3_BUFFER
> ok 412 - constant is exported or not defined: OP_MICROSOFT_SESS_ID_BUG
> ok 413 - constant is exported or not defined: OP_MSIE_SSLV2_RSA_PADDING
> ok 414 - constant is exported or not defined: OP_NETSCAPE_CA_DN_BUG
> ok 415 - constant is exported or not defined: OP_NETSCAPE_CHALLENGE_BUG
> ok 416 - constant is exported or not defined: OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG
> ok 417 - constant is exported or not defined: OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG
> ok 418 - constant is exported or not defined: OP_NON_EXPORT_FIRST
> ok 419 - constant is exported or not defined: OP_NO_ANTI_REPLAY
> ok 420 - constant is exported or not defined: OP_NO_CLIENT_RENEGOTIATION
> ok 421 - constant is exported or not defined: OP_NO_COMPRESSION
> ok 422 - constant is exported or not defined: OP_NO_ENCRYPT_THEN_MAC
> ok 423 - constant is exported or not defined: OP_NO_EXTENDED_MASTER_SECRET
> ok 424 - constant is exported or not defined: OP_NO_QUERY_MTU
> ok 425 - constant is exported or not defined: OP_NO_RENEGOTIATION
> ok 426 - constant is exported or not defined: OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION
> ok 427 - constant is exported or not defined: OP_NO_SSL_MASK
> ok 428 - constant is exported or not defined: OP_NO_SSLv2
> ok 429 - constant is exported or not defined: OP_NO_SSLv3
> ok 430 - constant is exported or not defined: OP_NO_TICKET
> ok 431 - constant is exported or not defined: OP_NO_TLSv1
> ok 432 - constant is exported or not defined: OP_NO_TLSv1_1
> ok 433 - constant is exported or not defined: OP_NO_TLSv1_2
> ok 434 - constant is exported or not defined: OP_NO_TLSv1_3
> ok 435 - constant is exported or not defined: OP_PKCS1_CHECK_1
> ok 436 - constant is exported or not defined: OP_PKCS1_CHECK_2
> ok 437 - constant is exported or not defined: OP_PRIORITIZE_CHACHA
> ok 438 - constant is exported or not defined: OP_SAFARI_ECDHE_ECDSA_BUG
> ok 439 - constant is exported or not defined: OP_SINGLE_DH_USE
> ok 440 - constant is exported or not defined: OP_SINGLE_ECDH_USE
> ok 441 - constant is exported or not defined: OP_SSLEAY_080_CLIENT_DH_BUG
> ok 442 - constant is exported or not defined: OP_SSLREF2_REUSE_CERT_TYPE_BUG
> ok 443 - constant is exported or not defined: OP_TLSEXT_PADDING
> ok 444 - constant is exported or not defined: OP_TLS_BLOCK_PADDING_BUG
> ok 445 - constant is exported or not defined: OP_TLS_D5_BUG
> ok 446 - constant is exported or not defined: OP_TLS_ROLLBACK_BUG
> ok 447 - constant is exported or not defined: READING
> ok 448 - constant is exported or not defined: RECEIVED_SHUTDOWN
> ok 449 - constant is exported or not defined: RETRY_VERIFY
> ok 450 - constant is exported or not defined: RSA_3
> ok 451 - constant is exported or not defined: RSA_F4
> ok 452 - constant is exported or not defined: R_BAD_AUTHENTICATION_TYPE
> ok 453 - constant is exported or not defined: R_BAD_CHECKSUM
> ok 454 - constant is exported or not defined: R_BAD_MAC_DECODE
> ok 455 - constant is exported or not defined: R_BAD_RESPONSE_ARGUMENT
> ok 456 - constant is exported or not defined: R_BAD_SSL_FILETYPE
> ok 457 - constant is exported or not defined: R_BAD_SSL_SESSION_ID_LENGTH
> ok 458 - constant is exported or not defined: R_BAD_STATE
> ok 459 - constant is exported or not defined: R_BAD_WRITE_RETRY
> ok 460 - constant is exported or not defined: R_CHALLENGE_IS_DIFFERENT
> ok 461 - constant is exported or not defined: R_CIPHER_TABLE_SRC_ERROR
> ok 462 - constant is exported or not defined: R_INVALID_CHALLENGE_LENGTH
> ok 463 - constant is exported or not defined: R_NO_CERTIFICATE_SET
> ok 464 - constant is exported or not defined: R_NO_CERTIFICATE_SPECIFIED
> ok 465 - constant is exported or not defined: R_NO_CIPHER_LIST
> ok 466 - constant is exported or not defined: R_NO_CIPHER_MATCH
> ok 467 - constant is exported or not defined: R_NO_PRIVATEKEY
> ok 468 - constant is exported or not defined: R_NO_PUBLICKEY
> ok 469 - constant is exported or not defined: R_NULL_SSL_CTX
> ok 470 - constant is exported or not defined: R_PEER_DID_NOT_RETURN_A_CERTIFICATE
> ok 471 - constant is exported or not defined: R_PEER_ERROR
> ok 472 - constant is exported or not defined: R_PEER_ERROR_CERTIFICATE
> ok 473 - constant is exported or not defined: R_PEER_ERROR_NO_CIPHER
> ok 474 - constant is exported or not defined: R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE
> ok 475 - constant is exported or not defined: R_PUBLIC_KEY_ENCRYPT_ERROR
> ok 476 - constant is exported or not defined: R_PUBLIC_KEY_IS_NOT_RSA
> ok 477 - constant is exported or not defined: R_READ_WRONG_PACKET_TYPE
> ok 478 - constant is exported or not defined: R_SHORT_READ
> ok 479 - constant is exported or not defined: R_SSL_SESSION_ID_IS_DIFFERENT
> ok 480 - constant is exported or not defined: R_UNABLE_TO_EXTRACT_PUBLIC_KEY
> ok 481 - constant is exported or not defined: R_UNKNOWN_REMOTE_ERROR_TYPE
> ok 482 - constant is exported or not defined: R_UNKNOWN_STATE
> ok 483 - constant is exported or not defined: R_X509_LIB
> ok 484 - constant is exported or not defined: SENT_SHUTDOWN
> ok 485 - constant is exported or not defined: SESSION_ASN1_VERSION
> ok 486 - constant is exported or not defined: SESS_CACHE_BOTH
> ok 487 - constant is exported or not defined: SESS_CACHE_CLIENT
> ok 488 - constant is exported or not defined: SESS_CACHE_NO_AUTO_CLEAR
> ok 489 - constant is exported or not defined: SESS_CACHE_NO_INTERNAL
> ok 490 - constant is exported or not defined: SESS_CACHE_NO_INTERNAL_LOOKUP
> ok 491 - constant is exported or not defined: SESS_CACHE_NO_INTERNAL_STORE
> ok 492 - constant is exported or not defined: SESS_CACHE_OFF
> ok 493 - constant is exported or not defined: SESS_CACHE_SERVER
> ok 494 - constant is exported or not defined: SESS_CACHE_UPDATE_TIME
> ok 495 - constant is exported or not defined: SSL2_MT_CLIENT_CERTIFICATE
> ok 496 - constant is exported or not defined: SSL2_MT_CLIENT_FINISHED
> ok 497 - constant is exported or not defined: SSL2_MT_CLIENT_HELLO
> ok 498 - constant is exported or not defined: SSL2_MT_CLIENT_MASTER_KEY
> ok 499 - constant is exported or not defined: SSL2_MT_ERROR
> ok 500 - constant is exported or not defined: SSL2_MT_REQUEST_CERTIFICATE
> ok 501 - constant is exported or not defined: SSL2_MT_SERVER_FINISHED
> ok 502 - constant is exported or not defined: SSL2_MT_SERVER_HELLO
> ok 503 - constant is exported or not defined: SSL2_MT_SERVER_VERIFY
> ok 504 - constant is exported or not defined: SSL2_VERSION
> ok 505 - constant is exported or not defined: SSL3_MT_CCS
> ok 506 - constant is exported or not defined: SSL3_MT_CERTIFICATE
> ok 507 - constant is exported or not defined: SSL3_MT_CERTIFICATE_REQUEST
> ok 508 - constant is exported or not defined: SSL3_MT_CERTIFICATE_STATUS
> ok 509 - constant is exported or not defined: SSL3_MT_CERTIFICATE_URL
> ok 510 - constant is exported or not defined: SSL3_MT_CERTIFICATE_VERIFY
> ok 511 - constant is exported or not defined: SSL3_MT_CHANGE_CIPHER_SPEC
> ok 512 - constant is exported or not defined: SSL3_MT_CLIENT_HELLO
> ok 513 - constant is exported or not defined: SSL3_MT_CLIENT_KEY_EXCHANGE
> ok 514 - constant is exported or not defined: SSL3_MT_ENCRYPTED_EXTENSIONS
> ok 515 - constant is exported or not defined: SSL3_MT_END_OF_EARLY_DATA
> ok 516 - constant is exported or not defined: SSL3_MT_FINISHED
> ok 517 - constant is exported or not defined: SSL3_MT_HELLO_REQUEST
> ok 518 - constant is exported or not defined: SSL3_MT_KEY_UPDATE
> ok 519 - constant is exported or not defined: SSL3_MT_MESSAGE_HASH
> ok 520 - constant is exported or not defined: SSL3_MT_NEWSESSION_TICKET
> ok 521 - constant is exported or not defined: SSL3_MT_NEXT_PROTO
> ok 522 - constant is exported or not defined: SSL3_MT_SERVER_DONE
> ok 523 - constant is exported or not defined: SSL3_MT_SERVER_HELLO
> ok 524 - constant is exported or not defined: SSL3_MT_SERVER_KEY_EXCHANGE
> ok 525 - constant is exported or not defined: SSL3_MT_SUPPLEMENTAL_DATA
> ok 526 - constant is exported or not defined: SSL3_RT_ALERT
> ok 527 - constant is exported or not defined: SSL3_RT_APPLICATION_DATA
> ok 528 - constant is exported or not defined: SSL3_RT_CHANGE_CIPHER_SPEC
> ok 529 - constant is exported or not defined: SSL3_RT_HANDSHAKE
> ok 530 - constant is exported or not defined: SSL3_RT_HEADER
> ok 531 - constant is exported or not defined: SSL3_RT_INNER_CONTENT_TYPE
> ok 532 - constant is exported or not defined: SSL3_VERSION
> ok 533 - constant is exported or not defined: SSLEAY_BUILT_ON
> ok 534 - constant is exported or not defined: SSLEAY_CFLAGS
> ok 535 - constant is exported or not defined: SSLEAY_DIR
> ok 536 - constant is exported or not defined: SSLEAY_PLATFORM
> ok 537 - constant is exported or not defined: SSLEAY_VERSION
> ok 538 - constant is exported or not defined: ST_ACCEPT
> ok 539 - constant is exported or not defined: ST_BEFORE
> ok 540 - constant is exported or not defined: ST_CONNECT
> ok 541 - constant is exported or not defined: ST_INIT
> ok 542 - constant is exported or not defined: ST_OK
> ok 543 - constant is exported or not defined: ST_READ_BODY
> ok 544 - constant is exported or not defined: ST_READ_HEADER
> ok 545 - constant is exported or not defined: TLS1_1_VERSION
> ok 546 - constant is exported or not defined: TLS1_2_VERSION
> ok 547 - constant is exported or not defined: TLS1_3_VERSION
> ok 548 - constant is exported or not defined: TLS1_VERSION
> ok 549 - constant is exported or not defined: TLSEXT_STATUSTYPE_ocsp
> ok 550 - constant is exported or not defined: TLSEXT_TYPE_application_layer_protocol_negotiation
> ok 551 - constant is exported or not defined: TLSEXT_TYPE_cert_type
> ok 552 - constant is exported or not defined: TLSEXT_TYPE_certificate_authorities
> ok 553 - constant is exported or not defined: TLSEXT_TYPE_client_authz
> ok 554 - constant is exported or not defined: TLSEXT_TYPE_client_cert_type
> ok 555 - constant is exported or not defined: TLSEXT_TYPE_client_certificate_url
> ok 556 - constant is exported or not defined: TLSEXT_TYPE_compress_certificate
> ok 557 - constant is exported or not defined: TLSEXT_TYPE_cookie
> ok 558 - constant is exported or not defined: TLSEXT_TYPE_early_data
> ok 559 - constant is exported or not defined: TLSEXT_TYPE_ec_point_formats
> ok 560 - constant is exported or not defined: TLSEXT_TYPE_elliptic_curves
> ok 561 - constant is exported or not defined: TLSEXT_TYPE_encrypt_then_mac
> ok 562 - constant is exported or not defined: TLSEXT_TYPE_extended_master_secret
> ok 563 - constant is exported or not defined: TLSEXT_TYPE_key_share
> ok 564 - constant is exported or not defined: TLSEXT_TYPE_max_fragment_length
> ok 565 - constant is exported or not defined: TLSEXT_TYPE_next_proto_neg
> ok 566 - constant is exported or not defined: TLSEXT_TYPE_padding
> ok 567 - constant is exported or not defined: TLSEXT_TYPE_post_handshake_auth
> ok 568 - constant is exported or not defined: TLSEXT_TYPE_psk
> ok 569 - constant is exported or not defined: TLSEXT_TYPE_psk_kex_modes
> ok 570 - constant is exported or not defined: TLSEXT_TYPE_quic_transport_parameters
> ok 571 - constant is exported or not defined: TLSEXT_TYPE_renegotiate
> ok 572 - constant is exported or not defined: TLSEXT_TYPE_server_authz
> ok 573 - constant is exported or not defined: TLSEXT_TYPE_server_cert_type
> ok 574 - constant is exported or not defined: TLSEXT_TYPE_server_name
> ok 575 - constant is exported or not defined: TLSEXT_TYPE_session_ticket
> ok 576 - constant is exported or not defined: TLSEXT_TYPE_signature_algorithms
> ok 577 - constant is exported or not defined: TLSEXT_TYPE_signature_algorithms_cert
> ok 578 - constant is exported or not defined: TLSEXT_TYPE_signed_certificate_timestamp
> ok 579 - constant is exported or not defined: TLSEXT_TYPE_srp
> ok 580 - constant is exported or not defined: TLSEXT_TYPE_status_request
> ok 581 - constant is exported or not defined: TLSEXT_TYPE_supported_groups
> ok 582 - constant is exported or not defined: TLSEXT_TYPE_supported_versions
> ok 583 - constant is exported or not defined: TLSEXT_TYPE_truncated_hmac
> ok 584 - constant is exported or not defined: TLSEXT_TYPE_trusted_ca_keys
> ok 585 - constant is exported or not defined: TLSEXT_TYPE_use_srtp
> ok 586 - constant is exported or not defined: TLSEXT_TYPE_user_mapping
> ok 587 - constant is exported or not defined: VERIFY_CLIENT_ONCE
> ok 588 - constant is exported or not defined: VERIFY_FAIL_IF_NO_PEER_CERT
> ok 589 - constant is exported or not defined: VERIFY_NONE
> ok 590 - constant is exported or not defined: VERIFY_PEER
> ok 591 - constant is exported or not defined: VERIFY_POST_HANDSHAKE
> ok 592 - constant is exported or not defined: V_OCSP_CERTSTATUS_GOOD
> ok 593 - constant is exported or not defined: V_OCSP_CERTSTATUS_REVOKED
> ok 594 - constant is exported or not defined: V_OCSP_CERTSTATUS_UNKNOWN
> ok 595 - constant is exported or not defined: WRITING
> ok 596 - constant is exported or not defined: X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT
> ok 597 - constant is exported or not defined: X509_CHECK_FLAG_MULTI_LABEL_WILDCARDS
> ok 598 - constant is exported or not defined: X509_CHECK_FLAG_NEVER_CHECK_SUBJECT
> ok 599 - constant is exported or not defined: X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS
> ok 600 - constant is exported or not defined: X509_CHECK_FLAG_NO_WILDCARDS
> ok 601 - constant is exported or not defined: X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS
> ok 602 - constant is exported or not defined: X509_CRL_VERSION_1
> ok 603 - constant is exported or not defined: X509_CRL_VERSION_2
> ok 604 - constant is exported or not defined: X509_FILETYPE_ASN1
> ok 605 - constant is exported or not defined: X509_FILETYPE_DEFAULT
> ok 606 - constant is exported or not defined: X509_FILETYPE_PEM
> ok 607 - constant is exported or not defined: X509_LOOKUP
> ok 608 - constant is exported or not defined: X509_PURPOSE_ANY
> ok 609 - constant is exported or not defined: X509_PURPOSE_CRL_SIGN
> ok 610 - constant is exported or not defined: X509_PURPOSE_NS_SSL_SERVER
> ok 611 - constant is exported or not defined: X509_PURPOSE_OCSP_HELPER
> ok 612 - constant is exported or not defined: X509_PURPOSE_SMIME_ENCRYPT
> ok 613 - constant is exported or not defined: X509_PURPOSE_SMIME_SIGN
> ok 614 - constant is exported or not defined: X509_PURPOSE_SSL_CLIENT
> ok 615 - constant is exported or not defined: X509_PURPOSE_SSL_SERVER
> ok 616 - constant is exported or not defined: X509_PURPOSE_TIMESTAMP_SIGN
> ok 617 - constant is exported or not defined: X509_REQ_VERSION_1
> ok 618 - constant is exported or not defined: X509_REQ_VERSION_2
> ok 619 - constant is exported or not defined: X509_REQ_VERSION_3
> ok 620 - constant is exported or not defined: X509_TRUST_COMPAT
> ok 621 - constant is exported or not defined: X509_TRUST_DEFAULT
> ok 622 - constant is exported or not defined: X509_TRUST_EMAIL
> ok 623 - constant is exported or not defined: X509_TRUST_OBJECT_SIGN
> ok 624 - constant is exported or not defined: X509_TRUST_OCSP_REQUEST
> ok 625 - constant is exported or not defined: X509_TRUST_OCSP_SIGN
> ok 626 - constant is exported or not defined: X509_TRUST_SSL_CLIENT
> ok 627 - constant is exported or not defined: X509_TRUST_SSL_SERVER
> ok 628 - constant is exported or not defined: X509_TRUST_TSA
> ok 629 - constant is exported or not defined: X509_VERSION_1
> ok 630 - constant is exported or not defined: X509_VERSION_2
> ok 631 - constant is exported or not defined: X509_VERSION_3
> ok 632 - constant is exported or not defined: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH
> ok 633 - constant is exported or not defined: X509_V_ERR_AKID_SKID_MISMATCH
> ok 634 - constant is exported or not defined: X509_V_ERR_APPLICATION_VERIFICATION
> ok 635 - constant is exported or not defined: X509_V_ERR_AUTHORITY_KEY_IDENTIFIER_CRITICAL
> ok 636 - constant is exported or not defined: X509_V_ERR_CA_BCONS_NOT_CRITICAL
> ok 637 - constant is exported or not defined: X509_V_ERR_CA_CERT_MISSING_KEY_USAGE
> ok 638 - constant is exported or not defined: X509_V_ERR_CA_KEY_TOO_SMALL
> ok 639 - constant is exported or not defined: X509_V_ERR_CA_MD_TOO_WEAK
> ok 640 - constant is exported or not defined: X509_V_ERR_CERT_CHAIN_TOO_LONG
> ok 641 - constant is exported or not defined: X509_V_ERR_CERT_HAS_EXPIRED
> ok 642 - constant is exported or not defined: X509_V_ERR_CERT_NOT_YET_VALID
> ok 643 - constant is exported or not defined: X509_V_ERR_CERT_REJECTED
> ok 644 - constant is exported or not defined: X509_V_ERR_CERT_REVOKED
> ok 645 - constant is exported or not defined: X509_V_ERR_CERT_SIGNATURE_FAILURE
> ok 646 - constant is exported or not defined: X509_V_ERR_CERT_UNTRUSTED
> ok 647 - constant is exported or not defined: X509_V_ERR_CRL_HAS_EXPIRED
> ok 648 - constant is exported or not defined: X509_V_ERR_CRL_NOT_YET_VALID
> ok 649 - constant is exported or not defined: X509_V_ERR_CRL_PATH_VALIDATION_ERROR
> ok 650 - constant is exported or not defined: X509_V_ERR_CRL_SIGNATURE_FAILURE
> ok 651 - constant is exported or not defined: X509_V_ERR_DANE_NO_MATCH
> ok 652 - constant is exported or not defined: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT
> ok 653 - constant is exported or not defined: X509_V_ERR_DIFFERENT_CRL_SCOPE
> ok 654 - constant is exported or not defined: X509_V_ERR_EC_KEY_EXPLICIT_PARAMS
> ok 655 - constant is exported or not defined: X509_V_ERR_EE_KEY_TOO_SMALL
> ok 656 - constant is exported or not defined: X509_V_ERR_EMAIL_MISMATCH
> ok 657 - constant is exported or not defined: X509_V_ERR_EMPTY_SUBJECT_ALT_NAME
> ok 658 - constant is exported or not defined: X509_V_ERR_EMPTY_SUBJECT_SAN_NOT_CRITICAL
> ok 659 - constant is exported or not defined: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD
> ok 660 - constant is exported or not defined: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD
> ok 661 - constant is exported or not defined: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD
> ok 662 - constant is exported or not defined: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD
> ok 663 - constant is exported or not defined: X509_V_ERR_EXCLUDED_VIOLATION
> ok 664 - constant is exported or not defined: X509_V_ERR_EXTENSIONS_REQUIRE_VERSION_3
> ok 665 - constant is exported or not defined: X509_V_ERR_HOSTNAME_MISMATCH
> ok 666 - constant is exported or not defined: X509_V_ERR_INVALID_CA
> ok 667 - constant is exported or not defined: X509_V_ERR_INVALID_CALL
> ok 668 - constant is exported or not defined: X509_V_ERR_INVALID_EXTENSION
> ok 669 - constant is exported or not defined: X509_V_ERR_INVALID_NON_CA
> ok 670 - constant is exported or not defined: X509_V_ERR_INVALID_POLICY_EXTENSION
> ok 671 - constant is exported or not defined: X509_V_ERR_INVALID_PURPOSE
> ok 672 - constant is exported or not defined: X509_V_ERR_IP_ADDRESS_MISMATCH
> ok 673 - constant is exported or not defined: X509_V_ERR_ISSUER_NAME_EMPTY
> ok 674 - constant is exported or not defined: X509_V_ERR_KEYUSAGE_NO_CERTSIGN
> ok 675 - constant is exported or not defined: X509_V_ERR_KEYUSAGE_NO_CRL_SIGN
> ok 676 - constant is exported or not defined: X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE
> ok 677 - constant is exported or not defined: X509_V_ERR_KU_KEY_CERT_SIGN_INVALID_FOR_NON_CA
> ok 678 - constant is exported or not defined: X509_V_ERR_MISSING_AUTHORITY_KEY_IDENTIFIER
> ok 679 - constant is exported or not defined: X509_V_ERR_MISSING_SUBJECT_KEY_IDENTIFIER
> ok 680 - constant is exported or not defined: X509_V_ERR_NO_EXPLICIT_POLICY
> ok 681 - constant is exported or not defined: X509_V_ERR_NO_ISSUER_PUBLIC_KEY
> ok 682 - constant is exported or not defined: X509_V_ERR_NO_VALID_SCTS
> ok 683 - constant is exported or not defined: X509_V_ERR_OCSP_CERT_UNKNOWN
> ok 684 - constant is exported or not defined: X509_V_ERR_OCSP_VERIFY_FAILED
> ok 685 - constant is exported or not defined: X509_V_ERR_OCSP_VERIFY_NEEDED
> ok 686 - constant is exported or not defined: X509_V_ERR_OUT_OF_MEM
> ok 687 - constant is exported or not defined: X509_V_ERR_PATHLEN_INVALID_FOR_NON_CA
> ok 688 - constant is exported or not defined: X509_V_ERR_PATHLEN_WITHOUT_KU_KEY_CERT_SIGN
> ok 689 - constant is exported or not defined: X509_V_ERR_PATH_LENGTH_EXCEEDED
> ok 690 - constant is exported or not defined: X509_V_ERR_PATH_LOOP
> ok 691 - constant is exported or not defined: X509_V_ERR_PERMITTED_VIOLATION
> ok 692 - constant is exported or not defined: X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED
> ok 693 - constant is exported or not defined: X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED
> ok 694 - constant is exported or not defined: X509_V_ERR_PROXY_SUBJECT_NAME_VIOLATION
> ok 695 - constant is exported or not defined: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN
> ok 696 - constant is exported or not defined: X509_V_ERR_SIGNATURE_ALGORITHM_INCONSISTENCY
> ok 697 - constant is exported or not defined: X509_V_ERR_SIGNATURE_ALGORITHM_MISMATCH
> ok 698 - constant is exported or not defined: X509_V_ERR_STORE_LOOKUP
> ok 699 - constant is exported or not defined: X509_V_ERR_SUBJECT_ISSUER_MISMATCH
> ok 700 - constant is exported or not defined: X509_V_ERR_SUBJECT_KEY_IDENTIFIER_CRITICAL
> ok 701 - constant is exported or not defined: X509_V_ERR_SUBJECT_NAME_EMPTY
> ok 702 - constant is exported or not defined: X509_V_ERR_SUBTREE_MINMAX
> ok 703 - constant is exported or not defined: X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256
> ok 704 - constant is exported or not defined: X509_V_ERR_SUITE_B_INVALID_ALGORITHM
> ok 705 - constant is exported or not defined: X509_V_ERR_SUITE_B_INVALID_CURVE
> ok 706 - constant is exported or not defined: X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM
> ok 707 - constant is exported or not defined: X509_V_ERR_SUITE_B_INVALID_VERSION
> ok 708 - constant is exported or not defined: X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED
> ok 709 - constant is exported or not defined: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY
> ok 710 - constant is exported or not defined: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE
> ok 711 - constant is exported or not defined: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE
> ok 712 - constant is exported or not defined: X509_V_ERR_UNABLE_TO_GET_CRL
> ok 713 - constant is exported or not defined: X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER
> ok 714 - constant is exported or not defined: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT
> ok 715 - constant is exported or not defined: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY
> ok 716 - constant is exported or not defined: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE
> ok 717 - constant is exported or not defined: X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION
> ok 718 - constant is exported or not defined: X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION
> ok 719 - constant is exported or not defined: X509_V_ERR_UNNESTED_RESOURCE
> ok 720 - constant is exported or not defined: X509_V_ERR_UNSPECIFIED
> ok 721 - constant is exported or not defined: X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX
> ok 722 - constant is exported or not defined: X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE
> ok 723 - constant is exported or not defined: X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE
> ok 724 - constant is exported or not defined: X509_V_ERR_UNSUPPORTED_NAME_SYNTAX
> ok 725 - constant is exported or not defined: X509_V_ERR_UNSUPPORTED_SIGNATURE_ALGORITHM
> ok 726 - constant is exported or not defined: X509_V_FLAG_ALLOW_PROXY_CERTS
> ok 727 - constant is exported or not defined: X509_V_FLAG_CB_ISSUER_CHECK
> ok 728 - constant is exported or not defined: X509_V_FLAG_CHECK_SS_SIGNATURE
> ok 729 - constant is exported or not defined: X509_V_FLAG_CRL_CHECK
> ok 730 - constant is exported or not defined: X509_V_FLAG_CRL_CHECK_ALL
> ok 731 - constant is exported or not defined: X509_V_FLAG_EXPLICIT_POLICY
> ok 732 - constant is exported or not defined: X509_V_FLAG_EXTENDED_CRL_SUPPORT
> ok 733 - constant is exported or not defined: X509_V_FLAG_IGNORE_CRITICAL
> ok 734 - constant is exported or not defined: X509_V_FLAG_INHIBIT_ANY
> ok 735 - constant is exported or not defined: X509_V_FLAG_INHIBIT_MAP
> ok 736 - constant is exported or not defined: X509_V_FLAG_LEGACY_VERIFY
> ok 737 - constant is exported or not defined: X509_V_FLAG_NOTIFY_POLICY
> ok 738 - constant is exported or not defined: X509_V_FLAG_NO_ALT_CHAINS
> ok 739 - constant is exported or not defined: X509_V_FLAG_NO_CHECK_TIME
> ok 740 - constant is exported or not defined: X509_V_FLAG_PARTIAL_CHAIN
> ok 741 - constant is exported or not defined: X509_V_FLAG_POLICY_CHECK
> ok 742 - constant is exported or not defined: X509_V_FLAG_POLICY_MASK
> ok 743 - constant is exported or not defined: X509_V_FLAG_SUITEB_128_LOS
> ok 744 - constant is exported or not defined: X509_V_FLAG_SUITEB_128_LOS_ONLY
> ok 745 - constant is exported or not defined: X509_V_FLAG_SUITEB_192_LOS
> ok 746 - constant is exported or not defined: X509_V_FLAG_TRUSTED_FIRST
> ok 747 - constant is exported or not defined: X509_V_FLAG_USE_CHECK_TIME
> ok 748 - constant is exported or not defined: X509_V_FLAG_USE_DELTAS
> ok 749 - constant is exported or not defined: X509_V_FLAG_X509_STRICT
> ok 750 - constant is exported or not defined: X509_V_OK
> ok 751 - constant is exported or not defined: XN_FLAG_COMPAT
> ok 752 - constant is exported or not defined: XN_FLAG_DN_REV
> ok 753 - constant is exported or not defined: XN_FLAG_DUMP_UNKNOWN_FIELDS
> ok 754 - constant is exported or not defined: XN_FLAG_FN_ALIGN
> ok 755 - constant is exported or not defined: XN_FLAG_FN_LN
> ok 756 - constant is exported or not defined: XN_FLAG_FN_MASK
> ok 757 - constant is exported or not defined: XN_FLAG_FN_NONE
> ok 758 - constant is exported or not defined: XN_FLAG_FN_OID
> ok 759 - constant is exported or not defined: XN_FLAG_FN_SN
> ok 760 - constant is exported or not defined: XN_FLAG_MULTILINE
> ok 761 - constant is exported or not defined: XN_FLAG_ONELINE
> ok 762 - constant is exported or not defined: XN_FLAG_RFC2253
> ok 763 - constant is exported or not defined: XN_FLAG_SEP_COMMA_PLUS
> ok 764 - constant is exported or not defined: XN_FLAG_SEP_CPLUS_SPC
> ok 765 - constant is exported or not defined: XN_FLAG_SEP_MASK
> ok 766 - constant is exported or not defined: XN_FLAG_SEP_MULTILINE
> ok 767 - constant is exported or not defined: XN_FLAG_SEP_SPLUS_SPC
> ok 768 - constant is exported or not defined: XN_FLAG_SPC_EQ
> ok 769 - no constants missing from @EXPORT_OK (total missing: 0)
> ok 770 - referencing an undefined constant raises an exception
> ok
> t/local/22_provider.t ....................... 
> 1..16
> ok 1 - null provider load returns a pointer
> ok 2 - null provider loaded and available
> ok 3 - default provider not loaded, not available
> ok 4 - null provider successfully unloaded
> ok 5 - null provider is no longer available
> ok 6 - default provider still not loaded, not available
> ok 7 - default provider with NULL libctx loaded successfully
> ok 8 - OSSL_LIB_CTX_get0_global_default() returns a pointer
> ok 9 - default provider with default libctx loaded successfully
> ok 10 - OSSL_PROVIDER_load with undef and defined libctx return the same pointer
> ok 11 - get0_name for null provider
> ok 12 - get0_name for default provider
> ok 13 - self_test for null provider
> ok 14 - self_test for default provider
> ok 15 - provider 'null' was seen
> ok 16 - provider 'default' was seen
> ok
> t/local/22_provider_try_load.t .............. 
> 1..3
> ok 1 - try_load("null", retain_fallbacks = 1) returns a pointer
> ok 2 - default provider automatically loaded after try_load("null", retain_fallbacks = 1)
> ok 3 - null provider loaded after try_load("null", retain_fallbacks = 1)
> ok
> t/local/22_provider_try_load_zero_retain.t .. 
> 1..3
> ok 1 - try_load("null", retain_fallbacks = 0) returns a pointer
> ok 2 - default provider not automatically loaded after try_load("null", retain_fallbacks = 0)
> ok 3 - null provider loaded after try_load("null", retain_fallbacks = 0)
> ok
> t/local/23_openssl_init.t ................... 
> 1..10
> ok 1 - OPENSSL_INIT_new
> ok 2 - OPENSSL_INIT_set_config_filename
> ok 3 - OPENSSL_INIT_set_config_appname
> ok 4 - OPENSSL_INIT_init_crypto
> ok 5 - OPENSSL_INIT_init_ssl
> ok 6 - conf: MinProtocol set
> ok 7 - conf: MaxProtocol unset
> ok 8 - conf: 1st cipher TLS_AES_128_CCM_8_SHA256
> ok 9 - conf: 2nd cipher AES256-GCM-SHA384
> ok 10 - conf: 3rd cipher is undefined
> ok
> t/local/30_error.t .......................... 
> 1..11
> ok 1 - die_now dies without errors
> ok 2 - die_if_ssl_error lives without errors
> ok 3 - die_now dies with errors
> ok 4 - die_if_ssl_error dies with errors
> ok 5 - die_now dies without arrors and with trace
> ok 6 - die_if_ssl_error lives without errors and with trace
> ok 7 - die_now dies with errors and trace
> ok 8 - die_now raises warnings about the occurred error when tracing
> ok 9 - die_if_ssl_error dies with errors and trace
> ok 10 - die_if_ssl_error raises warnings about the occurred error when tracing
> ok 11 - tests run without outputting unexpected warnings
> ok
> t/local/31_rsa_generate_key.t ............... 
> 1..14
> ok 1 - RSA_generate_key with valid callback
> ok 2 - RSA_generate_key with invalid callback
> ok 3 - RSA_generate_key callback is executed in void context
> ok 4 - userdata will be undef if no userdata was given
> ok 5 - first argument is defined
> ok 6 - second argument is defined
> ok 7 - RSA_generate_key with valid callback
> ok 8 - callback has been called
> ok 9 - RSA_generate_key callback is executed in void context
> ok 10 - first argument is defined
> ok 11 - second argument is defined
> ok 12 - third argument is the userdata we passed in
> ok 13 - RSA_generate_key with valid callback and userdata
> ok 14 - callback has been called
> ok
> 
> #   Failed test 'X509V3_EXT_print nid=103	extended-cert.cert.pem:4'
> #   at t/local/32_x509_get_cert_info.t line 277.
> #          got: 'Full Name:
> #   URI:http://intermediate-ca.net-ssleay.example/crl1.crl
> # 
> # Full Name:
> #   URI:http://intermediate-ca.net-ssleay.example/crl2.crl
> # '
> #     expected: 'Full Name:
> #   URI:http://intermediate-ca.net-ssleay.example/crl1.crl
> # Full Name:
> #   URI:http://intermediate-ca.net-ssleay.example/crl2.crl'
> # Looks like you failed 1 test of 746.
> t/local/32_x509_get_cert_info.t ............. 
> 1..746
> ok 1 - X509_NAME_new
> ok 2 - X509_NAME_hash
> ok 3 - BIO_new_file	wildcard-cert.cert.pem
> ok 4 - PEM_read_bio_X509	wildcard-cert.cert.pem
> ok 5 - X509_get_pubkey	wildcard-cert.cert.pem
> ok 6 - X509_get_subject_name	wildcard-cert.cert.pem
> ok 7 - X509_NAME_entry_count	wildcard-cert.cert.pem
> ok 8 - X509_NAME_oneline	wildcard-cert.cert.pem
> ok 9 - X509_NAME_print_ex	wildcard-cert.cert.pem
> ok 10 - X509_NAME_get_entry	wildcard-cert.cert.pem:0
> ok 11 - X509_NAME_ENTRY_get_data	wildcard-cert.cert.pem:0
> ok 12 - X509_NAME_ENTRY_get_object	wildcard-cert.cert.pem:0
> ok 13 - OBJ_obj2txt	wildcard-cert.cert.pem:0
> ok 14 - P_ASN1_STRING_get.1	wildcard-cert.cert.pem:0
> ok 15 - P_ASN1_STRING_get.2	wildcard-cert.cert.pem:0
> ok 16 - X509_NAME_get_entry	wildcard-cert.cert.pem:1
> ok 17 - X509_NAME_ENTRY_get_data	wildcard-cert.cert.pem:1
> ok 18 - X509_NAME_ENTRY_get_object	wildcard-cert.cert.pem:1
> ok 19 - OBJ_obj2txt	wildcard-cert.cert.pem:1
> ok 20 - P_ASN1_STRING_get.1	wildcard-cert.cert.pem:1
> ok 21 - P_ASN1_STRING_get.2	wildcard-cert.cert.pem:1
> ok 22 - X509_NAME_get_entry	wildcard-cert.cert.pem:2
> ok 23 - X509_NAME_ENTRY_get_data	wildcard-cert.cert.pem:2
> ok 24 - X509_NAME_ENTRY_get_object	wildcard-cert.cert.pem:2
> ok 25 - OBJ_obj2txt	wildcard-cert.cert.pem:2
> ok 26 - P_ASN1_STRING_get.1	wildcard-cert.cert.pem:2
> ok 27 - P_ASN1_STRING_get.2	wildcard-cert.cert.pem:2
> ok 28 - X509_NAME_get_entry	wildcard-cert.cert.pem:3
> ok 29 - X509_NAME_ENTRY_get_data	wildcard-cert.cert.pem:3
> ok 30 - X509_NAME_ENTRY_get_object	wildcard-cert.cert.pem:3
> ok 31 - OBJ_obj2txt	wildcard-cert.cert.pem:3
> ok 32 - P_ASN1_STRING_get.1	wildcard-cert.cert.pem:3
> ok 33 - P_ASN1_STRING_get.2	wildcard-cert.cert.pem:3
> ok 34 - X509_get_subject_name	wildcard-cert.cert.pem
> ok 35 - X509_NAME_entry_count	wildcard-cert.cert.pem
> ok 36 - X509_NAME_oneline	wildcard-cert.cert.pem
> ok 37 - X509_NAME_print_ex	wildcard-cert.cert.pem
> ok 38 - X509_NAME_get_entry	wildcard-cert.cert.pem:0
> ok 39 - X509_NAME_ENTRY_get_data	wildcard-cert.cert.pem:0
> ok 40 - X509_NAME_ENTRY_get_object	wildcard-cert.cert.pem:0
> ok 41 - OBJ_obj2txt	wildcard-cert.cert.pem:0
> ok 42 - P_ASN1_STRING_get.1	wildcard-cert.cert.pem:0
> ok 43 - P_ASN1_STRING_get.2	wildcard-cert.cert.pem:0
> ok 44 - X509_NAME_get_entry	wildcard-cert.cert.pem:1
> ok 45 - X509_NAME_ENTRY_get_data	wildcard-cert.cert.pem:1
> ok 46 - X509_NAME_ENTRY_get_object	wildcard-cert.cert.pem:1
> ok 47 - OBJ_obj2txt	wildcard-cert.cert.pem:1
> ok 48 - P_ASN1_STRING_get.1	wildcard-cert.cert.pem:1
> ok 49 - P_ASN1_STRING_get.2	wildcard-cert.cert.pem:1
> ok 50 - X509_NAME_get_entry	wildcard-cert.cert.pem:2
> ok 51 - X509_NAME_ENTRY_get_data	wildcard-cert.cert.pem:2
> ok 52 - X509_NAME_ENTRY_get_object	wildcard-cert.cert.pem:2
> ok 53 - OBJ_obj2txt	wildcard-cert.cert.pem:2
> ok 54 - P_ASN1_STRING_get.1	wildcard-cert.cert.pem:2
> ok 55 - P_ASN1_STRING_get.2	wildcard-cert.cert.pem:2
> ok 56 - X509_NAME_get_entry	wildcard-cert.cert.pem:3
> ok 57 - X509_NAME_ENTRY_get_data	wildcard-cert.cert.pem:3
> ok 58 - X509_NAME_ENTRY_get_object	wildcard-cert.cert.pem:3
> ok 59 - OBJ_obj2txt	wildcard-cert.cert.pem:3
> ok 60 - P_ASN1_STRING_get.1	wildcard-cert.cert.pem:3
> ok 61 - P_ASN1_STRING_get.2	wildcard-cert.cert.pem:3
> ok 62 - subjectaltnames size	wildcard-cert.cert.pem
> ok 63 - subjectaltnames match	wildcard-cert.cert.pem:0
> ok 64 - subjectaltnames match	wildcard-cert.cert.pem:1
> ok 65 - X509_subject_name_hash dec	wildcard-cert.cert.pem
> ok 66 - X509_issuer_name_hash dec	wildcard-cert.cert.pem
> ok 67 - X509_issuer_and_serial_hash dec	wildcard-cert.cert.pem
> ok 68 - X509_get_fingerprint md5	wildcard-cert.cert.pem
> ok 69 - X509_get_fingerprint sha1	wildcard-cert.cert.pem
> ok 70 - X509_pubkey_digest	wildcard-cert.cert.pem
> ok 71 - X509_digest	wildcard-cert.cert.pem
> ok 72 - X509_get0_notBefore	wildcard-cert.cert.pem
> ok 73 - X509_getm_notBefore	wildcard-cert.cert.pem
> ok 74 - X509_get_notBefore	wildcard-cert.cert.pem
> ok 75 - X509_get0_notAfter	wildcard-cert.cert.pem
> ok 76 - X509_getm_notAfter	wildcard-cert.cert.pem
> ok 77 - X509_get_notAfter	wildcard-cert.cert.pem
> ok 78 - X509_get_serialNumber	wildcard-cert.cert.pem
> ok 79 - serial P_ASN1_INTEGER_get_hex	wildcard-cert.cert.pem
> ok 80 - serial P_ASN1_INTEGER_get_dec	wildcard-cert.cert.pem
> ok 81 - X509_get0_serialNumber	wildcard-cert.cert.pem
> ok 82 - serial P_ASN1_INTEGER_get_hex	wildcard-cert.cert.pem
> ok 83 - serial P_ASN1_INTEGER_get_dec	wildcard-cert.cert.pem
> ok 84 - X509_get_version	wildcard-cert.cert.pem
> ok 85 - X509_get_ext_count	wildcard-cert.cert.pem
> ok 86 - X509_get_ext	wildcard-cert.cert.pem:0
> ok 87 - X509_EXTENSION_get_data	wildcard-cert.cert.pem:0
> ok 88 - X509_EXTENSION_get_object	wildcard-cert.cert.pem:0
> ok 89 - X509_EXTENSION_get_critical	wildcard-cert.cert.pem:0
> ok 90 - OBJ_obj2txt	wildcard-cert.cert.pem:0
> ok 91 - OBJ_obj2nid	wildcard-cert.cert.pem:0
> ok 92 - OBJ_nid2ln nid=83	wildcard-cert.cert.pem:0
> ok 93 - OBJ_nid2sn nid=83	wildcard-cert.cert.pem:0
> ok 94 - X509V3_EXT_print nid=83	wildcard-cert.cert.pem:0
> ok 95 - X509_get_ext	wildcard-cert.cert.pem:1
> ok 96 - X509_EXTENSION_get_data	wildcard-cert.cert.pem:1
> ok 97 - X509_EXTENSION_get_object	wildcard-cert.cert.pem:1
> ok 98 - X509_EXTENSION_get_critical	wildcard-cert.cert.pem:1
> ok 99 - OBJ_obj2txt	wildcard-cert.cert.pem:1
> ok 100 - OBJ_obj2nid	wildcard-cert.cert.pem:1
> ok 101 - OBJ_nid2ln nid=126	wildcard-cert.cert.pem:1
> ok 102 - OBJ_nid2sn nid=126	wildcard-cert.cert.pem:1
> ok 103 - X509V3_EXT_print nid=126	wildcard-cert.cert.pem:1
> ok 104 - X509_get_ext	wildcard-cert.cert.pem:2
> ok 105 - X509_EXTENSION_get_data	wildcard-cert.cert.pem:2
> ok 106 - X509_EXTENSION_get_object	wildcard-cert.cert.pem:2
> ok 107 - X509_EXTENSION_get_critical	wildcard-cert.cert.pem:2
> ok 108 - OBJ_obj2txt	wildcard-cert.cert.pem:2
> ok 109 - OBJ_obj2nid	wildcard-cert.cert.pem:2
> ok 110 - OBJ_nid2ln nid=82	wildcard-cert.cert.pem:2
> ok 111 - OBJ_nid2sn nid=82	wildcard-cert.cert.pem:2
> ok 112 - X509V3_EXT_print nid=82	wildcard-cert.cert.pem:2
> ok 113 - X509_get_ext	wildcard-cert.cert.pem:3
> ok 114 - X509_EXTENSION_get_data	wildcard-cert.cert.pem:3
> ok 115 - X509_EXTENSION_get_object	wildcard-cert.cert.pem:3
> ok 116 - X509_EXTENSION_get_critical	wildcard-cert.cert.pem:3
> ok 117 - OBJ_obj2txt	wildcard-cert.cert.pem:3
> ok 118 - OBJ_obj2nid	wildcard-cert.cert.pem:3
> ok 119 - OBJ_nid2ln nid=85	wildcard-cert.cert.pem:3
> ok 120 - OBJ_nid2sn nid=85	wildcard-cert.cert.pem:3
> ok 121 - X509V3_EXT_print nid=85	wildcard-cert.cert.pem:3
> ok 122 - cdp size	wildcard-cert.cert.pem
> ok 123 - keyusage size	wildcard-cert.cert.pem
> ok 124 - ns_cert_type size	wildcard-cert.cert.pem
> ok 125 - keyusage match	wildcard-cert.cert.pem:0
> ok 126 - keyusage match	wildcard-cert.cert.pem:1
> ok 127 - extku_oid size	wildcard-cert.cert.pem
> ok 128 - extku_nid size	wildcard-cert.cert.pem
> ok 129 - extku_sn size	wildcard-cert.cert.pem
> ok 130 - extku_ln size	wildcard-cert.cert.pem
> ok 131 - extkeyusage_oid match	wildcard-cert.cert.pem:0
> ok 132 - extkeyusage_oid match	wildcard-cert.cert.pem:1
> ok 133 - extkeyusage_nid match	wildcard-cert.cert.pem:0
> ok 134 - extkeyusage_nid match	wildcard-cert.cert.pem:1
> ok 135 - extkeyusage_sn match	wildcard-cert.cert.pem:0
> ok 136 - extkeyusage_sn match	wildcard-cert.cert.pem:1
> ok 137 - extkeyusage_ln match	wildcard-cert.cert.pem:0
> ok 138 - extkeyusage_ln match	wildcard-cert.cert.pem:1
> ok 139 - X509_get_pubkey
> ok 140 - P_X509_get_signature_alg
> ok 141 - P_X509_get_pubkey_alg
> ok 142 - EVP_PKEY_size
> ok 143 - EVP_PKEY_bits
> ok 144 - wildcard-cert.cert.pem: EVP_PKEY_security_bits
> ok 145 - EVP_PKEY_id
> ok 146 - BIO_new_file	simple-cert.cert.pem
> ok 147 - PEM_read_bio_X509	simple-cert.cert.pem
> ok 148 - X509_get_pubkey	simple-cert.cert.pem
> ok 149 - X509_get_subject_name	simple-cert.cert.pem
> ok 150 - X509_NAME_entry_count	simple-cert.cert.pem
> ok 151 - X509_NAME_oneline	simple-cert.cert.pem
> ok 152 - X509_NAME_print_ex	simple-cert.cert.pem
> ok 153 - X509_NAME_get_entry	simple-cert.cert.pem:0
> ok 154 - X509_NAME_ENTRY_get_data	simple-cert.cert.pem:0
> ok 155 - X509_NAME_ENTRY_get_object	simple-cert.cert.pem:0
> ok 156 - OBJ_obj2txt	simple-cert.cert.pem:0
> ok 157 - P_ASN1_STRING_get.1	simple-cert.cert.pem:0
> ok 158 - P_ASN1_STRING_get.2	simple-cert.cert.pem:0
> ok 159 - X509_NAME_get_entry	simple-cert.cert.pem:1
> ok 160 - X509_NAME_ENTRY_get_data	simple-cert.cert.pem:1
> ok 161 - X509_NAME_ENTRY_get_object	simple-cert.cert.pem:1
> ok 162 - OBJ_obj2txt	simple-cert.cert.pem:1
> ok 163 - P_ASN1_STRING_get.1	simple-cert.cert.pem:1
> ok 164 - P_ASN1_STRING_get.2	simple-cert.cert.pem:1
> ok 165 - X509_NAME_get_entry	simple-cert.cert.pem:2
> ok 166 - X509_NAME_ENTRY_get_data	simple-cert.cert.pem:2
> ok 167 - X509_NAME_ENTRY_get_object	simple-cert.cert.pem:2
> ok 168 - OBJ_obj2txt	simple-cert.cert.pem:2
> ok 169 - P_ASN1_STRING_get.1	simple-cert.cert.pem:2
> ok 170 - P_ASN1_STRING_get.2	simple-cert.cert.pem:2
> ok 171 - X509_NAME_get_entry	simple-cert.cert.pem:3
> ok 172 - X509_NAME_ENTRY_get_data	simple-cert.cert.pem:3
> ok 173 - X509_NAME_ENTRY_get_object	simple-cert.cert.pem:3
> ok 174 - OBJ_obj2txt	simple-cert.cert.pem:3
> ok 175 - P_ASN1_STRING_get.1	simple-cert.cert.pem:3
> ok 176 - P_ASN1_STRING_get.2	simple-cert.cert.pem:3
> ok 177 - X509_get_subject_name	simple-cert.cert.pem
> ok 178 - X509_NAME_entry_count	simple-cert.cert.pem
> ok 179 - X509_NAME_oneline	simple-cert.cert.pem
> ok 180 - X509_NAME_print_ex	simple-cert.cert.pem
> ok 181 - X509_NAME_get_entry	simple-cert.cert.pem:0
> ok 182 - X509_NAME_ENTRY_get_data	simple-cert.cert.pem:0
> ok 183 - X509_NAME_ENTRY_get_object	simple-cert.cert.pem:0
> ok 184 - OBJ_obj2txt	simple-cert.cert.pem:0
> ok 185 - P_ASN1_STRING_get.1	simple-cert.cert.pem:0
> ok 186 - P_ASN1_STRING_get.2	simple-cert.cert.pem:0
> ok 187 - X509_NAME_get_entry	simple-cert.cert.pem:1
> ok 188 - X509_NAME_ENTRY_get_data	simple-cert.cert.pem:1
> ok 189 - X509_NAME_ENTRY_get_object	simple-cert.cert.pem:1
> ok 190 - OBJ_obj2txt	simple-cert.cert.pem:1
> ok 191 - P_ASN1_STRING_get.1	simple-cert.cert.pem:1
> ok 192 - P_ASN1_STRING_get.2	simple-cert.cert.pem:1
> ok 193 - X509_NAME_get_entry	simple-cert.cert.pem:2
> ok 194 - X509_NAME_ENTRY_get_data	simple-cert.cert.pem:2
> ok 195 - X509_NAME_ENTRY_get_object	simple-cert.cert.pem:2
> ok 196 - OBJ_obj2txt	simple-cert.cert.pem:2
> ok 197 - P_ASN1_STRING_get.1	simple-cert.cert.pem:2
> ok 198 - P_ASN1_STRING_get.2	simple-cert.cert.pem:2
> ok 199 - X509_NAME_get_entry	simple-cert.cert.pem:3
> ok 200 - X509_NAME_ENTRY_get_data	simple-cert.cert.pem:3
> ok 201 - X509_NAME_ENTRY_get_object	simple-cert.cert.pem:3
> ok 202 - OBJ_obj2txt	simple-cert.cert.pem:3
> ok 203 - P_ASN1_STRING_get.1	simple-cert.cert.pem:3
> ok 204 - P_ASN1_STRING_get.2	simple-cert.cert.pem:3
> ok 205 - subjectaltnames size	simple-cert.cert.pem
> ok 206 - X509_subject_name_hash dec	simple-cert.cert.pem
> ok 207 - X509_issuer_name_hash dec	simple-cert.cert.pem
> ok 208 - X509_issuer_and_serial_hash dec	simple-cert.cert.pem
> ok 209 - X509_get_fingerprint md5	simple-cert.cert.pem
> ok 210 - X509_get_fingerprint sha1	simple-cert.cert.pem
> ok 211 - X509_pubkey_digest	simple-cert.cert.pem
> ok 212 - X509_digest	simple-cert.cert.pem
> ok 213 - X509_get0_notBefore	simple-cert.cert.pem
> ok 214 - X509_getm_notBefore	simple-cert.cert.pem
> ok 215 - X509_get_notBefore	simple-cert.cert.pem
> ok 216 - X509_get0_notAfter	simple-cert.cert.pem
> ok 217 - X509_getm_notAfter	simple-cert.cert.pem
> ok 218 - X509_get_notAfter	simple-cert.cert.pem
> ok 219 - X509_get_serialNumber	simple-cert.cert.pem
> ok 220 - serial P_ASN1_INTEGER_get_hex	simple-cert.cert.pem
> ok 221 - serial P_ASN1_INTEGER_get_dec	simple-cert.cert.pem
> ok 222 - X509_get0_serialNumber	simple-cert.cert.pem
> ok 223 - serial P_ASN1_INTEGER_get_hex	simple-cert.cert.pem
> ok 224 - serial P_ASN1_INTEGER_get_dec	simple-cert.cert.pem
> ok 225 - X509_get_version	simple-cert.cert.pem
> ok 226 - X509_get_ext_count	simple-cert.cert.pem
> ok 227 - X509_get_ext	simple-cert.cert.pem:0
> ok 228 - X509_EXTENSION_get_data	simple-cert.cert.pem:0
> ok 229 - X509_EXTENSION_get_object	simple-cert.cert.pem:0
> ok 230 - X509_EXTENSION_get_critical	simple-cert.cert.pem:0
> ok 231 - OBJ_obj2txt	simple-cert.cert.pem:0
> ok 232 - OBJ_obj2nid	simple-cert.cert.pem:0
> ok 233 - OBJ_nid2ln nid=83	simple-cert.cert.pem:0
> ok 234 - OBJ_nid2sn nid=83	simple-cert.cert.pem:0
> ok 235 - X509V3_EXT_print nid=83	simple-cert.cert.pem:0
> ok 236 - X509_get_ext	simple-cert.cert.pem:1
> ok 237 - X509_EXTENSION_get_data	simple-cert.cert.pem:1
> ok 238 - X509_EXTENSION_get_object	simple-cert.cert.pem:1
> ok 239 - X509_EXTENSION_get_critical	simple-cert.cert.pem:1
> ok 240 - OBJ_obj2txt	simple-cert.cert.pem:1
> ok 241 - OBJ_obj2nid	simple-cert.cert.pem:1
> ok 242 - OBJ_nid2ln nid=126	simple-cert.cert.pem:1
> ok 243 - OBJ_nid2sn nid=126	simple-cert.cert.pem:1
> ok 244 - X509V3_EXT_print nid=126	simple-cert.cert.pem:1
> ok 245 - X509_get_ext	simple-cert.cert.pem:2
> ok 246 - X509_EXTENSION_get_data	simple-cert.cert.pem:2
> ok 247 - X509_EXTENSION_get_object	simple-cert.cert.pem:2
> ok 248 - X509_EXTENSION_get_critical	simple-cert.cert.pem:2
> ok 249 - OBJ_obj2txt	simple-cert.cert.pem:2
> ok 250 - OBJ_obj2nid	simple-cert.cert.pem:2
> ok 251 - OBJ_nid2ln nid=82	simple-cert.cert.pem:2
> ok 252 - OBJ_nid2sn nid=82	simple-cert.cert.pem:2
> ok 253 - X509V3_EXT_print nid=82	simple-cert.cert.pem:2
> ok 254 - cdp size	simple-cert.cert.pem
> ok 255 - keyusage size	simple-cert.cert.pem
> ok 256 - ns_cert_type size	simple-cert.cert.pem
> ok 257 - keyusage match	simple-cert.cert.pem:0
> ok 258 - keyusage match	simple-cert.cert.pem:1
> ok 259 - extku_oid size	simple-cert.cert.pem
> ok 260 - extku_nid size	simple-cert.cert.pem
> ok 261 - extku_sn size	simple-cert.cert.pem
> ok 262 - extku_ln size	simple-cert.cert.pem
> ok 263 - extkeyusage_oid match	simple-cert.cert.pem:0
> ok 264 - extkeyusage_oid match	simple-cert.cert.pem:1
> ok 265 - extkeyusage_nid match	simple-cert.cert.pem:0
> ok 266 - extkeyusage_nid match	simple-cert.cert.pem:1
> ok 267 - extkeyusage_sn match	simple-cert.cert.pem:0
> ok 268 - extkeyusage_sn match	simple-cert.cert.pem:1
> ok 269 - extkeyusage_ln match	simple-cert.cert.pem:0
> ok 270 - extkeyusage_ln match	simple-cert.cert.pem:1
> ok 271 - X509_get_pubkey
> ok 272 - P_X509_get_signature_alg
> ok 273 - P_X509_get_pubkey_alg
> ok 274 - EVP_PKEY_size
> ok 275 - EVP_PKEY_bits
> ok 276 - simple-cert.cert.pem: EVP_PKEY_security_bits
> ok 277 - EVP_PKEY_id
> ok 278 - BIO_new_file	extended-cert.cert.pem
> ok 279 - PEM_read_bio_X509	extended-cert.cert.pem
> ok 280 - X509_get_pubkey	extended-cert.cert.pem
> ok 281 - X509_get_subject_name	extended-cert.cert.pem
> ok 282 - X509_NAME_entry_count	extended-cert.cert.pem
> ok 283 - X509_NAME_oneline	extended-cert.cert.pem
> ok 284 - X509_NAME_print_ex	extended-cert.cert.pem
> ok 285 - X509_NAME_get_entry	extended-cert.cert.pem:0
> ok 286 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:0
> ok 287 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:0
> ok 288 - OBJ_obj2txt	extended-cert.cert.pem:0
> ok 289 - P_ASN1_STRING_get.1	extended-cert.cert.pem:0
> ok 290 - P_ASN1_STRING_get.2	extended-cert.cert.pem:0
> ok 291 - X509_NAME_get_entry	extended-cert.cert.pem:1
> ok 292 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:1
> ok 293 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:1
> ok 294 - OBJ_obj2txt	extended-cert.cert.pem:1
> ok 295 - P_ASN1_STRING_get.1	extended-cert.cert.pem:1
> ok 296 - P_ASN1_STRING_get.2	extended-cert.cert.pem:1
> ok 297 - X509_NAME_get_entry	extended-cert.cert.pem:2
> ok 298 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:2
> ok 299 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:2
> ok 300 - OBJ_obj2txt	extended-cert.cert.pem:2
> ok 301 - P_ASN1_STRING_get.1	extended-cert.cert.pem:2
> ok 302 - P_ASN1_STRING_get.2	extended-cert.cert.pem:2
> ok 303 - X509_NAME_get_entry	extended-cert.cert.pem:3
> ok 304 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:3
> ok 305 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:3
> ok 306 - OBJ_obj2txt	extended-cert.cert.pem:3
> ok 307 - P_ASN1_STRING_get.1	extended-cert.cert.pem:3
> ok 308 - P_ASN1_STRING_get.2	extended-cert.cert.pem:3
> ok 309 - X509_NAME_get_entry	extended-cert.cert.pem:4
> ok 310 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:4
> ok 311 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:4
> ok 312 - OBJ_obj2txt	extended-cert.cert.pem:4
> ok 313 - P_ASN1_STRING_get.1	extended-cert.cert.pem:4
> ok 314 - P_ASN1_STRING_get.2	extended-cert.cert.pem:4
> ok 315 - X509_NAME_get_entry	extended-cert.cert.pem:5
> ok 316 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:5
> ok 317 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:5
> ok 318 - OBJ_obj2txt	extended-cert.cert.pem:5
> ok 319 - P_ASN1_STRING_get.1	extended-cert.cert.pem:5
> ok 320 - P_ASN1_STRING_get.2	extended-cert.cert.pem:5
> ok 321 - X509_NAME_get_entry	extended-cert.cert.pem:6
> ok 322 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:6
> ok 323 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:6
> ok 324 - OBJ_obj2txt	extended-cert.cert.pem:6
> ok 325 - P_ASN1_STRING_get.1	extended-cert.cert.pem:6
> ok 326 - P_ASN1_STRING_get.2	extended-cert.cert.pem:6
> ok 327 - X509_NAME_get_entry	extended-cert.cert.pem:7
> ok 328 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:7
> ok 329 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:7
> ok 330 - OBJ_obj2txt	extended-cert.cert.pem:7
> ok 331 - P_ASN1_STRING_get.1	extended-cert.cert.pem:7
> ok 332 - P_ASN1_STRING_get.2	extended-cert.cert.pem:7
> ok 333 - X509_NAME_get_entry	extended-cert.cert.pem:8
> ok 334 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:8
> ok 335 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:8
> ok 336 - OBJ_obj2txt	extended-cert.cert.pem:8
> ok 337 - P_ASN1_STRING_get.1	extended-cert.cert.pem:8
> ok 338 - P_ASN1_STRING_get.2	extended-cert.cert.pem:8
> ok 339 - X509_NAME_get_entry	extended-cert.cert.pem:9
> ok 340 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:9
> ok 341 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:9
> ok 342 - OBJ_obj2txt	extended-cert.cert.pem:9
> ok 343 - P_ASN1_STRING_get.1	extended-cert.cert.pem:9
> ok 344 - P_ASN1_STRING_get.2	extended-cert.cert.pem:9
> ok 345 - X509_NAME_get_entry	extended-cert.cert.pem:10
> ok 346 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:10
> ok 347 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:10
> ok 348 - OBJ_obj2txt	extended-cert.cert.pem:10
> ok 349 - P_ASN1_STRING_get.1	extended-cert.cert.pem:10
> ok 350 - P_ASN1_STRING_get.2	extended-cert.cert.pem:10
> ok 351 - X509_NAME_get_entry	extended-cert.cert.pem:11
> ok 352 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:11
> ok 353 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:11
> ok 354 - OBJ_obj2txt	extended-cert.cert.pem:11
> ok 355 - P_ASN1_STRING_get.1	extended-cert.cert.pem:11
> ok 356 - P_ASN1_STRING_get.2	extended-cert.cert.pem:11
> ok 357 - X509_NAME_get_entry	extended-cert.cert.pem:12
> ok 358 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:12
> ok 359 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:12
> ok 360 - OBJ_obj2txt	extended-cert.cert.pem:12
> ok 361 - P_ASN1_STRING_get.1	extended-cert.cert.pem:12
> ok 362 - P_ASN1_STRING_get.2	extended-cert.cert.pem:12
> ok 363 - X509_NAME_get_entry	extended-cert.cert.pem:13
> ok 364 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:13
> ok 365 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:13
> ok 366 - OBJ_obj2txt	extended-cert.cert.pem:13
> ok 367 - P_ASN1_STRING_get.1	extended-cert.cert.pem:13
> ok 368 - P_ASN1_STRING_get.2	extended-cert.cert.pem:13
> ok 369 - X509_get_subject_name	extended-cert.cert.pem
> ok 370 - X509_NAME_entry_count	extended-cert.cert.pem
> ok 371 - X509_NAME_oneline	extended-cert.cert.pem
> ok 372 - X509_NAME_print_ex	extended-cert.cert.pem
> ok 373 - X509_NAME_get_entry	extended-cert.cert.pem:0
> ok 374 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:0
> ok 375 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:0
> ok 376 - OBJ_obj2txt	extended-cert.cert.pem:0
> ok 377 - P_ASN1_STRING_get.1	extended-cert.cert.pem:0
> ok 378 - P_ASN1_STRING_get.2	extended-cert.cert.pem:0
> ok 379 - X509_NAME_get_entry	extended-cert.cert.pem:1
> ok 380 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:1
> ok 381 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:1
> ok 382 - OBJ_obj2txt	extended-cert.cert.pem:1
> ok 383 - P_ASN1_STRING_get.1	extended-cert.cert.pem:1
> ok 384 - P_ASN1_STRING_get.2	extended-cert.cert.pem:1
> ok 385 - X509_NAME_get_entry	extended-cert.cert.pem:2
> ok 386 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:2
> ok 387 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:2
> ok 388 - OBJ_obj2txt	extended-cert.cert.pem:2
> ok 389 - P_ASN1_STRING_get.1	extended-cert.cert.pem:2
> ok 390 - P_ASN1_STRING_get.2	extended-cert.cert.pem:2
> ok 391 - X509_NAME_get_entry	extended-cert.cert.pem:3
> ok 392 - X509_NAME_ENTRY_get_data	extended-cert.cert.pem:3
> ok 393 - X509_NAME_ENTRY_get_object	extended-cert.cert.pem:3
> ok 394 - OBJ_obj2txt	extended-cert.cert.pem:3
> ok 395 - P_ASN1_STRING_get.1	extended-cert.cert.pem:3
> ok 396 - P_ASN1_STRING_get.2	extended-cert.cert.pem:3
> ok 397 - subjectaltnames size	extended-cert.cert.pem
> ok 398 - subjectaltnames match	extended-cert.cert.pem:0
> ok 399 - subjectaltnames match	extended-cert.cert.pem:1
> ok 400 - subjectaltnames match	extended-cert.cert.pem:2
> ok 401 - subjectaltnames match	extended-cert.cert.pem:3
> ok 402 - subjectaltnames match	extended-cert.cert.pem:4
> ok 403 - subjectaltnames match	extended-cert.cert.pem:5
> ok 404 - subjectaltnames match	extended-cert.cert.pem:6
> ok 405 - subjectaltnames match	extended-cert.cert.pem:7
> ok 406 - subjectaltnames match	extended-cert.cert.pem:8
> ok 407 - subjectaltnames match	extended-cert.cert.pem:9
> ok 408 - subjectaltnames match	extended-cert.cert.pem:10
> ok 409 - subjectaltnames match	extended-cert.cert.pem:11
> ok 410 - subjectaltnames match	extended-cert.cert.pem:12
> ok 411 - subjectaltnames match	extended-cert.cert.pem:13
> ok 412 - X509_subject_name_hash dec	extended-cert.cert.pem
> ok 413 - X509_issuer_name_hash dec	extended-cert.cert.pem
> ok 414 - X509_issuer_and_serial_hash dec	extended-cert.cert.pem
> ok 415 - X509_get_fingerprint md5	extended-cert.cert.pem
> ok 416 - X509_get_fingerprint sha1	extended-cert.cert.pem
> ok 417 - X509_pubkey_digest	extended-cert.cert.pem
> ok 418 - X509_digest	extended-cert.cert.pem
> ok 419 - X509_get0_notBefore	extended-cert.cert.pem
> ok 420 - X509_getm_notBefore	extended-cert.cert.pem
> ok 421 - X509_get_notBefore	extended-cert.cert.pem
> ok 422 - X509_get0_notAfter	extended-cert.cert.pem
> ok 423 - X509_getm_notAfter	extended-cert.cert.pem
> ok 424 - X509_get_notAfter	extended-cert.cert.pem
> ok 425 - X509_get_serialNumber	extended-cert.cert.pem
> ok 426 - serial P_ASN1_INTEGER_get_hex	extended-cert.cert.pem
> ok 427 - serial P_ASN1_INTEGER_get_dec	extended-cert.cert.pem
> ok 428 - X509_get0_serialNumber	extended-cert.cert.pem
> ok 429 - serial P_ASN1_INTEGER_get_hex	extended-cert.cert.pem
> ok 430 - serial P_ASN1_INTEGER_get_dec	extended-cert.cert.pem
> ok 431 - X509_get_version	extended-cert.cert.pem
> ok 432 - X509_get_ext_count	extended-cert.cert.pem
> ok 433 - X509_get_ext	extended-cert.cert.pem:0
> ok 434 - X509_EXTENSION_get_data	extended-cert.cert.pem:0
> ok 435 - X509_EXTENSION_get_object	extended-cert.cert.pem:0
> ok 436 - X509_EXTENSION_get_critical	extended-cert.cert.pem:0
> ok 437 - OBJ_obj2txt	extended-cert.cert.pem:0
> ok 438 - OBJ_obj2nid	extended-cert.cert.pem:0
> ok 439 - OBJ_nid2ln nid=177	extended-cert.cert.pem:0
> ok 440 - OBJ_nid2sn nid=177	extended-cert.cert.pem:0
> ok 441 - X509V3_EXT_print nid=177	extended-cert.cert.pem:0
> ok 442 - X509_get_ext	extended-cert.cert.pem:1
> ok 443 - X509_EXTENSION_get_data	extended-cert.cert.pem:1
> ok 444 - X509_EXTENSION_get_object	extended-cert.cert.pem:1
> ok 445 - X509_EXTENSION_get_critical	extended-cert.cert.pem:1
> ok 446 - OBJ_obj2txt	extended-cert.cert.pem:1
> ok 447 - OBJ_obj2nid	extended-cert.cert.pem:1
> ok 448 - OBJ_nid2ln nid=90	extended-cert.cert.pem:1
> ok 449 - OBJ_nid2sn nid=90	extended-cert.cert.pem:1
> ok 450 - X509V3_EXT_print nid=90	extended-cert.cert.pem:1
> ok 451 - X509_get_ext	extended-cert.cert.pem:2
> ok 452 - X509_EXTENSION_get_data	extended-cert.cert.pem:2
> ok 453 - X509_EXTENSION_get_object	extended-cert.cert.pem:2
> ok 454 - X509_EXTENSION_get_critical	extended-cert.cert.pem:2
> ok 455 - OBJ_obj2txt	extended-cert.cert.pem:2
> ok 456 - OBJ_obj2nid	extended-cert.cert.pem:2
> ok 457 - OBJ_nid2ln nid=87	extended-cert.cert.pem:2
> ok 458 - OBJ_nid2sn nid=87	extended-cert.cert.pem:2
> ok 459 - X509V3_EXT_print nid=87	extended-cert.cert.pem:2
> ok 460 - X509_get_ext	extended-cert.cert.pem:3
> ok 461 - X509_EXTENSION_get_data	extended-cert.cert.pem:3
> ok 462 - X509_EXTENSION_get_object	extended-cert.cert.pem:3
> ok 463 - X509_EXTENSION_get_critical	extended-cert.cert.pem:3
> ok 464 - OBJ_obj2txt	extended-cert.cert.pem:3
> ok 465 - OBJ_obj2nid	extended-cert.cert.pem:3
> ok 466 - OBJ_nid2ln nid=89	extended-cert.cert.pem:3
> ok 467 - OBJ_nid2sn nid=89	extended-cert.cert.pem:3
> ok 468 - X509V3_EXT_print nid=89	extended-cert.cert.pem:3
> ok 469 - X509_get_ext	extended-cert.cert.pem:4
> ok 470 - X509_EXTENSION_get_data	extended-cert.cert.pem:4
> ok 471 - X509_EXTENSION_get_object	extended-cert.cert.pem:4
> ok 472 - X509_EXTENSION_get_critical	extended-cert.cert.pem:4
> ok 473 - OBJ_obj2txt	extended-cert.cert.pem:4
> ok 474 - OBJ_obj2nid	extended-cert.cert.pem:4
> ok 475 - OBJ_nid2ln nid=103	extended-cert.cert.pem:4
> ok 476 - OBJ_nid2sn nid=103	extended-cert.cert.pem:4
> not ok 477 - X509V3_EXT_print nid=103	extended-cert.cert.pem:4
> ok 478 - X509_get_ext	extended-cert.cert.pem:5
> ok 479 - X509_EXTENSION_get_data	extended-cert.cert.pem:5
> ok 480 - X509_EXTENSION_get_object	extended-cert.cert.pem:5
> ok 481 - X509_EXTENSION_get_critical	extended-cert.cert.pem:5
> ok 482 - OBJ_obj2txt	extended-cert.cert.pem:5
> ok 483 - OBJ_obj2nid	extended-cert.cert.pem:5
> ok 484 - OBJ_nid2ln nid=126	extended-cert.cert.pem:5
> ok 485 - OBJ_nid2sn nid=126	extended-cert.cert.pem:5
> ok 486 - X509V3_EXT_print nid=126	extended-cert.cert.pem:5
> ok 487 - X509_get_ext	extended-cert.cert.pem:6
> ok 488 - X509_EXTENSION_get_data	extended-cert.cert.pem:6
> ok 489 - X509_EXTENSION_get_object	extended-cert.cert.pem:6
> ok 490 - X509_EXTENSION_get_critical	extended-cert.cert.pem:6
> ok 491 - OBJ_obj2txt	extended-cert.cert.pem:6
> ok 492 - OBJ_obj2nid	extended-cert.cert.pem:6
> ok 493 - OBJ_nid2ln nid=86	extended-cert.cert.pem:6
> ok 494 - OBJ_nid2sn nid=86	extended-cert.cert.pem:6
> ok 495 - X509V3_EXT_print nid=86	extended-cert.cert.pem:6
> ok 496 - X509_get_ext	extended-cert.cert.pem:7
> ok 497 - X509_EXTENSION_get_data	extended-cert.cert.pem:7
> ok 498 - X509_EXTENSION_get_object	extended-cert.cert.pem:7
> ok 499 - X509_EXTENSION_get_critical	extended-cert.cert.pem:7
> ok 500 - OBJ_obj2txt	extended-cert.cert.pem:7
> ok 501 - OBJ_obj2nid	extended-cert.cert.pem:7
> ok 502 - OBJ_nid2ln nid=83	extended-cert.cert.pem:7
> ok 503 - OBJ_nid2sn nid=83	extended-cert.cert.pem:7
> ok 504 - X509V3_EXT_print nid=83	extended-cert.cert.pem:7
> ok 505 - X509_get_ext	extended-cert.cert.pem:8
> ok 506 - X509_EXTENSION_get_data	extended-cert.cert.pem:8
> ok 507 - X509_EXTENSION_get_object	extended-cert.cert.pem:8
> ok 508 - X509_EXTENSION_get_critical	extended-cert.cert.pem:8
> ok 509 - OBJ_obj2txt	extended-cert.cert.pem:8
> ok 510 - OBJ_obj2nid	extended-cert.cert.pem:8
> ok 511 - OBJ_nid2ln nid=85	extended-cert.cert.pem:8
> ok 512 - OBJ_nid2sn nid=85	extended-cert.cert.pem:8
> ok 513 - X509V3_EXT_print nid=85	extended-cert.cert.pem:8
> ok 514 - X509_get_ext	extended-cert.cert.pem:9
> ok 515 - X509_EXTENSION_get_data	extended-cert.cert.pem:9
> ok 516 - X509_EXTENSION_get_object	extended-cert.cert.pem:9
> ok 517 - X509_EXTENSION_get_critical	extended-cert.cert.pem:9
> ok 518 - OBJ_obj2txt	extended-cert.cert.pem:9
> ok 519 - OBJ_obj2nid	extended-cert.cert.pem:9
> ok 520 - OBJ_nid2ln nid=82	extended-cert.cert.pem:9
> ok 521 - OBJ_nid2sn nid=82	extended-cert.cert.pem:9
> ok 522 - X509V3_EXT_print nid=82	extended-cert.cert.pem:9
> ok 523 - cdp size	extended-cert.cert.pem
> ok 524 - cdp match	extended-cert.cert.pem:0
> ok 525 - cdp match	extended-cert.cert.pem:1
> ok 526 - keyusage size	extended-cert.cert.pem
> ok 527 - ns_cert_type size	extended-cert.cert.pem
> ok 528 - keyusage match	extended-cert.cert.pem:0
> ok 529 - keyusage match	extended-cert.cert.pem:1
> ok 530 - keyusage match	extended-cert.cert.pem:2
> ok 531 - keyusage match	extended-cert.cert.pem:3
> ok 532 - keyusage match	extended-cert.cert.pem:4
> ok 533 - keyusage match	extended-cert.cert.pem:5
> ok 534 - keyusage match	extended-cert.cert.pem:6
> ok 535 - keyusage match	extended-cert.cert.pem:7
> ok 536 - extku_oid size	extended-cert.cert.pem
> ok 537 - extku_nid size	extended-cert.cert.pem
> ok 538 - extku_sn size	extended-cert.cert.pem
> ok 539 - extku_ln size	extended-cert.cert.pem
> ok 540 - extkeyusage_oid match	extended-cert.cert.pem:0
> ok 541 - extkeyusage_oid match	extended-cert.cert.pem:1
> ok 542 - extkeyusage_oid match	extended-cert.cert.pem:2
> ok 543 - extkeyusage_oid match	extended-cert.cert.pem:3
> ok 544 - extkeyusage_oid match	extended-cert.cert.pem:4
> ok 545 - extkeyusage_oid match	extended-cert.cert.pem:5
> ok 546 - extkeyusage_oid match	extended-cert.cert.pem:6
> ok 547 - extkeyusage_oid match	extended-cert.cert.pem:7
> ok 548 - extkeyusage_oid match	extended-cert.cert.pem:8
> ok 549 - extkeyusage_oid match	extended-cert.cert.pem:9
> ok 550 - extkeyusage_oid match	extended-cert.cert.pem:10
> ok 551 - extkeyusage_oid match	extended-cert.cert.pem:11
> ok 552 - extkeyusage_oid match	extended-cert.cert.pem:12
> ok 553 - extkeyusage_nid match	extended-cert.cert.pem:0
> ok 554 - extkeyusage_nid match	extended-cert.cert.pem:1
> ok 555 - extkeyusage_nid match	extended-cert.cert.pem:2
> ok 556 - extkeyusage_nid match	extended-cert.cert.pem:3
> ok 557 - extkeyusage_nid match	extended-cert.cert.pem:4
> ok 558 - extkeyusage_nid match	extended-cert.cert.pem:5
> ok 559 - extkeyusage_nid match	extended-cert.cert.pem:6
> ok 560 - extkeyusage_nid match	extended-cert.cert.pem:7
> ok 561 - extkeyusage_nid match	extended-cert.cert.pem:8
> ok 562 - extkeyusage_nid match	extended-cert.cert.pem:9
> ok 563 - extkeyusage_nid match	extended-cert.cert.pem:10
> ok 564 - extkeyusage_sn match	extended-cert.cert.pem:0
> ok 565 - extkeyusage_sn match	extended-cert.cert.pem:1
> ok 566 - extkeyusage_sn match	extended-cert.cert.pem:2
> ok 567 - extkeyusage_sn match	extended-cert.cert.pem:3
> ok 568 - extkeyusage_sn match	extended-cert.cert.pem:4
> ok 569 - extkeyusage_sn match	extended-cert.cert.pem:5
> ok 570 - extkeyusage_sn match	extended-cert.cert.pem:6
> ok 571 - extkeyusage_sn match	extended-cert.cert.pem:7
> ok 572 - extkeyusage_sn match	extended-cert.cert.pem:8
> ok 573 - extkeyusage_sn match	extended-cert.cert.pem:9
> ok 574 - extkeyusage_sn match	extended-cert.cert.pem:10
> ok 575 - extkeyusage_ln match	extended-cert.cert.pem:0
> ok 576 - extkeyusage_ln match	extended-cert.cert.pem:1
> ok 577 - extkeyusage_ln match	extended-cert.cert.pem:2
> ok 578 - extkeyusage_ln match	extended-cert.cert.pem:3
> ok 579 - extkeyusage_ln match	extended-cert.cert.pem:4
> ok 580 - extkeyusage_ln match	extended-cert.cert.pem:5
> ok 581 - extkeyusage_ln match	extended-cert.cert.pem:6
> ok 582 - extkeyusage_ln match	extended-cert.cert.pem:7
> ok 583 - extkeyusage_ln match	extended-cert.cert.pem:8
> ok 584 - extkeyusage_ln match	extended-cert.cert.pem:9
> ok 585 - extkeyusage_ln match	extended-cert.cert.pem:10
> ok 586 - X509_get_pubkey
> ok 587 - P_X509_get_signature_alg
> ok 588 - P_X509_get_pubkey_alg
> ok 589 - EVP_PKEY_size
> ok 590 - EVP_PKEY_bits
> ok 591 - extended-cert.cert.pem: EVP_PKEY_security_bits
> ok 592 - EVP_PKEY_id
> ok 593 - BIO_new_file	strange-cert.cert.pem
> ok 594 - PEM_read_bio_X509	strange-cert.cert.pem
> ok 595 - X509_get_pubkey	strange-cert.cert.pem
> ok 596 - X509_get_subject_name	strange-cert.cert.pem
> ok 597 - X509_NAME_entry_count	strange-cert.cert.pem
> ok 598 - X509_NAME_oneline	strange-cert.cert.pem
> ok 599 - X509_NAME_print_ex	strange-cert.cert.pem
> ok 600 - X509_NAME_get_entry	strange-cert.cert.pem:0
> ok 601 - X509_NAME_ENTRY_get_data	strange-cert.cert.pem:0
> ok 602 - X509_NAME_ENTRY_get_object	strange-cert.cert.pem:0
> ok 603 - OBJ_obj2txt	strange-cert.cert.pem:0
> ok 604 - P_ASN1_STRING_get.1	strange-cert.cert.pem:0
> ok 605 - P_ASN1_STRING_get.2	strange-cert.cert.pem:0
> ok 606 - X509_NAME_get_entry	strange-cert.cert.pem:1
> ok 607 - X509_NAME_ENTRY_get_data	strange-cert.cert.pem:1
> ok 608 - X509_NAME_ENTRY_get_object	strange-cert.cert.pem:1
> ok 609 - OBJ_obj2txt	strange-cert.cert.pem:1
> ok 610 - P_ASN1_STRING_get.1	strange-cert.cert.pem:1
> ok 611 - P_ASN1_STRING_get.2	strange-cert.cert.pem:1
> ok 612 - X509_NAME_get_entry	strange-cert.cert.pem:2
> ok 613 - X509_NAME_ENTRY_get_data	strange-cert.cert.pem:2
> ok 614 - X509_NAME_ENTRY_get_object	strange-cert.cert.pem:2
> ok 615 - OBJ_obj2txt	strange-cert.cert.pem:2
> ok 616 - P_ASN1_STRING_get.1	strange-cert.cert.pem:2
> ok 617 - P_ASN1_STRING_get.2	strange-cert.cert.pem:2
> ok 618 - X509_NAME_get_entry	strange-cert.cert.pem:3
> ok 619 - X509_NAME_ENTRY_get_data	strange-cert.cert.pem:3
> ok 620 - X509_NAME_ENTRY_get_object	strange-cert.cert.pem:3
> ok 621 - OBJ_obj2txt	strange-cert.cert.pem:3
> ok 622 - P_ASN1_STRING_get.1	strange-cert.cert.pem:3
> ok 623 - P_ASN1_STRING_get.2	strange-cert.cert.pem:3
> ok 624 - X509_NAME_get_entry	strange-cert.cert.pem:4
> ok 625 - X509_NAME_ENTRY_get_data	strange-cert.cert.pem:4
> ok 626 - X509_NAME_ENTRY_get_object	strange-cert.cert.pem:4
> ok 627 - OBJ_obj2txt	strange-cert.cert.pem:4
> ok 628 - P_ASN1_STRING_get.1	strange-cert.cert.pem:4
> ok 629 - P_ASN1_STRING_get.2	strange-cert.cert.pem:4
> ok 630 - X509_get_subject_name	strange-cert.cert.pem
> ok 631 - X509_NAME_entry_count	strange-cert.cert.pem
> ok 632 - X509_NAME_oneline	strange-cert.cert.pem
> ok 633 - X509_NAME_print_ex	strange-cert.cert.pem
> ok 634 - X509_NAME_get_entry	strange-cert.cert.pem:0
> ok 635 - X509_NAME_ENTRY_get_data	strange-cert.cert.pem:0
> ok 636 - X509_NAME_ENTRY_get_object	strange-cert.cert.pem:0
> ok 637 - OBJ_obj2txt	strange-cert.cert.pem:0
> ok 638 - P_ASN1_STRING_get.1	strange-cert.cert.pem:0
> ok 639 - P_ASN1_STRING_get.2	strange-cert.cert.pem:0
> ok 640 - X509_NAME_get_entry	strange-cert.cert.pem:1
> ok 641 - X509_NAME_ENTRY_get_data	strange-cert.cert.pem:1
> ok 642 - X509_NAME_ENTRY_get_object	strange-cert.cert.pem:1
> ok 643 - OBJ_obj2txt	strange-cert.cert.pem:1
> ok 644 - P_ASN1_STRING_get.1	strange-cert.cert.pem:1
> ok 645 - P_ASN1_STRING_get.2	strange-cert.cert.pem:1
> ok 646 - X509_NAME_get_entry	strange-cert.cert.pem:2
> ok 647 - X509_NAME_ENTRY_get_data	strange-cert.cert.pem:2
> ok 648 - X509_NAME_ENTRY_get_object	strange-cert.cert.pem:2
> ok 649 - OBJ_obj2txt	strange-cert.cert.pem:2
> ok 650 - P_ASN1_STRING_get.1	strange-cert.cert.pem:2
> ok 651 - P_ASN1_STRING_get.2	strange-cert.cert.pem:2
> ok 652 - X509_NAME_get_entry	strange-cert.cert.pem:3
> ok 653 - X509_NAME_ENTRY_get_data	strange-cert.cert.pem:3
> ok 654 - X509_NAME_ENTRY_get_object	strange-cert.cert.pem:3
> ok 655 - OBJ_obj2txt	strange-cert.cert.pem:3
> ok 656 - P_ASN1_STRING_get.1	strange-cert.cert.pem:3
> ok 657 - P_ASN1_STRING_get.2	strange-cert.cert.pem:3
> ok 658 - subjectaltnames size	strange-cert.cert.pem
> ok 659 - X509_subject_name_hash dec	strange-cert.cert.pem
> ok 660 - X509_issuer_name_hash dec	strange-cert.cert.pem
> ok 661 - X509_issuer_and_serial_hash dec	strange-cert.cert.pem
> ok 662 - X509_get_fingerprint md5	strange-cert.cert.pem
> ok 663 - X509_get_fingerprint sha1	strange-cert.cert.pem
> ok 664 - X509_pubkey_digest	strange-cert.cert.pem
> ok 665 - X509_digest	strange-cert.cert.pem
> ok 666 - X509_get0_notBefore	strange-cert.cert.pem
> ok 667 - X509_getm_notBefore	strange-cert.cert.pem
> ok 668 - X509_get_notBefore	strange-cert.cert.pem
> ok 669 - X509_get0_notAfter	strange-cert.cert.pem
> ok 670 - X509_getm_notAfter	strange-cert.cert.pem
> ok 671 - X509_get_notAfter	strange-cert.cert.pem
> ok 672 - X509_get_serialNumber	strange-cert.cert.pem
> ok 673 - serial P_ASN1_INTEGER_get_hex	strange-cert.cert.pem
> ok 674 - serial P_ASN1_INTEGER_get_dec	strange-cert.cert.pem
> ok 675 - X509_get0_serialNumber	strange-cert.cert.pem
> ok 676 - serial P_ASN1_INTEGER_get_hex	strange-cert.cert.pem
> ok 677 - serial P_ASN1_INTEGER_get_dec	strange-cert.cert.pem
> ok 678 - X509_get_version	strange-cert.cert.pem
> ok 679 - X509_get_ext_count	strange-cert.cert.pem
> ok 680 - X509_get_ext	strange-cert.cert.pem:0
> ok 681 - X509_EXTENSION_get_data	strange-cert.cert.pem:0
> ok 682 - X509_EXTENSION_get_object	strange-cert.cert.pem:0
> ok 683 - X509_EXTENSION_get_critical	strange-cert.cert.pem:0
> ok 684 - OBJ_obj2txt	strange-cert.cert.pem:0
> ok 685 - OBJ_obj2nid	strange-cert.cert.pem:0
> ok 686 - OBJ_nid2ln nid=83	strange-cert.cert.pem:0
> ok 687 - OBJ_nid2sn nid=83	strange-cert.cert.pem:0
> ok 688 - X509V3_EXT_print nid=83	strange-cert.cert.pem:0
> ok 689 - X509_get_ext	strange-cert.cert.pem:1
> ok 690 - X509_EXTENSION_get_data	strange-cert.cert.pem:1
> ok 691 - X509_EXTENSION_get_object	strange-cert.cert.pem:1
> ok 692 - X509_EXTENSION_get_critical	strange-cert.cert.pem:1
> ok 693 - OBJ_obj2txt	strange-cert.cert.pem:1
> ok 694 - OBJ_obj2nid	strange-cert.cert.pem:1
> ok 695 - OBJ_nid2ln nid=126	strange-cert.cert.pem:1
> ok 696 - OBJ_nid2sn nid=126	strange-cert.cert.pem:1
> ok 697 - X509V3_EXT_print nid=126	strange-cert.cert.pem:1
> ok 698 - X509_get_ext	strange-cert.cert.pem:2
> ok 699 - X509_EXTENSION_get_data	strange-cert.cert.pem:2
> ok 700 - X509_EXTENSION_get_object	strange-cert.cert.pem:2
> ok 701 - X509_EXTENSION_get_critical	strange-cert.cert.pem:2
> ok 702 - OBJ_obj2txt	strange-cert.cert.pem:2
> ok 703 - OBJ_obj2nid	strange-cert.cert.pem:2
> ok 704 - OBJ_nid2ln nid=82	strange-cert.cert.pem:2
> ok 705 - OBJ_nid2sn nid=82	strange-cert.cert.pem:2
> ok 706 - X509V3_EXT_print nid=82	strange-cert.cert.pem:2
> ok 707 - cdp size	strange-cert.cert.pem
> ok 708 - keyusage size	strange-cert.cert.pem
> ok 709 - ns_cert_type size	strange-cert.cert.pem
> ok 710 - keyusage match	strange-cert.cert.pem:0
> ok 711 - keyusage match	strange-cert.cert.pem:1
> ok 712 - extku_oid size	strange-cert.cert.pem
> ok 713 - extku_nid size	strange-cert.cert.pem
> ok 714 - extku_sn size	strange-cert.cert.pem
> ok 715 - extku_ln size	strange-cert.cert.pem
> ok 716 - extkeyusage_oid match	strange-cert.cert.pem:0
> ok 717 - extkeyusage_oid match	strange-cert.cert.pem:1
> ok 718 - extkeyusage_nid match	strange-cert.cert.pem:0
> ok 719 - extkeyusage_nid match	strange-cert.cert.pem:1
> ok 720 - extkeyusage_sn match	strange-cert.cert.pem:0
> ok 721 - extkeyusage_sn match	strange-cert.cert.pem:1
> ok 722 - extkeyusage_ln match	strange-cert.cert.pem:0
> ok 723 - extkeyusage_ln match	strange-cert.cert.pem:1
> ok 724 - X509_get_pubkey
> ok 725 - P_X509_get_signature_alg
> ok 726 - P_X509_get_pubkey_alg
> ok 727 - EVP_PKEY_size
> ok 728 - EVP_PKEY_bits
> ok 729 - strange-cert.cert.pem: EVP_PKEY_security_bits
> ok 730 - EVP_PKEY_id
> ok 731 - X509_STORE_add_cert
> ok 732 - X509_STORE_CTX_init
> ok 733 - Get x509 from store ctx
> ok 734 - Get STACK_OF(x509) from store ctx
> ok 735 - STACK_OF(X509) size 1
> ok 736 - STACK_OF(X509) value at 0
> ok 737 - STACK_OK(X509) insert
> ok 738 - size is 2 after insert
> ok 739 - STACK_OK(X509) delete
> ok 740 - size is 1 after delete
> ok 741 - STACK_OF(X509) unshift
> ok 742 - size is 2 after unshift
> ok 743 - STACK_OF(X509) shift
> ok 744 - size is 1 after shift
> ok 745 - STACK_OF(X509) pop
> ok 746 - size is 2 after pop
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/746 subtests 
> t/local/33_x509_create_cert.t ............... 
> 1..141
> ok 1 - BIO_new_file 1
> ok 2 - PEM_read_bio_X509
> ok 3 - BIO_new_file 2
> ok 4 - PEM_read_bio_PrivateKey
> ok 5 - X509_verify
> ok 6 - X509_get_subject_name
> ok 7 - X509_get_issuer_name
> ok 8 - X509_NAME_cmp
> ok 9 - EVP_PKEY_new
> ok 10 - RSA_generate_key
> ok 11 - EVP_PKEY_assign_RSA
> ok 12 - RSA_get_key_parameters
> ok 13 # skip No Crypt::OpenSSL::Bignum for additional tests
> ok 14 # skip No Crypt::OpenSSL::Bignum for additional tests
> ok 15 - X509_new
> ok 16 - X509_set_pubkey
> ok 17 - X509_get_subject_name
> ok 18 - X509_NAME_add_entry_by_NID
> ok 19 - OBJ_nid2obj
> ok 20 - X509_NAME_add_entry_by_OBJ
> ok 21 - X509_NAME_add_entry_by_txt
> ok 22 - X509_set_version
> ok 23 - X509_get_serialNumber
> ok 24 - X509_get_X509_PUBKEY
> ok 25 - ASN1_INTEGER_get
> ok 26 - P_ASN1_INTEGER_get_hex
> ok 27 - ASN1_INTEGER_get
> ok 28 - P_ASN1_INTEGER_get_dec
> ok 29 - P_ASN1_INTEGER_get_hex
> ok 30 - P_ASN1_TIME_set_isotime+X509_get_notBefore
> ok 31 - P_ASN1_TIME_set_isotime+X509_get_notAfter
> ok 32 - P_X509_add_extensions
> ok 33 - EVP_get_digestbyname
> ok 34 - X509_sign
> ok 35 - X509_get_version
> ok 36 - X509_verify
> ok 37 - PEM_get_string_X509
> ok 38 - PEM_get_string_PrivateKey+nopasswd
> ok 39 - PEM_get_string_PrivateKey+passwd
> ok 40 - EVP_get_cipherbyname
> ok 41 - PEM_get_string_PrivateKey+passwd+enc_alg
> ok 42 - X509_NAME_print_ex
> ok 43 - X509_get_ext_by_NID
> ok 44 - X509_get_ext
> ok 45 - X509V3_EXT_print
> ok 46 - EVP_PKEY_new
> ok 47 - RSA_generate_key
> ok 48 - EVP_PKEY_assign_RSA
> ok 49 - X509_REQ_new
> ok 50 - X509_REQ_set_pubkey
> ok 51 - X509_REQ_get_subject_name
> ok 52 - X509_NAME_add_entry_by_txt
> ok 53 - X509_NAME_add_entry_by_txt
> ok 54 - X509_NAME_add_entry_by_txt
> ok 55 - P_X509_REQ_add_extensions
> ok 56 - X509_REQ_add1_attr_by_NID
> ok 57 - X509_REQ_add1_attr_by_NID
> ok 58 - X509_REQ_set_version
> ok 59 - EVP_get_digestbyname
> ok 60 - X509_REQ_sign
> ok 61 - X509_REQ_get_pubkey
> ok 62 - X509_REQ_verify
> ok 63 - X509_REQ_get_version
> ok 64 - OBJ_txt2obj
> ok 65 - OBJ_obj2nid
> ok 66 - X509_REQ_get_attr_count
> ok 67 - X509_REQ_get_attr_by_NID
> ok 68 - X509_REQ_get_attr_by_OBJ
> ok 69 - P_X509_REQ_get_attr
> ok 70 - attr_values size
> ok 71 - attr_values[0]
> ok 72 - PEM_get_string_X509_REQ
> ok 73 - PEM_get_string_PrivateKey
> ok 74 - X509_new
> ok 75 - X509_set_version
> ok 76 - X509_get_serialNumber
> ok 77 - X509_gmtime_adj + X509_get_notBefore
> ok 78 - X509_gmtime_adj + X509_get_notAfter
> ok 79 - X509_set_subject_name + X509_REQ_get_subject_name
> ok 80 - P_X509_copy_extensions
> ok 81 - X509_REQ_get_pubkey
> ok 82 - X509_set_pubkey
> ok 83 - X509_sign
> ok 84 - PEM_get_string_X509
> ok 85 - X509_NAME_print_ex 1
> ok 86 - X509_NAME_print_ex 2
> ok 87 - X509_get_notBefore
> ok 88 - X509_get_notAfter
> ok 89 - subjectAltName type in certificate matches request: 2
> ok 90 - subjectAltName value in certificate matches request: s1.com
> ok 91 - subjectAltName type in certificate matches request: 2
> ok 92 - subjectAltName value in certificate matches request: s2.com
> ok 93 - subjectAltName type in certificate matches request: 1
> ok 94 - subjectAltName value in certificate matches request: foo at xample.com.com
> ok 95 - subjectAltName type in certificate matches request: 7
> ok 96 - subjectAltName value in certificate matches request: 10.20.30.41
> ok 97 - subjectAltName type in certificate matches request: 7
> ok 98 - subjectAltName value in certificate matches request: 2001:db8:23::1
> ok 99 - subjectAltName type in certificate matches request: 0
> ok 100 - subjectAltName value in certificate matches request: 2.3.4.5;UTF8:some other identifier
> ok 101 - subjectAltName type in certificate matches request: 8
> ok 102 - subjectAltName value in certificate matches request: 1.2.3.4.1.2.3.4.1.2.3.4.1.2.3.4.1.2.3.4.1.2.3.4.1.2.3.4.1.2.3.4.1.2.3.4.1.2.3.4.1.2.3.4.1.2.3.4.1.2.3.4.1.2.3.4.1.2.3.4.99.1234
> ok 103 - subjectAltName type in certificate matches request: 6
> ok 104 - subjectAltName value in certificate matches request: https://john.doe@www.example.com:123/forum/questions/?tag=networking&order=newest\#top
> ok 105 - X509_certificate_type
> ok 106 - X509_REQ_free
> ok 107 - X509_free
> ok 108 - X509_new
> ok 109 - X509_get_subject_name
> ok 110 - X509_NAME_add_entry_by_txt
> ok 111 - X509_NAME_add_entry_by_txt
> ok 112 - X509_NAME_print_ex
> ok 113 - BIO_new_file
> ok 114 - PEM_read_bio_X509
> ok 115 - EVP_PKEY_new
> ok 116 - RSA_generate_key
> ok 117 - EVP_PKEY_assign_RSA
> ok 118 - X509_new
> ok 119 - X509_set_pubkey
> ok 120 - X509_get_subject_name
> ok 121 - X509_set_subject_name
> ok 122 - X509_get_serialNumber
> ok 123 - X509_get_serialNumber
> ok 124 - P_ASN1_TIME_set_isotime+X509_get_notBefore
> ok 125 - P_ASN1_TIME_set_isotime+X509_get_notAfter
> ok 126 - EVP_get_digestbyname
> ok 127 - X509_sign
> ok 128 - PEM_get_string_X509
> ok 129 - PEM_get_string_PrivateKey
> ok 130 - BIO_new_file
> ok 131 - PEM_read_bio_X509
> ok 132 - EVP_get_digestbyname
> ok 133 - X509_REQ_digest
> ok 134 - X509_REQ_new
> ok 135 - X509_REQ_get_subject_name
> ok 136 - X509_REQ_set_subject_name
> ok 137 - X509_REQ_free
> ok 138 - BIO_new_file
> ok 139 - d2i_X509_REQ_bio
> ok 140 - BIO_new_file
> ok 141 - d2i_X509_bio
> ok
> t/local/34_x509_crl.t ....................... 
> 1..53
> ok 1 - BIO_new_file 1
> ok 2 - PEM_read_bio_X509
> ok 3 - BIO_new_file 2
> ok 4 - PEM_read_bio_PrivateKey
> ok 5 - BIO_new_file 1
> ok 6 - BIO_new_file 2
> ok 7 - d2i_X509_CRL_bio
> ok 8 - PEM_read_bio_X509_CRL
> ok 9 - X509_CRL_get_issuer 1
> ok 10 - X509_CRL_get_issuer 2
> ok 11 - X509_NAME_cmp
> ok 12 - X509_NAME_print_ex
> ok 13 - X509_CRL_get0_lastUpdate
> ok 14 - X509_CRL_get0_nextUpdate
> ok 15 - X509_CRL_get_lastUpdate alias for X509_CRL_get0_lastUpdate
> ok 16 - X509_CRL_get_nextUpdate alias for X509_CRL_get0_nextUpdate
> ok 17 - P_ASN1_TIME_get_isotime last
> ok 18 - P_ASN1_TIME_get_isotime next
> ok 19 - X509_CRL_get_version
> ok 20 - EVP_get_digestbyname
> ok 21 - X509_CRL_digest
> ok 22 - X509_CRL_new
> ok 23 - X509_get_subject_name
> ok 24 - X509_CRL_set_issuer_name
> ok 25 - X509_CRL_set1_lastUpdate in create
> ok 26 - X509_CRL_set1_nextUpdate in create
> ok 27 - X509_CRL_set_version
> ok 28 - P_X509_CRL_set_serial
> ok 29 - P_X509_CRL_add_revoked_serial_hex
> ok 30 - P_X509_CRL_add_revoked_serial_hex
> ok 31 - P_X509_CRL_add_extensions
> ok 32 - EVP_get_digestbyname
> ok 33 - X509_CRL_sort
> ok 34 - X509_CRL_sign
> ok 35 - PEM_get_string_X509_CRL
> ok 36 - X509_CRL_free
> ok 37 - BIO_new_file
> ok 38 - d2i_X509_CRL_bio
> ok 39 - X509_CRL_verify
> ok 40 - X509_CRL_get0_lastUpdate
> ok 41 - X509_CRL_get0_nextUpdate
> ok 42 - P_X509_CRL_get_serial
> ok 43 - ASN1_INTEGER_get
> ok 44 - X509_CRL_new
> ok 45 - nextUpdate is 0 after X509_CRL_new()
> ok 46 - X509_CRL_set1_lastUpdate
> ok 47 - X509_CRL_set1_nextUpdate
> ok 48 - lastUpdate after X509_CRL_set1_lastUpdate
> ok 49 - nextUpdate after X509_CRL_set1_nextUpdate
> ok 50 - X509_CRL_set_lastUpdate alias
> ok 51 - X509_CRL_set_nextUpdate alias
> ok 52 - lastUpdate after X509_CRL_set_lastUpdate alias
> ok 53 - nextUpdate after X509_CRL_set_nextUpdate alias
> ok
> t/local/35_ephemeral.t ...................... skipped: LibreSSL and OpenSSL 1.1.0 removed support for ephemeral/temporary RSA private keys
> t/local/36_verify.t ......................... 
> 1..105
> ok 1 - X509_VERIFY_PARAM_new
> ok 2 - X509_VERIFY_PARAM_new 2
> ok 3 - X509_VERIFY_PARAM_inherit
> ok 4 - X509_VERIFY_PARAM_inherit
> ok 5 - X509_VERIFY_PARAM_set1_name
> ok 6 - X509_V_FLAG_ALLOW_PROXY_CERTS
> ok 7 - X509_VERIFY_PARAM_set_flags
> ok 8 - X509_VERIFY_PARAM_get_flags
> ok 9 - X509_VERIFY_PARAM_clear_flags
> ok 10 - X509_VERIFY_PARAM_get_flags
> ok 11 - X509_PURPOSE_SSL_CLIENT
> ok 12 - X509_VERIFY_PARAM_set_purpose
> ok 13 - X509_TRUST_EMAIL
> ok 14 - X509_VERIFY_PARAM_set_trust
> ok 15 - OBJ_txt2obj
> ok 16 - OBJ_obj2txt
> ok 17 - OBJ_txt2nid
> ok 18 - OBJ_txt2nid
> ok 19 - OBJ_ln2nid
> ok 20 - OBJ_ln2nid
> ok 21 - OBJ_sn2nid
> ok 22 - OBJ_sn2nid
> ok 23 - OBJ_cmp
> ok 24 - OBJ_cmp
> ok 25 - Finished with tests that don't need fork
> ok 26 - load_verify_locations(t/data/verify-ca.certchain.pem )
> ok 27 - OBJ_txt2obj(1.2.3.4.5)
> ok 28 - X509_VERIFY_PARAM_add0_policy(1.2.3.4.5)
> ok 29 - CTX_get_cert_store
> ok 30 - X509_STORE_set1_param
> ok 31 - Verify callback result and get_verify_result are equal
> ok 32 - connect ok: policy checks succeeded
> ok 33 - Verify result is X509_V_OK
> ok 34 - load_verify_locations(t/data/verify-ca.certchain.pem )
> ok 35 - OBJ_txt2obj(1.2.3.4.5.1)
> ok 36 - X509_VERIFY_PARAM_add0_policy(1.2.3.4.5.1)
> ok 37 - CTX_get_cert_store
> ok 38 - X509_STORE_set1_param
> ok 39 - Verify callback result and get_verify_result are equal
> ok 40 - connect not ok: policy checks must fail
> ok 41 - Verify result is X509_V_ERR_NO_EXPLICIT_POLICY
> ok 42 - load_verify_locations(t/data/verify-ca.certchain.pem )
> ok 43 - X509_VERIFY_PARAM_set1_host(test.johndoe.net-ssleay.example)
> ok 44 - X509_VERIFY_PARAM_set1_email(john.doe at net-ssleay.example)
> ok 45 - X509_VERIFY_PARAM_set1_ip(192.168.0.3)
> ok 46 - X509_VERIFY_PARAM_set1_ip(123)
> ok 47 - X509_VERIFY_PARAM_set1_ip(123456789012345)
> ok 48 - X509_VERIFY_PARAM_set1_ip_asc(10.20.30.256)
> ok 49 - X509_VERIFY_PARAM_set1_ip_asc(12345::)
> ok 50 - CTX_get_cert_store
> ok 51 - X509_STORE_set1_param
> ok 52 - Verify callback result and get_verify_result are equal
> ok 53 - connect ok: hostname checks succeeded
> ok 54 - Verify result is X509_V_OK
> ok 55 - X509_VERIFY_PARAM_get0_peername returns *.johndoe.net-ssleay.example
> ok 56 - load_verify_locations(t/data/verify-ca.certchain.pem )
> ok 57 - X509_VERIFY_PARAM_add1_host(invalid.net-ssleay.example)
> ok 58 - X509_VERIFY_PARAM_set1_email(john.doe at net-ssleay.example)
> ok 59 - X509_VERIFY_PARAM_set1_ip(192.168.0.3)
> ok 60 - X509_VERIFY_PARAM_set1_ip(123)
> ok 61 - X509_VERIFY_PARAM_set1_ip(123456789012345)
> ok 62 - X509_VERIFY_PARAM_set1_ip_asc(10.20.30.256)
> ok 63 - X509_VERIFY_PARAM_set1_ip_asc(12345::)
> ok 64 - CTX_get_cert_store
> ok 65 - X509_STORE_set1_param
> ok 66 - Verify callback result and get_verify_result are equal
> ok 67 - connect not ok: hostname checks must fail
> ok 68 - Verify result is X509_V_ERR_HOSTNAME_MISMATCH
> ok 69 - X509_VERIFY_PARAM_get0_peername returns undefined
> ok 70 - load_verify_locations(t/data/verify-ca.certchain.pem )
> ok 71 - X509_VERIFY_PARAM_set1_host
> ok 72 - X509_VERIFY_PARAM_set_hostflags(X509_CHECK_FLAG_NO_WILDCARDS)
> ok 73 - CTX_get_cert_store
> ok 74 - X509_STORE_set1_param
> ok 75 - Connect must fail in wildcard test
> ok 76 - Verify callback result and get_verify_result are equal
> ok 77 - Verify result is X509_V_ERR_HOSTNAME_MISMATCH
> ok 78 - load_verify_locations(t/data/verify-ca.certchain.pem )
> ok 79 - Successful termination
> ok 80 - PEM_X509_INFO_read_bio able to read in entire chain
> ok 81 - PEM_read_bio_X509 able to read in single cert from chain
> ok 82 - PEM_read_bio_X509 able to read in root CA
> ok 83 - sk_X509_new_null creates STACK_OF(X509) successfully
> ok 84 - sk_X509_INFO_num is nonzero
> ok 85 - X509_STORE_new creates new store
> ok 86 - X509_STORE_add_cert CA cert
> ok 87 - X509_STORE_CTX_new creates new store context
> ok 88 - X509_STORE_CTX_init succeeds
> ok 89 - X509_verify_cert correctly fails
> ok 90 - X509_STORE_CTX_get_error returns unable to get local issuer certificate
> ok 91 - sk_X509_INFO_value
> ok 92 - P_X509_INFO_get_x509
> ok 93 - sk_X509_push
> ok 94 - sk_X509_INFO_value
> ok 95 - P_X509_INFO_get_x509
> ok 96 - sk_X509_push
> ok 97 - sk_X509_INFO_value
> ok 98 - P_X509_INFO_get_x509
> ok 99 - sk_X509_push
> ok 100 - X509_STORE_new creates new store
> ok 101 - X509_STORE_add_cert CA cert
> ok 102 - X509_STORE_CTX_new creates new store context
> ok 103 - X509_STORE_CTX_init succeeds
> ok 104 - X509_verify_cert correctly succeeds
> ok 105 - X509_STORE_CTX_get_error returns ok
> ok
> t/local/37_asn1_time.t ...................... 
> 1..10
> ok 1 - ASN1_TIME_new [1]
> ok 2 - P_ASN1_TIME_put2string
> ok 3 - P_ASN1_UTCTIME_put2string
> ok 4 - P_ASN1_TIME_get_isotime
> ok 5 - ASN1_TIME_new [2]
> ok 6 - P_ASN1_TIME_put2string y=2075
> ok 7 - P_ASN1_TIME_get_isotime y=2075
> ok 8 - ASN1_TIME_new [3]
> ok 9
> ok 10 - X509_gmtime_adj
> ok
> t/local/38_priv-key.t ....................... 
> 1..10
> ok 1 - BIO_new_file 3
> ok 2 - PEM_read_bio_PrivateKey no password
> ok 3 - BIO_new_file
> ok 4 - PEM_read_bio_PrivateKey encrypted - callback
> ok 5 - BIO_new_file
> ok 6 - PEM_read_bio_PrivateKey encrypted - password
> ok 7 - BIO_new_file
> ok 8 - PEM_read_bio_PrivateKey encrypted - callback (wrong password)
> ok 9 - BIO_new_file
> ok 10 - PEM_read_bio_PrivateKey encrypted - password (wrong password)
> ok
> t/local/39_pkcs12.t ......................... 
> 1..17
> ok 1 - $privkey [1]
> ok 2 - $cert [1]
> ok 3 - size of @cachain [1]
> ok 4 - X509_NAME_oneline [1]
> ok 5 - $privkey [2]
> ok 6 - $cert [2]
> ok 7 - size of @cachain [2]
> ok 8 - X509_NAME_oneline [2/1]
> ok 9 - X509_NAME_oneline [2/3]
> ok 10 - X509_NAME_oneline [2/4]
> ok 11 - $privkey [3]
> ok 12 - $cert [3]
> ok 13 - size of @cachain [3]
> ok 14 - X509_NAME_oneline [3]
> ok 15 - $privkey [4]
> ok 16 - $cert [4]
> ok 17 - size of @should_be_empty
> ok
> t/local/40_npn_support.t .................... 
> 1..7
> ok 1 - CTX_set_next_protos_advertised_cb
> ok 2 - P_next_proto_negotiated/server
> ok 3 - ssl_read_all compare
> ok 4 - CTX_set_next_proto_select_cb
> ok 5 - P_next_proto_negotiated/client
> ok 6 - P_next_proto_last_status/client
> ok 7 - server exited with 0
> ok
> t/local/41_alpn_support.t ................... 
> 1..6
> ok 1 - CTX_set_alpn_select_cb
> ok 2 - P_alpn_selected/server
> ok 3 - ssl_read_all compare
> ok 4 - CTX_set_alpn_protos
> ok 5 - P_alpn_selected/client
> ok 6 - server exited with 0
> ok
> t/local/42_info_callback.t .................. 
> 1..2
> ok 1 - ctx: CB_HANDSHAKE_START CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_HANDSHAKE_DONE CB_CONNECT_EXIT CB_WRITE_ALERT CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_EXIT CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_EXIT CB_READ_ALERT
> ok 2 - ssl: CB_HANDSHAKE_START CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_HANDSHAKE_DONE CB_CONNECT_EXIT CB_WRITE_ALERT CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_EXIT CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_LOOP CB_CONNECT_EXIT CB_READ_ALERT
> ok
> t/local/43_misc_functions.t ................. 
> 1..47
> ok 1 - CTX set good ciphersuites
> ok 2 - CTX set empty ciphersuites
> ok 3 - CTX set undef ciphersuites
> ok 4 - CTX set partially bad ciphersuites
> ok 5 - CTX set bad ciphersuites
> ok 6 - SSL set good ciphersuites
> ok 7 - SSL set empty ciphersuites
> ok 8 - SSL set undef ciphersuites
> ok 9 - SSL set partially bad ciphersuites
> ok 10 - SSL set bad ciphersuites
> ok 11 - SSL_get_ciphers with undefined ssl
> ok 12 - SSL_get_cipher_list with undefined ssl
> ok 13 - SSL_CIPHER_get_name with undefined ssl
> ok 14 - SSL_CIPHER_get_bits with undefined ssl
> ok 15 - SSL_CIPHER_get_version with undefined ssl
> ok 16 - SSL_get_ciphers: number of ciphers: 60
> ok 17 - CIPHER_get_name
> ok 18 - CIPHER_description matches with CIPHER_name
> ok 19 - CIPHER_get_version
> ok 20 - CIPHER_get_bits
> ok 21 - CIPHER_get_bits with alg_bits
> ok 22 - SSL_get_cipher_list
> ok 23 - Return value for get_peer_finished is empty before connect for server
> ok 24 - Server Finished is empty
> ok 25 - Finished is empty before connect for client
> ok 26 - Client Finished is empty
> ok 27 - Server Finished is not empty
> ok 28 - Return value for get_peer_finished equals to Finished length
> ok 29 - Server Finished is equal
> ok 30 - Client Finished is not empty
> ok 31 - Return value for get_finished equals to Finished length
> ok 32 - Client Finished is equal
> ok 33 - Server and Client Finished are not equal
> ok 34 - Return value for get_peer_finished is unchanged when count is set
> ok 35 - Count works for get_peer_finished
> ok 36 - Return value for get_finished is unchanged when count is set
> ok 37 - Count works for get_finished
> ok 38 - get_cipher returns a value: TLS_AES_256_GCM_SHA384
> ok 39 - get_keyblock_size return value is defined
> ok 40 - get_keyblock_size return value is not negative
> ok 41 - keyblock size 72 is the expected value 72
> ok 42 - Net::SSLeay::get_version return value TLSv1.3 is known
> ok 43 - Net:SSLeay::version return value 772 matches get_version string
> ok 44 - Net::SSLeay::client_version TLSv1.2 is expected when Net::SSLeay::version indicates TLSv1.3
> ok 45 - Net::SSLeay::is_dtls returns 0
> ok 46 - Net::SSLeay::CIPHER_get_handshake_digest returns MD with a NID: 673, SHA384
> ok 47 - Successful termination
> ok
> t/local/44_sess.t ........................... 
> 1..67
> ok 1 - Successful termination
> ok 2 # skip TLSv1 not available in this libssl
> ok 3 # skip TLSv1 not available in this libssl
> ok 4 # skip TLSv1 not available in this libssl
> ok 5 # skip TLSv1 not available in this libssl
> ok 6 # skip TLSv1 not available in this libssl
> ok 7 # skip TLSv1 not available in this libssl
> ok 8 # skip TLSv1 not available in this libssl
> ok 9 # skip TLSv1 not available in this libssl
> ok 10 # skip TLSv1 not available in this libssl
> ok 11 # skip TLSv1 not available in this libssl
> ok 12 # skip TLSv1 not available in this libssl
> ok 13 # skip TLSv1 not available in this libssl
> ok 14 # skip TLSv1 not available in this libssl
> ok 15 # skip TLSv1 not available in this libssl
> ok 16 # skip TLSv1.1 not available in this libssl
> ok 17 # skip TLSv1.1 not available in this libssl
> ok 18 # skip TLSv1.1 not available in this libssl
> ok 19 # skip TLSv1.1 not available in this libssl
> ok 20 # skip TLSv1.1 not available in this libssl
> ok 21 # skip TLSv1.1 not available in this libssl
> ok 22 # skip TLSv1.1 not available in this libssl
> ok 23 # skip TLSv1.1 not available in this libssl
> ok 24 # skip TLSv1.1 not available in this libssl
> ok 25 # skip TLSv1.1 not available in this libssl
> ok 26 # skip TLSv1.1 not available in this libssl
> ok 27 # skip TLSv1.1 not available in this libssl
> ok 28 # skip TLSv1.1 not available in this libssl
> ok 29 # skip TLSv1.1 not available in this libssl
> ok 30 - Server TLSv1.2 new_cb call count
> ok 31 - Server TLSv1.2 new_cb params were correct
> ok 32 - Server TLSv1.2 remove_cb call count
> ok 33 - Server TLSv1.2 remove_cb params were correct
> ok 34 - Client TLSv1.2 new_cb call count
> ok 35 - Client TLSv1.2 new_cb params were correct
> ok 36 - Client TLSv1.2 remove_cb call count
> ok 37 - Client TLSv1.2 remove_cb params were correct
> ok 38 - Server TLSv1.2 session is resumable
> ok 39 - Server TLSv1.2 session is no longer resumable
> ok 40 - Client TLSv1.2 session is resumable
> ok 41 - Client TLSv1.2 session is no longer resumable
> ok 42 - Server TLSv1.2 SESSION_get0_cipher appears correct
> ok 43 - Client TLSv1.2 SESSION_get0_cipher appears correct
> ok 44 - Server TLSv1.3 new_cb call count
> ok 45 - Server TLSv1.3 new_cb params were correct
> ok 46 - Server TLSv1.3 remove_cb call count
> ok 47 - Server TLSv1.3 remove_cb params were correct
> ok 48 - Client TLSv1.3 new_cb call count
> ok 49 - Client TLSv1.3 new_cb params were correct
> ok 50 - Client TLSv1.3 remove_cb call count
> ok 51 - Client TLSv1.3 remove_cb params were correct
> ok 52 - Server TLSv1.3 session is resumable
> ok 53 - Server TLSv1.3 session is no longer resumable
> ok 54 - Client TLSv1.3 session is resumable
> ok 55 - Client TLSv1.3 session is no longer resumable
> ok 56 - Server TLSv1.3 SESSION_get0_cipher appears correct
> ok 57 - Client TLSv1.3 SESSION_get0_cipher appears correct
> ok 58 - Server TLSv1.3 get_num_tickets 4
> ok 59 - Server TLSv1.3 new_cb call count with set_num_tickets 4
> ok 60 - Client TLSv1.3 new_cb call count with set_num_tickets 4
> ok 61 - Server TLSv1.3 CTX_get_num_tickets 6
> ok 62 - Server TLSv1.3 new_cb call count with CTX_set_num_tickets 6
> ok 63 - Client TLSv1.3 new_cb call count with CTX_set_num_tickets 6
> ok 64 - Server TLSv1.3 CTX_get_num_tickets 0
> ok 65 - Server TLSv1.3 new_cb call count with CTX_set_num_tickets 0
> ok 66 - Client TLSv1.3 new_cb call count with CTX_set_num_tickets 0
> ok 67 - At least one protocol fully testable
> ok
> t/local/45_exporter.t ....................... 
> 1..37
> ok 1 # skip TLSv1 not available in this libssl
> ok 2 # skip TLSv1 not available in this libssl
> ok 3 # skip TLSv1 not available in this libssl
> ok 4 # skip TLSv1 not available in this libssl
> ok 5 # skip TLSv1 not available in this libssl
> ok 6 # skip TLSv1 not available in this libssl
> ok 7 # skip TLSv1 not available in this libssl
> ok 8 # skip TLSv1 not available in this libssl
> ok 9 # skip TLSv1 not available in this libssl
> ok 10 # skip TLSv1.1 not available in this libssl
> ok 11 # skip TLSv1.1 not available in this libssl
> ok 12 # skip TLSv1.1 not available in this libssl
> ok 13 # skip TLSv1.1 not available in this libssl
> ok 14 # skip TLSv1.1 not available in this libssl
> ok 15 # skip TLSv1.1 not available in this libssl
> ok 16 # skip TLSv1.1 not available in this libssl
> ok 17 # skip TLSv1.1 not available in this libssl
> ok 18 # skip TLSv1.1 not available in this libssl
> ok 19 - TLSv1.2: Got enough for bytes1_0
> ok 20 - TLSv1.2: Got enough for bytes1_1
> ok 21 - TLSv1.2: Got enough for bytes1_2
> ok 22 - TLSv1.2: Got enough for bytes1_3
> ok 23 - TLSv1.2: Got enough for bytes2_0
> ok 24 - TLSv1.2: context default param is undef
> ok 25 - TLSv1.2: empty and undefined context yields different values
> ok 26 - TLSv1.2: export length does not matter
> ok 27 - TLSv1.2: different context
> ok 28 - TLSv1.3: Got enough for bytes1_0
> ok 29 - TLSv1.3: Got enough for bytes1_1
> ok 30 - TLSv1.3: Got enough for bytes1_2
> ok 31 - TLSv1.3: Got enough for bytes1_3
> ok 32 - TLSv1.3: Got enough for bytes2_0
> ok 33 - TLSv1.3: context default param is undef
> ok 34 - TLSv1.3: empty and undefined context yields equal values
> ok 35 - TLSv1.3: export length does matter
> ok 36 - TLSv1.3: different context
> ok 37 - At least one protocol fully testable
> ok
> t/local/46_msg_callback.t ................... 
> 1..10
> ok 1 - at least 2 messages logged: ctx
> ok 2 - all states are OK: length(buf) = len for ctx
> ok 3 - all cb data SV's are OK for ctx (at least 2)
> ok 4 - all cb data SV's are OK for ctx
> ok 5 - no error during set_msg_callback() for ctx
> ok 6 - at least 2 messages logged: ssl
> ok 7 - all states are OK: length(buf) = len for ssl
> ok 8 - all cb data SV's are OK for ssl (at least 2)
> ok 9 - all cb data SV's are OK for ssl
> ok 10 - no error during set_msg_callback() for ssl
> ok
> t/local/47_keylog.t ......................... 
> 1..11
> ok 1 - Keylog callback is initially undefined
> ok 2 - CTX_get_keylog_callback
> ok 3 - Keylog callback successfully unset
> ok 4 - Server keylog for TLSv1.2 exists
> ok 5 - Client keylog for TLSv1.2 exists
> ok 6 - Client and Server have equal keylog for TLSv1.2
> ok 7 - Server keylog for TLSv1.3 exists
> ok 8 - Client keylog for TLSv1.3 exists
> ok 9 - Client and Server have equal keylog for TLSv1.3
> ok 10 - Server keylog has no unexpected entries
> ok 11 - Client keylog has no unexpected entries
> ok
> t/local/48_client_hello_callback.t .......... 
> 1..41
> ok 1 - client_hello_cb_v2hello_detection called for SSLv2 hello
> ok 2 - SSLv2 ClientHello
> ok 3 - SSLv2 get0_legacy_version
> ok 4 - SSLv2 get0_random / Challenge
> ok 5 - SSLv2 get0_session_id
> ok 6 - SSLv2 get0_ciphers
> ok 7 - SSLv2 get0_compression_methods
> ok 8 - SSLv2 get1_extensions_present
> ok 9 - SSLv2 get_extension_order
> ok 10 - ssl_client_hello_cb_fn did not die
> ok 11 - client_hello_cb_getters called for TLS hello
> ok 12 - Not SSLv2 ClientHello
> ok 13 - TLS get0_legacy_version
> ok 14 - TLS get0_random
> ok 15 - TLS get0_session_id
> ok 16 - TLS get0_ciphers
> ok 17 - TLS get0_compression_methods
> ok 18 - TLS get1_extensions_present
> ok 19 - TLS get_extension_order
> ok 20 - TLS get0_ext extended master secret
> ok 21 - TLS get0_ext supported versions
> ok 22 - TLS get0_ext extension not present
> ok 23 - ssl_client_hello_cb_fn did not die
> ok 24 - client_hello_cb_value_passing called
> ok 25 - callback arg passed correctly
> ok 26 - callback arg contents passed correctly
> ok 27 - ssl_client_hello_cb_fn did not die
> ok 28 - client_hello_cb_alert_alpn called
> ok 29 - ssl_client_hello_cb_fn did not die
> ok 30 - client_hello_cb_alert_alpn called
> ok 31 - ssl_client_hello_cb_fn did not die
> ok 32 - client_hello_cb_conflicting_return_value called
> ok 33 - ssl_client_hello_cb_fn did not die
> ok 34 - client_hello_cb_no_return_value called
> ok 35 - Died because of ssl_client_hello_cb_fn: Net::SSLeay: ssl_client_hello_cb_fn perl function returned 0 values, 1 or 2 expected
> ok 36 - client_hello_cb_too_many_return_values called
> ok 37 - Died because of ssl_client_hello_cb_fn: Net::SSLeay: ssl_client_hello_cb_fn perl function returned 3 values, 1 or 2 expected
> ok 38 - Client: Alert from canned SSLv2 ClientHello
> ok 39 - Client: Alert from canned TLS ClientHello
> ok 40 - Client: ALPN alert count is correct: got 2
> ok 41 - Client: server exited with 0
> ok
> t/local/50_digest.t ......................... 
> 1..206
> ok 1 - digest init OK
> ok 2 - non-empty digest list
> ok 3 - EVP_MD_type md5
> ok 4 - EVP_MD_size md5
> ok 5 - EVP_MD_size via EVP_MD_CTX_md md5
> ok 6 - EVP_MD_size sha512
> ok 7 - EVP_MD_size sha256
> ok 8 - EVP_MD_size sha1
> ok 9 - EVP_MD_get0_description
> ok 10 - EVP_MD_get0_name
> ok 11 - EVP_MD_get_type
> ok 12 # skip digest 'md2' not available (or pre-1.0.0)
> ok 13 # skip digest 'md2' not available (or pre-1.0.0)
> ok 14 # skip digest 'md4' not available (or pre-1.0.0)
> ok 15 # skip digest 'md4' not available (or pre-1.0.0)
> ok 16 - md5 chunked.1 [t/data/binary-test.file]
> ok 17 - md5 chunked.2 [t/data/binary-test.file]
> ok 18 # skip digest 'mdc2' not available (or pre-1.0.0)
> ok 19 # skip digest 'mdc2' not available (or pre-1.0.0)
> ok 20 - ripemd160 chunked.1 [t/data/binary-test.file]
> ok 21 - ripemd160 chunked.2 [t/data/binary-test.file]
> ok 22 # skip digest 'sha' not available (or pre-1.0.0)
> ok 23 # skip digest 'sha' not available (or pre-1.0.0)
> ok 24 - sha1 chunked.1 [t/data/binary-test.file]
> ok 25 - sha1 chunked.2 [t/data/binary-test.file]
> ok 26 - sha224 chunked.1 [t/data/binary-test.file]
> ok 27 - sha224 chunked.2 [t/data/binary-test.file]
> ok 28 - sha256 chunked.1 [t/data/binary-test.file]
> ok 29 - sha256 chunked.2 [t/data/binary-test.file]
> ok 30 - sha512 chunked.1 [t/data/binary-test.file]
> ok 31 - sha512 chunked.2 [t/data/binary-test.file]
> ok 32 # skip digest 'whirlpool' not available (or pre-1.0.0)
> ok 33 # skip digest 'whirlpool' not available (or pre-1.0.0)
> ok 34 - got the whole file
> ok 35 # skip Net::SSLeay::MD2 not available
> ok 36 # skip Net::SSLeay::MD4 not available
> ok 37 - MD5 all-in-one-go [t/data/binary-test.file]
> ok 38 - RIPEMD160 all-in-one-go [t/data/binary-test.file]
> ok 39 # skip digest 'md2' not available (or pre-1.0.0)
> ok 40 # skip digest 'md2' not available (or pre-1.0.0)
> ok 41 # skip digest 'md4' not available (or pre-1.0.0)
> ok 42 # skip digest 'md4' not available (or pre-1.0.0)
> ok 43 - md5 for ''
> ok 44 - EVP_Digest(md5)
> ok 45 - ripemd160 for ''
> ok 46 - EVP_Digest(ripemd160)
> ok 47 - sha1 for ''
> ok 48 - EVP_Digest(sha1)
> ok 49 - sha256 for ''
> ok 50 - EVP_Digest(sha256)
> ok 51 - sha512 for ''
> ok 52 - EVP_Digest(sha512)
> ok 53 # skip Net::SSLeay::MD2 not available
> ok 54 # skip Net::SSLeay::MD4 not available
> ok 55 - MD5 hash for ''
> ok 56 - RIPEMD160 hash for ''
> ok 57 - SHA1 hash for ''
> ok 58 - SHA256 hash for ''
> ok 59 - SHA512 hash for ''
> ok 60 # skip digest 'md2' not available (or pre-1.0.0)
> ok 61 # skip digest 'md2' not available (or pre-1.0.0)
> ok 62 # skip digest 'md4' not available (or pre-1.0.0)
> ok 63 # skip digest 'md4' not available (or pre-1.0.0)
> ok 64 - md5 for '12345678901234567890123456789012345678901234567890123456789012345678901234567890'
> ok 65 - EVP_Digest(md5)
> ok 66 - ripemd160 for '12345678901234567890123456789012345678901234567890123456789012345678901234567890'
> ok 67 - EVP_Digest(ripemd160)
> ok 68 - sha1 for '12345678901234567890123456789012345678901234567890123456789012345678901234567890'
> ok 69 - EVP_Digest(sha1)
> ok 70 - sha256 for '12345678901234567890123456789012345678901234567890123456789012345678901234567890'
> ok 71 - EVP_Digest(sha256)
> ok 72 - sha512 for '12345678901234567890123456789012345678901234567890123456789012345678901234567890'
> ok 73 - EVP_Digest(sha512)
> ok 74 # skip Net::SSLeay::MD2 not available
> ok 75 # skip Net::SSLeay::MD4 not available
> ok 76 - MD5 hash for '12345678901234567890123456789012345678901234567890123456789012345678901234567890'
> ok 77 - RIPEMD160 hash for '12345678901234567890123456789012345678901234567890123456789012345678901234567890'
> ok 78 - SHA1 hash for '12345678901234567890123456789012345678901234567890123456789012345678901234567890'
> ok 79 - SHA256 hash for '12345678901234567890123456789012345678901234567890123456789012345678901234567890'
> ok 80 - SHA512 hash for '12345678901234567890123456789012345678901234567890123456789012345678901234567890'
> ok 81 # skip digest 'md2' not available (or pre-1.0.0)
> ok 82 # skip digest 'md2' not available (or pre-1.0.0)
> ok 83 # skip digest 'md4' not available (or pre-1.0.0)
> ok 84 # skip digest 'md4' not available (or pre-1.0.0)
> ok 85 - md5 for '38'
> ok 86 - EVP_Digest(md5)
> ok 87 - ripemd160 for '38'
> ok 88 - EVP_Digest(ripemd160)
> ok 89 - sha1 for '38'
> ok 90 - EVP_Digest(sha1)
> ok 91 - sha256 for '38'
> ok 92 - EVP_Digest(sha256)
> ok 93 - sha512 for '38'
> ok 94 - EVP_Digest(sha512)
> ok 95 # skip Net::SSLeay::MD2 not available
> ok 96 # skip Net::SSLeay::MD4 not available
> ok 97 - MD5 hash for '38'
> ok 98 - RIPEMD160 hash for '38'
> ok 99 - SHA1 hash for '38'
> ok 100 - SHA256 hash for '38'
> ok 101 - SHA512 hash for '38'
> ok 102 # skip digest 'md2' not available (or pre-1.0.0)
> ok 103 # skip digest 'md2' not available (or pre-1.0.0)
> ok 104 # skip digest 'md4' not available (or pre-1.0.0)
> ok 105 # skip digest 'md4' not available (or pre-1.0.0)
> ok 106 - md5 for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
> ok 107 - EVP_Digest(md5)
> ok 108 - ripemd160 for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
> ok 109 - EVP_Digest(ripemd160)
> ok 110 - sha1 for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
> ok 111 - EVP_Digest(sha1)
> ok 112 - sha256 for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
> ok 113 - EVP_Digest(sha256)
> ok 114 - sha512 for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
> ok 115 - EVP_Digest(sha512)
> ok 116 # skip Net::SSLeay::MD2 not available
> ok 117 # skip Net::SSLeay::MD4 not available
> ok 118 - MD5 hash for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
> ok 119 - RIPEMD160 hash for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
> ok 120 - SHA1 hash for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
> ok 121 - SHA256 hash for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
> ok 122 - SHA512 hash for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
> ok 123 # skip digest 'md2' not available (or pre-1.0.0)
> ok 124 # skip digest 'md2' not available (or pre-1.0.0)
> ok 125 # skip digest 'md4' not available (or pre-1.0.0)
> ok 126 # skip digest 'md4' not available (or pre-1.0.0)
> ok 127 - md5 for 'a'
> ok 128 - EVP_Digest(md5)
> ok 129 - ripemd160 for 'a'
> ok 130 - EVP_Digest(ripemd160)
> ok 131 - sha1 for 'a'
> ok 132 - EVP_Digest(sha1)
> ok 133 - sha256 for 'a'
> ok 134 - EVP_Digest(sha256)
> ok 135 - sha512 for 'a'
> ok 136 - EVP_Digest(sha512)
> ok 137 # skip Net::SSLeay::MD2 not available
> ok 138 # skip Net::SSLeay::MD4 not available
> ok 139 - MD5 hash for 'a'
> ok 140 - RIPEMD160 hash for 'a'
> ok 141 - SHA1 hash for 'a'
> ok 142 - SHA256 hash for 'a'
> ok 143 - SHA512 hash for 'a'
> ok 144 # skip digest 'md2' not available (or pre-1.0.0)
> ok 145 # skip digest 'md2' not available (or pre-1.0.0)
> ok 146 # skip digest 'md4' not available (or pre-1.0.0)
> ok 147 # skip digest 'md4' not available (or pre-1.0.0)
> ok 148 - md5 for 'abc'
> ok 149 - EVP_Digest(md5)
> ok 150 - ripemd160 for 'abc'
> ok 151 - EVP_Digest(ripemd160)
> ok 152 - sha1 for 'abc'
> ok 153 - EVP_Digest(sha1)
> ok 154 - sha256 for 'abc'
> ok 155 - EVP_Digest(sha256)
> ok 156 - sha512 for 'abc'
> ok 157 - EVP_Digest(sha512)
> ok 158 # skip Net::SSLeay::MD2 not available
> ok 159 # skip Net::SSLeay::MD4 not available
> ok 160 - MD5 hash for 'abc'
> ok 161 - RIPEMD160 hash for 'abc'
> ok 162 - SHA1 hash for 'abc'
> ok 163 - SHA256 hash for 'abc'
> ok 164 - SHA512 hash for 'abc'
> ok 165 # skip digest 'md2' not available (or pre-1.0.0)
> ok 166 # skip digest 'md2' not available (or pre-1.0.0)
> ok 167 # skip digest 'md4' not available (or pre-1.0.0)
> ok 168 # skip digest 'md4' not available (or pre-1.0.0)
> ok 169 - md5 for 'abcdefghijklmnopqrstuvwxyz'
> ok 170 - EVP_Digest(md5)
> ok 171 - ripemd160 for 'abcdefghijklmnopqrstuvwxyz'
> ok 172 - EVP_Digest(ripemd160)
> ok 173 - sha1 for 'abcdefghijklmnopqrstuvwxyz'
> ok 174 - EVP_Digest(sha1)
> ok 175 - sha256 for 'abcdefghijklmnopqrstuvwxyz'
> ok 176 - EVP_Digest(sha256)
> ok 177 - sha512 for 'abcdefghijklmnopqrstuvwxyz'
> ok 178 - EVP_Digest(sha512)
> ok 179 # skip Net::SSLeay::MD2 not available
> ok 180 # skip Net::SSLeay::MD4 not available
> ok 181 - MD5 hash for 'abcdefghijklmnopqrstuvwxyz'
> ok 182 - RIPEMD160 hash for 'abcdefghijklmnopqrstuvwxyz'
> ok 183 - SHA1 hash for 'abcdefghijklmnopqrstuvwxyz'
> ok 184 - SHA256 hash for 'abcdefghijklmnopqrstuvwxyz'
> ok 185 - SHA512 hash for 'abcdefghijklmnopqrstuvwxyz'
> ok 186 # skip digest 'md2' not available (or pre-1.0.0)
> ok 187 # skip digest 'md2' not available (or pre-1.0.0)
> ok 188 # skip digest 'md4' not available (or pre-1.0.0)
> ok 189 # skip digest 'md4' not available (or pre-1.0.0)
> ok 190 - md5 for 'message digest'
> ok 191 - EVP_Digest(md5)
> ok 192 - ripemd160 for 'message digest'
> ok 193 - EVP_Digest(ripemd160)
> ok 194 - sha1 for 'message digest'
> ok 195 - EVP_Digest(sha1)
> ok 196 - sha256 for 'message digest'
> ok 197 - EVP_Digest(sha256)
> ok 198 - sha512 for 'message digest'
> ok 199 - EVP_Digest(sha512)
> ok 200 # skip Net::SSLeay::MD2 not available
> ok 201 # skip Net::SSLeay::MD4 not available
> ok 202 - MD5 hash for 'message digest'
> ok 203 - RIPEMD160 hash for 'message digest'
> ok 204 - SHA1 hash for 'message digest'
> ok 205 - SHA256 hash for 'message digest'
> ok 206 - SHA512 hash for 'message digest'
> ok
> t/local/61_threads-cb-crash.t ............... 
> 1..1
> ok 1 - successfully finished, duration=1
> ok
> t/local/62_threads-ctx_new-deadlock.t ....... 
> 1..1
> ok 1 - successfully finished, duration=1
> ok
> t/local/63_ec_key_generate_key.t ............ 
> 1..4
> ok 1 - EC key created
> ok 2 - EC key assigned to PKEY
> ok 3 - output key as PEM
> ok 4 - read key again from PEM
> ok
> t/local/64_ticket_sharing.t ................. 
> 1..15
> ok 1 - initial handshake is full
> ok 2 - another full handshake
> ok 3 - handshake with reuse
> ok 4 - handshake again with reuse
> ok 5 - handshake with server2 is full
> ok 6 - initial full handshake with server1
> ok 7 - reuse session with server1
> ok 8 - reuse session with server2
> ok 9 - reuse session with old key with server2
> ok 10 - callback was called 2 times
> ok 11 - first with the old key name
> ok 12 - then with undef to get the current key
> ok 13 - no more data from client to server
> ok 14 - but more data from server (new ticket)
> ok 15 - full handshake with new ticker on server1
> ok
> t/local/65_security_level.t ................. 
> 1..20
> ok 1 - CTX_get_security_level() returns a value
> ok 2 - CTX_get_security_level() is non-negative
> ok 3 - CTX_get_security_level() matches CTX_set_security_level(0)
> ok 4 - CTX_get_security_level() matches CTX_set_security_level(1)
> ok 5 - CTX_get_security_level() matches CTX_set_security_level(2)
> ok 6 - CTX_get_security_level() matches CTX_set_security_level(3)
> ok 7 - CTX_get_security_level() matches CTX_set_security_level(4)
> ok 8 - CTX_get_security_level() matches CTX_set_security_level(5)
> ok 9 - CTX_get_security_level() matches CTX_set_security_level(6)
> ok 10 - CTX_get_security_level() matches CTX_set_security_level(7)
> ok 11 - get_security_level() returns a value
> ok 12 - get_security_level() is non-negative
> ok 13 - get_security_level() matches set_security_level(0)
> ok 14 - get_security_level() matches set_security_level(1)
> ok 15 - get_security_level() matches set_security_level(2)
> ok 16 - get_security_level() matches set_security_level(3)
> ok 17 - get_security_level() matches set_security_level(4)
> ok 18 - get_security_level() matches set_security_level(5)
> ok 19 - get_security_level() matches set_security_level(6)
> ok 20 - get_security_level() matches set_security_level(7)
> ok
> t/local/65_ticket_sharing_2.t ............... 
> 1..4
> ok 1 - server set callback data with set_session_ticket_ext_cb
> ok 2 - client set session ticket with set_session_ticket_ext
> ok 3 - full handshake with a ticket
> ok 4 - server run a callback set with set_session_ticket_ext_cb
> ok
> t/local/66_curves.t ......................... 
> 1..8
> ok 1 - first curve
> ok 2 - second curve
> ok 3 - wrong curve failed
> ok 4 - both curve
> ok 5 - first curve
> ok 6 - second curve
> ok 7 - wrong curve failed
> ok 8 - both curve
> ok
> t/local/kwalitee.t .......................... skipped: These tests are for only for release candidate testing. Enable with RELEASE_TESTING=1
> 
> Test Summary Report
> -------------------
> t/local/32_x509_get_cert_info.t           (Wstat: 256 (exited 1) Tests: 746 Failed: 1)
>   Failed test:  477
>   Non-zero exit status: 1
> Files=47, Tests=2789,  8 wallclock secs ( 0.28 usr  0.09 sys +  8.13 cusr  1.36 csys =  9.86 CPU)
> Result: FAIL
> Failed 1/47 test programs. 1/2789 subtests failed.
> make[1]: *** [Makefile:1107: test_dynamic] Error 255
> make[1]: Leaving directory '/build/reproducible-path/libnet-ssleay-perl-1.94'
> dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2025/02/15/libnet-ssleay-perl_1.94-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250215;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250215&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the pkg-perl-maintainers mailing list