CryptX v0.056_001 Perl 5 v5.26.1 x86_64-cygwin-threads-multi

Status
Pass
From
David Solimano
Dist
CryptX v0.056_001
Platform
Perl 5 v5.26.1 x86_64-cygwin-threads-multi
Date
2018-01-27 07:17:07
ID
37b7eb3e-cef0-1014-b1f5-bf9994f39f87
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Karel Miko,

This is a computer-generated report for CryptX-0.056_001
on perl 5.26.1, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from 'make test':

"/usr/bin/perl.exe" -MExtUtils::Command::MM -e 'cp_nonempty' -- CryptX.bs blib/arch/auto/CryptX/CryptX.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing CryptX 0.056_001, Perl 5.026001 cygwin /usr/bin/perl
# osname       = cygwin
# myarchname   = x86_64-cygwin
# myuname      = cygwin_nt-6.3 cygwin 2.9.0(0.31853) 2017-09-12 10:18 x86_64 cygwin 
# intsize      = 4
# longsize     = 8
# longlongsize = 8
# ptrsize      = 8
# byteorder    = 12345678
# 
# LibTomCrypt 1.18.0 (www.libtom.net)
# LibTomCrypt is public domain software.
# 
# 
# Endianness: little (64-bit words)
# Clean stack: disabled
# 
# Ciphers built-in:
#    Blowfish
#    RC2
#    RC5
#    RC6
#    Safer+
#    Safer
#    Rijndael
#    XTEA
#    Twofish (tables)
#    DES
#    CAST5
#    Noekeon
#    Skipjack
#    Khazad
#    Anubis  (tweaked)
#    KSEED
#    KASUMI
#    MULTI2
#    Camellia
#    IDEA
#    Serpent
# Stream ciphers built-in:
#    ChaCha
#    Salsa20
#    Sosemanuk
#    Rabbit
#    RC4
#    SOBER128
# 
# Hashes built-in:
#    SHA3
#    SHA-512
#    SHA-384
#    SHA-512/256
#    SHA-256
#    SHA-512/224
#    SHA-224
#    TIGER
#    SHA1
#    MD5
#    MD4
#    MD2
#    RIPEMD128
#    RIPEMD160
#    RIPEMD256
#    RIPEMD320
#    WHIRLPOOL
#    BLAKE2S
#    BLAKE2B
#    CHC_HASH
# 
# Block Chaining Modes:
#    CFB
#    OFB
#    ECB
#    CBC
#    CTR
#    LRW (tables) 
#    F8
#    XTS
# 
# MACs:
#    HMAC
#    OMAC
#    PMAC
#    PELICAN
#    XCBC
#    F9
#    POLY1305
#    BLAKE2S MAC
#    BLAKE2B MAC
# 
# ENC + AUTH modes:
#    EAX
#    OCB
#    OCB3
#    CCM
#    GCM (tables) 
#    CHACHA20POLY1305
# 
# PRNG:
#    Yarrow (LTC_YARROW_AES=2)
#    SPRNG
#    RC4
#    ChaCha20
#    Fortuna (LTC_FORTUNA_POOLS=32, LTC_FORTUNA_WD=10)
#    SOBER128
# 
# PK Crypto:
#    RSA (with blinding and CRT hardening)
#    DH
#    ECC (with blinding)
#    DSA
#    LTC_PK_MAX_RETRIES=20
# 
# MPI (Math):
#    LTC_MPI
#    LTM_DESC
#    LTC_MILLER_RABIN_REPS=40
# 
# Compiler:
#    CYGWIN Detected.
#    GCC compiler 6.4.0.
#    x86-64 detected.
# 
# Various others:  ARGTYPE=0  ADLER32  BASE64  BASE64-URL-SAFE  BASE32  CRC32  DER  PKCS#1  PKCS#5  HKDF  LTC_DEVRANDOM  LTC_TRY_URANDOM_FIRST  LTC_RNG_GET_BYTES  LTC_RNG_MAKE_PRNG  LTC_HASH_HELPERS  LTC_FILE_READ_BUFSIZE=8192  LTC_FAST  LTC_ROx_ASM  LTC_NO_TEST  LTC_ECC_SHAMIR 
# 
# MP_PROVIDER  = LibTomMath
# MP_DIGIT_BIT = 60
# 
t/001_compile.t ..................... ok
t/002_all_pm.t ...................... skipped: set TEST_POD to enable this test (developer only!)
t/003_all_pm_pod.t .................. skipped: set TEST_POD to enable this test (developer only!)
t/004_all_pm_pod_spelling.t ......... skipped: set TEST_POD to enable this test (developer only!)
t/005_all_pm_pod_coverage.t ......... skipped: set TEST_POD to enable this test (developer only!)
t/auth_enc_ccm.t .................... ok
t/auth_enc_ccm_test_vector_ltc.t .... ok
t/auth_enc_chacha20poly1305.t ....... ok
t/auth_enc_eax.t .................... ok
t/auth_enc_eax_test_vector_ltc.t .... ok
t/auth_enc_gcm.t .................... ok
t/auth_enc_gcm_test_vector_ltc.t .... ok
t/auth_enc_ocb.t .................... ok
t/auth_enc_ocb_test_vectors_ietf.t .. ok
t/checksum.t ........................ ok
t/cipher_aes.t ...................... ok
t/cipher_aes_test_vectors_bc.t ...... ok
t/cipher_anubis.t ................... ok
t/cipher_blowfish.t ................. ok
t/cipher_camellia.t ................. ok
t/cipher_cast5.t .................... ok
t/cipher_des.t ...................... ok
t/cipher_des_ede.t .................. ok
t/cipher_idea.t ..................... ok
t/cipher_idea_compat.t .............. ok
t/cipher_kasumi.t ................... ok
t/cipher_khazad.t ................... ok
t/cipher_multi2.t ................... ok
t/cipher_multi2_rounds.t ............ ok
t/cipher_noekeon.t .................. ok
t/cipher_rc2.t ...................... ok
t/cipher_rc5.t ...................... ok
t/cipher_rc6.t ...................... ok
t/cipher_safer_k128.t ............... ok
t/cipher_safer_k64.t ................ ok
t/cipher_safer_sk128.t .............. ok
t/cipher_safer_sk64.t ............... ok
t/cipher_saferp.t ................... ok
t/cipher_seed.t ..................... ok
t/cipher_seed_test_vectors_bc.t ..... ok
t/cipher_serpent.t .................. ok
t/cipher_serpent_compat.t ........... ok
t/cipher_skipjack.t ................. ok
t/cipher_stream.t ................... ok
t/cipher_stream_rabbit.t ............ ok
t/cipher_stream_salsa20.t ........... ok
t/cipher_test_vectors_ltc.t ......... ok
t/cipher_test_vectors_openssl.t ..... ok
t/cipher_twofish.t .................. ok
t/cipher_twofish_test_vectors_bc.t .. ok
t/cipher_xtea.t ..................... ok
t/cipher_xtea_test_vectors_bc.t ..... ok
t/crypt-misc.t ...................... ok
t/digest_blake2b_160.t .............. ok
t/digest_blake2b_256.t .............. ok
t/digest_blake2b_384.t .............. ok
t/digest_blake2b_512.t .............. ok
t/digest_blake2s_128.t .............. ok
t/digest_blake2s_160.t .............. ok
t/digest_blake2s_224.t .............. ok
t/digest_blake2s_256.t .............. ok
t/digest_chaes.t .................... ok
t/digest_md2.t ...................... ok
t/digest_md4.t ...................... ok
t/digest_md5.t ...................... ok
t/digest_ripemd128.t ................ ok
t/digest_ripemd160.t ................ ok
t/digest_ripemd256.t ................ ok
t/digest_ripemd320.t ................ ok
t/digest_sha1.t ..................... ok
t/digest_sha224.t ................... ok
t/digest_sha256.t ................... ok
t/digest_sha384.t ................... ok
t/digest_sha3_224.t ................. ok
t/digest_sha3_256.t ................. ok
t/digest_sha3_384.t ................. ok
t/digest_sha3_512.t ................. ok
t/digest_sha512.t ................... ok
t/digest_sha512_224.t ............... ok
t/digest_sha512_256.t ............... ok
t/digest_shake.t .................... ok
t/digest_test_vectors_ltc.t ......... ok
t/digest_tiger192.t ................. ok
t/digest_whirlpool.t ................ ok
t/jwk.t ............................. ok
t/key_derivation.t .................. ok
t/mac_blake2b.t ..................... ok
t/mac_blake2s.t ..................... ok
t/mac_f9.t .......................... ok
t/mac_hmac.t ........................ ok
t/mac_hmac_nist.t ................... ok
t/mac_hmac_test_vectors_ltc.t ....... ok
t/mac_omac.t ........................ ok
t/mac_omac_test_vectors_ltc.t ....... ok
t/mac_pelican.t ..................... ok
t/mac_pmac.t ........................ ok
t/mac_pmac_test_vectors_ltc.t ....... ok
t/mac_poly1305.t .................... ok
t/mac_xcbc.t ........................ ok
# Math::BigInt VERSION=1.999811
t/mbi_ltm_01load.t .................. ok
t/mbi_ltm_bigfltpm.t ................ ok
t/mbi_ltm_bigintg.t ................. ok
t/mbi_ltm_bigintpm.t ................ ok
t/mbi_ltm_biglog.t .................. ok
t/mbi_ltm_bigroot.t ................. ok
t/mbi_ltm_bugs.t .................... ok
# use64=1 ivsize=8 ivtype=long use64bitint=define
t/mbi_ltm_mbi-from-big-scalar.t ..... ok
t/mbi_ltm_storable.t ................ ok
t/mode_cbc.t ........................ ok
t/mode_cfb.t ........................ ok
t/mode_ctr.t ........................ ok
t/mode_ecb.t ........................ ok
t/mode_ofb.t ........................ ok
t/pk_dh.t ........................... ok
t/pk_dsa.t .......................... ok
t/pk_dsa_test_vectors_openssl.t ..... ok
t/pk_ecc.t .......................... ok
t/pk_ecc_test_vectors_openssl.t ..... ok
t/pk_enc_pem.t ...................... ok
t/pk_rsa.t .......................... ok
t/pk_rsa_test_vectors_openssl.t ..... ok
t/pkcs8.t ........................... ok
t/prng.t ............................ ok
t/prng_chacha20.t ................... ok
t/prng_fortuna.t .................... ok
t/prng_rc4.t ........................ ok
t/prng_sober128.t ................... ok
t/prng_yarrow.t ..................... ok
t/sshkey.t .......................... ok
t/wycheproof.t ...................... ok
All tests successful.
Files=130, Tests=28645, 40 wallclock secs ( 0.84 usr  0.48 sys + 27.41 cusr  8.61 csys = 37.35 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    perl                5.006 5.026001

build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.30    

configure_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.30    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\Windows\system32\cmd.exe
    INCLUDE = C:\Program Files\IBM\WebSphere MQ\tools\c\include;C:\Program Files\IBM\WebSphere MQ\tools\cplus\include
    LANG = en_US.UTF-8
    LIB = C:\Program Files\IBM\WebSphere MQ\tools\lib64;C:\Program Files\IBM\WebSphere MQ\tools\lib
    NUMBER_OF_PROCESSORS = 2
    PATH = /usr/local/bin:/usr/bin:/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/Program Files/IBM/WebSphere MQ/java/lib:/cygdrive/c/Program Files/IBM/WebSphere MQ/java/lib64:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/IBM/WebSphere MQ/bin64:/cygdrive/c/Program Files/IBM/WebSphere MQ/bin:/cygdrive/c/Program Files/IBM/WebSphere MQ/tools/c/samples/bin:/cygdrive/c/RV/BIN:/cygdrive/c/Strawberry/c/bin:/cygdrive/c/Strawberry/perl/site/bin:/cygdrive/c/Strawberry/perl/bin:/usr/lib/lapack
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 3024
    PERL5_CPAN_IS_RUNNING = 3024
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 4668,3024
    PERL_CR_SMOKER_CURRENT = CryptX-0.056_001
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 37 Stepping 1, GenuineIntel
    SHELL = /bin/bash
    TEMP = /tmp
    TERM = xterm

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/bin/perl
    $UID/$EUID = 1222856 / 1222856
    $GID = 1049089 1049089 197609 545 544 14 4 11 15 4095 66048 1394915 1395145 1231332 1391115 1389702 1110237 1391333 1389528 1404926 1389547 1395231 1391057 1389592 1406894 1389176 1230946 1390011 1320982 1395583 1389527 1391107 1395210 1291971 1389747 1291952 1321739 1391014 1406893 1404927 1110272 1100291 1389439 1395569 1222766 1222819 1222732 1114690 1231058 1275974 1292197 1222743 1222741 1233131 1052870 1050371 1049701 1049741 1049748 1049779 1049783 1058315 1051691 1049994 1050059 1052837 1235940 1054462 1291964 1291449 1388773 1395282 1291954 1291893 1276307 1292037 1158631 1292385 1291940 1054217 1389585 1292046 1231333 1222696 1291966 1291957 1063805 1289842 1388864 1388423 1291953 1276165 1049735 1053718 1069023 1058356 1236080 1236107 405504
    $EGID = 1049089 1049089 197609 545 544 14 4 11 15 4095 66048 1394915 1395145 1231332 1391115 1389702 1110237 1391333 1389528 1404926 1389547 1395231 1391057 1389592 1406894 1389176 1230946 1390011 1320982 1395583 1389527 1391107 1395210 1291971 1389747 1291952 1321739 1391014 1406893 1404927 1110272 1100291 1389439 1395569 1222766 1222819 1222732 1114690 1231058 1275974 1292197 1222743 1222741 1233131 1052870 1050371 1049701 1049741 1049748 1049779 1049783 1058315 1051691 1049994 1050059 1052837 1235940 1054462 1291964 1291449 1388773 1395282 1291954 1291893 1276307 1292037 1158631 1292385 1291940 1054217 1389585 1292046 1231333 1222696 1291966 1291957 1063805 1289842 1388864 1388423 1291953 1276165 1049735 1053718 1069023 1058356 1236080 1236107 405504

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.18    
    CPAN::Meta          2.150010
    Cwd                 3.67    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.67    
    JSON                2.97001 
    JSON::PP            2.94    
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302120
    YAML                1.24    
    YAML::Syck          n/a     
    version             0.9918  


--

Summary of my perl5 (revision 5 version 26 subversion 1) configuration:
   
  Platform:
    osname=cygwin
    osvers=2.9.0(0.31853)
    archname=x86_64-cygwin-threads-multi
    uname='cygwin_nt-6.3 cygwin 2.9.0(0.31853) 2017-09-12 10:18 x86_64 cygwin '
    config_args='-des -Dprefix=/usr -Dmksymlinks -Darchname=x86_64-cygwin-threads -Dlibperl=cygperl5_26.dll -Dcc=gcc -Dld=g++ -Accflags=-ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/mnt/share/maint/perl.x86_64/build=/usr/src/debug/perl-5.26.1-1 -fdebug-prefix-map=/mnt/share/maint/perl.x86_64/src/perl-5.26.1=/usr/src/debug/perl-5.26.1-1 -fwrapv'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='gcc'
    ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -D_GNU_SOURCE -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/mnt/share/maint/perl.x86_64/build=/usr/src/debug/perl-5.26.1-1 -fdebug-prefix-map=/mnt/share/maint/perl.x86_64/src/perl-5.26.1=/usr/src/debug/perl-5.26.1-1 -fwrapv -fno-strict-aliasing -fstack-protector-strong -D_FORTIFY_SOURCE=2'
    optimize='-O3'
    cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -D_GNU_SOURCE -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/mnt/share/maint/perl.x86_64/build=/usr/src/debug/perl-5.26.1-1 -fdebug-prefix-map=/mnt/share/maint/perl.x86_64/src/perl-5.26.1=/usr/src/debug/perl-5.26.1-1 -fwrapv -fno-strict-aliasing -fstack-protector-strong'
    ccversion=''
    gccversion='6.4.0'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='g++'
    ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector-strong'
    libpth=/usr/lib
    libs=-lpthread -lgdbm -ldb -ldl -lcrypt -lgdbm_compat
    perllibs=-lpthread -ldl -lcrypt
    libc=/usr/lib/libcygwin.a
    so=dll
    useshrplib=true
    libperl=cygperl5_26.dll
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=dll
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags=' --shared  -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_IMPLICIT_CONTEXT
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_SAFE_PUTENV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_REENTRANT_API
  Locally applied patches:
    Cygwin: README
    Cygwin: use auto-image-base instead of fixed DLL base address
    Cygwin: modify hints
    Cygwin: Configure correct libsearch
    Cygwin: Configure correct libpth
    Cygwin: Win32 correct UTF8 handling
    Perl: File-Path-2.14 (fixes CVE2017-6512)
  Built under cygwin
  Compiled at Sep 26 2017 18:57:14
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="3024"
    PERL5_CPAN_IS_RUNNING="3024"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="4668,3024"
    PERL_CR_SMOKER_CURRENT="CryptX-0.056_001"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /usr/local/lib/perl5/site_perl/5.26/x86_64-cygwin-threads
    /usr/local/share/perl5/site_perl/5.26
    /usr/lib/perl5/vendor_perl/5.26/x86_64-cygwin-threads
    /usr/share/perl5/vendor_perl/5.26
    /usr/lib/perl5/5.26/x86_64-cygwin-threads
    /usr/share/perl5/5.26
    .