summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2016-02-27Remove some old files.Rich Salz
2016-02-27testutil.c includes e_os.h.Ben Laurie
2016-02-27GH753: More spelling fixFdaSilvaYY
2016-02-26Public API for Certificate TransparencyRob Percival
2016-02-26GH752 ct_test uses testutil, so include thatRob Percival
2016-02-26Normalise the include directives in ct_test.cRichard Levitte
2016-02-26Implement new multi-threading APIAlessandro Ghedini
2016-02-25Update test build/run for unifiedRich Salz
2016-02-25fix "no-engine" build of test fixtureFdaSilvaYY
2016-02-25Tests for parsing and printing certificates containing SCTsRob Percival
2016-02-23test/ectest.c: add regression test for RT#4284.Andy Polyakov
2016-02-23test/recipes/80-test_ca.t: remove_tree->rmtree to make it work with Perl 5.10.Andy Polyakov
2016-02-22Use $disabled{"dynamic-engine"} internallyRichard Levitte
2016-02-20Run the TLSProxy based tests as long as dynamic engines are built.Richard Levitte
2016-02-19TLS: reject duplicate extensionsEmilia Kasper
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-17Remove JPAKERich Salz
2016-02-17Fixup secmemtest for the change of CRYPTO_free() and friendsRichard Levitte
2016-02-14Don't call cpuid in test; done as init.Rich Salz
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte
2016-02-13Remove 00-test_checkexes.t, as it has lost its relevanceRichard Levitte
2016-02-13fix warnings on 32 bit buildsDr. Stephen Henson
2016-02-12Let all TLSProxy based tests display debug text conditionallyRichard Levitte
2016-02-12Rethink logging of test recipesRichard Levitte
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-11Add inclusion directory crypto/include for BN compilationsRichard Levitte
2016-02-10After auto init, check that the deprecated functions exist before usingRichard Levitte
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-10clean away old VMS cruftRichard Levitte
2016-02-10x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-10Simplify the specification of include dirs in the build dirRichard Levitte
2016-02-09GH645: Fix typo: ctificates -> certificatesQuanah Gibson-Mount
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-09Fix 90-test_networking.tRichard Levitte
2016-02-09Update 90-test-networking.t to do the same checks as other TLSProxy testsRichard Levitte
2016-02-09unified build scheme: adjust test framework for out of source build treeRichard Levitte
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni
2016-02-08Use File::Path::rmtree rather than File::Path::remove_treeRichard Levitte
2016-02-08dtlsv1listentest includes e_os.h, reflect that in include dirsRichard Levitte
2016-02-06Fix memory leak in dtlsv1listentestKurt Roeckx
2016-02-06Allocate bio_err before turning on memleak checksViktor Dukhovni
2016-02-06Enhance and clear the support of linker flagsRichard Levitte
2016-02-06GH587: Extend ECDH tests to more curves. Add more ECDH KATs.Billy Brumley
2016-02-06Add build.info lines for dtlsv1listentestRichard Levitte
2016-02-06Don't include sys/socket.hKurt Roeckx
2016-02-05Add missing static declarations in dtlsv1listentest.cViktor Dukhovni
2016-02-05Add tests for DTLSv1_listenMatt Caswell
2016-02-05enable leak checking for danetestDr. Stephen Henson
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson