aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes
Commit message (Expand)AuthorAgeFilesLines
...
* Add a test for printing floating point format specifiersMatt Caswell2016-05-271-0/+12
* Add an async io testMatt Caswell2016-05-201-0/+22
* VMS perl: Fix glob outputRichard Levitte2016-05-131-0/+1
* Add some additional NewSessionTicket testsMatt Caswell2016-05-131-1/+38
* Remove proxy tests. Add verify callback tests.Emilia Kasper2016-05-122-86/+4
* Replace cipherlist testEmilia Kasper2016-05-112-13/+24
* Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni2016-05-111-0/+27
* Fix the no-tls optionMatt Caswell2016-05-046-0/+18
* Add ASN.1 INTEGER tests.Dr. Stephen Henson2016-05-031-1/+43
* Add test for CVE-2016-2018Dr. Stephen Henson2016-05-031-1/+10
* add test for CVE-2016-2109Dr. Stephen Henson2016-04-231-1/+5
* Extensions to d2i_test.Dr. Stephen Henson2016-04-221-2/+2
* Unified copyright for test recipesRich Salz2016-04-2275-533/+580
* Add a best effort test to check shared library consistencyRichard Levitte2016-04-221-0/+115
* Copyright consolidation: perl filesRich Salz2016-04-202-2/+16
* Fix no-tls1_1 and no-tls1_2Matt Caswell2016-04-131-1/+1
* Fix the no-tls optionMatt Caswell2016-04-111-15/+18
* Fix the no-nextprotoneg optionMatt Caswell2016-04-111-0/+2
* Don't check the generated ssl-tests configs on VMSRichard Levitte2016-04-091-1/+2
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-13/+14
* Allow generate_ssl_tests.pl to find testlibEmilia Kasper2016-04-071-0/+1
* Fix no-ocspMatt Caswell2016-04-062-0/+7
* Rename ssltest -> ssltest_oldEmilia Kasper2016-04-051-10/+10
* New SSL test frameworkEmilia Kasper2016-04-053-50/+96
* Fix memory leaks in ASN.1Emilia Kasper2016-04-041-0/+19
* Move peer chain security checks into x509_vfy.cViktor Dukhovni2016-04-031-2/+46
* Adapt some test recipes to the newer cmdstr()Richard Levitte2016-04-029-9/+9
* Since OpenSSL::Test redirects stderr to /dev/null, don't do so in 80-test_ca.tRichard Levitte2016-03-301-4/+4
* Require intermediate CAs to have basicConstraints CA:true.Viktor Dukhovni2016-03-291-2/+6
* Add session reuse tests.Kurt Roeckx2016-03-271-1/+47
* Math::BigInt does floored divs, BN_div does truncated div, compensateRichard Levitte2016-03-271-0/+9
* Fix no-sockMatt Caswell2016-03-218-2/+23
* Skip the CMS tests if CMS is disabledMatt Caswell2016-03-211-0/+3
* Fix no-dsaMatt Caswell2016-03-211-3/+5
* Fix ALPN - more fixesTodd Short2016-03-201-2/+6
* Don't perform tsa tests if configured "no-ts"Richard Levitte2016-03-191-0/+4
* Fix no-desMatt Caswell2016-03-181-10/+12
* Add a test to see that signals are caught as failuresRichard Levitte2016-03-181-0/+9
* Fix no-rc2 in the CMS testMatt Caswell2016-03-181-5/+9
* Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles insteadRichard Levitte2016-03-177-7/+0
* Fix a TLSProxy race conditionMatt Caswell2016-03-153-11/+20
* General verify options to openssl tsfbroda2016-03-151-2/+2
* Disable afalg when engine is disabled.Emilia Kasper2016-03-141-1/+1
* When creating directory specs, use srctop_dir rather than srctop_file.Richard Levitte2016-03-121-3/+3
* Suppress CT warnings in test_sslMatt Caswell2016-03-111-0/+2
* Fix ct_test to not assume it's in the source directoryRichard Levitte2016-03-091-1/+0
* CT test can't run without EC, so skip it on that algo as wellRichard Levitte2016-03-091-1/+1
* Fix ct_test to not assume it's in the source directoryRichard Levitte2016-03-091-0/+2
* Don't run the TLSProxy based tests in native WindowsRichard Levitte2016-03-097-7/+7
* GH787: Fix ALPNTodd Short2016-03-081-14/+50