aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Use File::Path::rmtree rather than File::Path::remove_treeRichard Levitte1-3/+3
2016-02-08dtlsv1listentest includes e_os.h, reflect that in include dirsRichard Levitte1-1/+1
2016-02-06Fix memory leak in dtlsv1listentestKurt Roeckx1-0/+1
2016-02-06Allocate bio_err before turning on memleak checksViktor Dukhovni1-2/+2
2016-02-06Enhance and clear the support of linker flagsRichard Levitte1-15/+10
2016-02-06GH587: Extend ECDH tests to more curves. Add more ECDH KATs.Billy Brumley1-133/+129
2016-02-06Add build.info lines for dtlsv1listentestRichard Levitte1-2/+7
2016-02-06Don't include sys/socket.hKurt Roeckx1-1/+0
2016-02-05Add missing static declarations in dtlsv1listentest.cViktor Dukhovni1-11/+11
2016-02-05Add tests for DTLSv1_listenMatt Caswell3-3/+491
2016-02-05enable leak checking for danetestDr. Stephen Henson1-0/+1
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson16-16/+32
2016-02-05Initialise with -1 rather than 1Richard Levitte1-1/+1
2016-02-04Add checks for IPv4 and IPv6 in OpenSSL::Test::Utils and use themRichard Levitte2-7/+91
2016-02-04RT3095: allow NULL key for single-shot HMACEmilia Kasper1-1/+11
2016-02-04Only use TLS1.2 when it's availableRichard Levitte1-0/+5
2016-02-04Have 70-test_clienthello.t be selective on when it can be runRichard Levitte1-2/+10
2016-02-04Have OpenSSL::Test::Utils::available_protocols load configdata as wellRichard Levitte1-0/+1
2016-02-03Use BIO_snprintf() rather than snprintf()Richard Levitte1-1/+1
2016-02-03Refactoring BIO: add a simple networking test of s_client and s_serverRichard Levitte1-0/+108
2016-02-03Refactoring BIO: add a test, using test/ssltestRichard Levitte2-10/+317
2016-02-01constify PACKETEmilia Kasper1-2/+2
2016-02-01Use PKCS#8 format EC key so test is skipped with no-ecDr. Stephen Henson1-5/+5
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+203
2016-01-31Add tests for non-ca trusted roots and intermediatesViktor Dukhovni6-2/+96
2016-01-31Compat self-signed trust with reject-only aux dataViktor Dukhovni35-38/+815
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni7-35/+168
2016-01-30Move more BN internals to bn_lcl.hRich Salz2-12/+19
2016-01-30When checking if there's a VMS directory spec, don't forget the possible deviceRichard Levitte1-1/+1
2016-01-30Fix test/recipes/25-test_verify.tRichard Levitte1-4/+4
2016-01-30handle "Ctrl" in separate functionDr. Stephen Henson1-16/+20
2016-01-30Add test data for ECDHDr. Stephen Henson1-0/+25
2016-01-30Add support for EVP_PKEY_derive in evp_testDr. Stephen Henson1-0/+71
2016-01-30fix warningDr. Stephen Henson1-0/+2
2016-01-29Templatize util/domdRich Salz1-1/+1
2016-01-29Configure et al: split up the lflags configuration item into twoRichard Levitte1-7/+7
2016-01-29Add have_precompute_mult testsMatt Caswell1-0/+9
2016-01-28Add a test for small subgroup attacks on DH/DHEMatt Caswell1-4/+65
2016-01-27Test all built-in curves and let the library choose the EC_METHODBilly Brumley1-0/+14
2016-01-27Skip all explicitely if the number of tests is 0Richard Levitte1-0/+3
2016-01-27Be careful when applying EXE_SHELLRichard Levitte1-4/+9
2016-01-26Fix Custom Extension tests skip countViktor Dukhovni1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz37-37/+0
2016-01-26RT4272: Unit tests fail when DTLS disabledTodd Short1-2/+4
2016-01-2680-test_ca.t is made to use the new perlapp()Richard Levitte1-11/+6
2016-01-26Have OpenSSL::Test handle perl scripts like any programRichard Levitte1-11/+77
2016-01-26Use the new OpenSSL::Test::Utils routines.Richard Levitte7-11/+11
2016-01-26Use Configure's @disablables and %disabled through configdata.pmRichard Levitte1-34/+87
2016-01-25For every test in 80-test_ssl.t, check that the protocol(s) used is enabledRichard Levitte1-138/+214
2016-01-25Make tests use configdata.pm rather than parsing MakefileRichard Levitte7-20/+26