summaryrefslogtreecommitdiffstats
path: root/test/recipes
AgeCommit message (Expand)Author
2016-05-04Fix the no-tls optionMatt Caswell
2016-05-03Add ASN.1 INTEGER tests.Dr. Stephen Henson
2016-05-03Add test for CVE-2016-2018Dr. Stephen Henson
2016-04-23add test for CVE-2016-2109Dr. Stephen Henson
2016-04-22Extensions to d2i_test.Dr. Stephen Henson
2016-04-22Unified copyright for test recipesRich Salz
2016-04-22Add a best effort test to check shared library consistencyRichard Levitte
2016-04-20Copyright consolidation: perl filesRich Salz
2016-04-13Fix no-tls1_1 and no-tls1_2Matt Caswell
2016-04-11Fix the no-tls optionMatt Caswell
2016-04-11Fix the no-nextprotoneg optionMatt Caswell
2016-04-09Don't check the generated ssl-tests configs on VMSRichard Levitte
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-07Allow generate_ssl_tests.pl to find testlibEmilia Kasper
2016-04-06Fix no-ocspMatt Caswell
2016-04-05Rename ssltest -> ssltest_oldEmilia Kasper
2016-04-05New SSL test frameworkEmilia Kasper
2016-04-04Fix memory leaks in ASN.1Emilia Kasper
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-04-02Adapt some test recipes to the newer cmdstr()Richard Levitte
2016-03-30Since OpenSSL::Test redirects stderr to /dev/null, don't do so in 80-test_ca.tRichard Levitte
2016-03-29Require intermediate CAs to have basicConstraints CA:true.Viktor Dukhovni
2016-03-27Add session reuse tests.Kurt Roeckx
2016-03-27Math::BigInt does floored divs, BN_div does truncated div, compensateRichard Levitte
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