Set up gcc environment - 3.3 Checking if your kit is complete... Looks good Writing Makefile for Crypt::X509 cp lib/Crypt/X509.pm blib/lib/Crypt/X509.pm Manifying blib/man3/Crypt::X509.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/Crypt-X509....1..56 ok 1 - use Crypt::X509; ok 2 - certificate file loaded ok 3 - new() returned something ok 4 - and it's the right class ok 5 - decode successful ok 6 - not_after got parsed ok 7 - Root CA: Subject equals Issuer ok 8 - decode successful not ok 9 - Keyusagecheck # Failed test 'Keyusagecheck' # at t/Crypt-X509.t line 16. # got: 'critical:keyEncipherment:dataEncipherment:keyCertSign' # expected: 'critical:digitalSignature:keyEncipherment:dataEncipherment' not ok 10 - Keyusagecheck again # Failed test 'Keyusagecheck again' # at t/Crypt-X509.t line 19. # got: 'critical:keyEncipherment:dataEncipherment:keyCertSign' # expected: 'critical:digitalSignature:keyEncipherment:dataEncipherment' ok 11 - Subject parsed ok 12 - Subject_country ok 13 - Subject_state ok 14 - Subject_org ok 15 - Subject_ou ok 16 - Subject_email ok 17 - Issuer Parsed ok 18 - Issuer_cn ok 19 - Isssuer_country ok 20 - Issuer_state ok 21 - Issuer_locality ok 22 - Issuer_org ok 23 - Issuer_email ok 24 - pubkey_algorithm ok 25 - sig_algorithm ok 26 - Pubkey length ok 27 - Signature Length ok 28 - SubjectAltName parsed ok 29 - decode successful not ok 30 - KeyUsage Check AuthCert # Failed test 'KeyUsage Check AuthCert' # at t/Crypt-X509.t line 41. # got: 'critical:keyEncipherment:dataEncipherment:keyCertSign:encipherOnly' # expected: 'critical:digitalSignature:keyAgreement' ok 31 - decode successful ok 32 - authorityCertIssuer ok 33 - CRLDistributionPoints ok 34 - authority_cn ok 35 - authority_country ok 36 - authority_state ok 37 - authority_locality ok 38 - authority_org ok 39 - authority_email ok 40 - decode of new_root_ca.cer successful ok 41 - Basic Constraints ok 42 - Entrust Version ok 43 - certificate version string ok 44 - Subject Info Access ok 45 - decode of subca_2.cer successful ok 46 - CRL Distribution Points ok 47 - subject key identifier ok 48 - not_after got parsed ok 49 - generalTime Seconds ok 50 - generalTime Minutess ok 51 - generalTime hours ok 52 - generalTime day ok 53 - generalTime month ok 54 - generalTime year ok 55 - Issuer for telesec ok 56 - Subject for telesec # Looks like you failed 3 tests of 56. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 9-10, 30 Failed 3/56 tests, 94.64% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/Crypt-X509.t 3 768 56 3 9-10 30 Failed 1/1 test scripts. 3/56 subtests failed. Files=1, Tests=56, 1 wallclock secs ( 1.17 cusr + 0.12 csys = 1.29 CPU) Failed 1/1 test programs. 3/56 subtests failed. make: *** [test_dynamic] Error 3