summaryrefslogtreecommitdiffstats
path: root/test/recipes
AgeCommit message (Expand)Author
2016-03-21Fix no-sockMatt Caswell
2016-03-21Skip the CMS tests if CMS is disabledMatt Caswell
2016-03-21Fix no-dsaMatt Caswell
2016-03-20Fix ALPN - more fixesTodd Short
2016-03-19Don't perform tsa tests if configured "no-ts"Richard Levitte
2016-03-18Fix no-desMatt Caswell
2016-03-18Add a test to see that signals are caught as failuresRichard Levitte
2016-03-18Fix no-rc2 in the CMS testMatt Caswell
2016-03-17Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles insteadRichard Levitte
2016-03-15Fix a TLSProxy race conditionMatt Caswell
2016-03-15General verify options to openssl tsfbroda
2016-03-14Disable afalg when engine is disabled.Emilia Kasper
2016-03-12When creating directory specs, use srctop_dir rather than srctop_file.Richard Levitte
2016-03-11Suppress CT warnings in test_sslMatt Caswell
2016-03-09Fix ct_test to not assume it's in the source directoryRichard Levitte
2016-03-09CT test can't run without EC, so skip it on that algo as wellRichard Levitte
2016-03-09Fix ct_test to not assume it's in the source directoryRichard Levitte
2016-03-09Don't run the TLSProxy based tests in native WindowsRichard Levitte
2016-03-08GH787: Fix ALPNTodd Short
2016-03-07Fix minor errors in the afalg testMatt Caswell
2016-03-07Adding afalg testclucey
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival
2016-03-03Refactor ClientHello extension parsingEmilia Kasper
2016-03-01CT policy validationRob Percival
2016-02-27GH753: More spelling fixFdaSilvaYY
2016-02-26Implement new multi-threading APIAlessandro Ghedini
2016-02-25Tests for parsing and printing certificates containing SCTsRob Percival
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-17Remove JPAKERich Salz
2016-02-13Remove 00-test_checkexes.t, as it has lost its relevanceRichard Levitte
2016-02-12Let all TLSProxy based tests display debug text conditionallyRichard Levitte
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
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-05Add tests for DTLSv1_listenMatt Caswell
2016-02-04Add checks for IPv4 and IPv6 in OpenSSL::Test::Utils and use themRichard Levitte
2016-02-04Have 70-test_clienthello.t be selective on when it can be runRichard Levitte
2016-02-03Refactoring BIO: add a simple networking test of s_client and s_serverRichard Levitte
2016-02-03Refactoring BIO: add a test, using test/ssltestRichard Levitte
2016-01-31Add tests for non-ca trusted roots and intermediatesViktor Dukhovni
2016-01-31Compat self-signed trust with reject-only aux dataViktor Dukhovni
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni
2016-01-30Fix test/recipes/25-test_verify.tRichard Levitte
2016-01-27Skip all explicitely if the number of tests is 0Richard Levitte
2016-01-26Fix Custom Extension tests skip countViktor Dukhovni