aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Enhance and clear the support of linker flagsRichard Levitte2016-02-061-15/+10
* GH587: Extend ECDH tests to more curves. Add more ECDH KATs.Billy Brumley2016-02-061-133/+129
* Add build.info lines for dtlsv1listentestRichard Levitte2016-02-061-2/+7
* Don't include sys/socket.hKurt Roeckx2016-02-061-1/+0
* Add missing static declarations in dtlsv1listentest.cViktor Dukhovni2016-02-051-11/+11
* Add tests for DTLSv1_listenMatt Caswell2016-02-053-3/+491
* enable leak checking for danetestDr. Stephen Henson2016-02-051-0/+1
* If memory debugging enabled return error on leaks.Dr. Stephen Henson2016-02-0516-16/+32
* Initialise with -1 rather than 1Richard Levitte2016-02-051-1/+1
* Add checks for IPv4 and IPv6 in OpenSSL::Test::Utils and use themRichard Levitte2016-02-042-7/+91
* RT3095: allow NULL key for single-shot HMACEmilia Kasper2016-02-041-1/+11
* Only use TLS1.2 when it's availableRichard Levitte2016-02-041-0/+5
* Have 70-test_clienthello.t be selective on when it can be runRichard Levitte2016-02-041-2/+10
* Have OpenSSL::Test::Utils::available_protocols load configdata as wellRichard Levitte2016-02-041-0/+1
* Use BIO_snprintf() rather than snprintf()Richard Levitte2016-02-031-1/+1
* Refactoring BIO: add a simple networking test of s_client and s_serverRichard Levitte2016-02-031-0/+108
* Refactoring BIO: add a test, using test/ssltestRichard Levitte2016-02-032-10/+317
* constify PACKETEmilia Kasper2016-02-011-2/+2
* Use PKCS#8 format EC key so test is skipped with no-ecDr. Stephen Henson2016-02-011-5/+5
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+203
* Add tests for non-ca trusted roots and intermediatesViktor Dukhovni2016-01-316-2/+96
* Compat self-signed trust with reject-only aux dataViktor Dukhovni2016-01-3135-38/+815
* Check chain extensions also for trusted certificatesViktor Dukhovni2016-01-317-35/+168
* Move more BN internals to bn_lcl.hRich Salz2016-01-302-12/+19
* When checking if there's a VMS directory spec, don't forget the possible deviceRichard Levitte2016-01-301-1/+1
* Fix test/recipes/25-test_verify.tRichard Levitte2016-01-301-4/+4
* handle "Ctrl" in separate functionDr. Stephen Henson2016-01-301-16/+20
* Add test data for ECDHDr. Stephen Henson2016-01-301-0/+25
* Add support for EVP_PKEY_derive in evp_testDr. Stephen Henson2016-01-301-0/+71
* fix warningDr. Stephen Henson2016-01-301-0/+2
* Templatize util/domdRich Salz2016-01-291-1/+1
* Configure et al: split up the lflags configuration item into twoRichard Levitte2016-01-291-7/+7
* Add have_precompute_mult testsMatt Caswell2016-01-291-0/+9
* Add a test for small subgroup attacks on DH/DHEMatt Caswell2016-01-281-4/+65
* Test all built-in curves and let the library choose the EC_METHODBilly Brumley2016-01-271-0/+14
* Skip all explicitely if the number of tests is 0Richard Levitte2016-01-271-0/+3
* Be careful when applying EXE_SHELLRichard Levitte2016-01-271-4/+9
* Fix Custom Extension tests skip countViktor Dukhovni2016-01-261-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2637-37/+0
* RT4272: Unit tests fail when DTLS disabledTodd Short2016-01-261-2/+4
* 80-test_ca.t is made to use the new perlapp()Richard Levitte2016-01-261-11/+6
* Have OpenSSL::Test handle perl scripts like any programRichard Levitte2016-01-261-11/+77
* Use the new OpenSSL::Test::Utils routines.Richard Levitte2016-01-267-11/+11
* Use Configure's @disablables and %disabled through configdata.pmRichard Levitte2016-01-261-34/+87
* For every test in 80-test_ssl.t, check that the protocol(s) used is enabledRichard Levitte2016-01-251-138/+214
* Make tests use configdata.pm rather than parsing MakefileRichard Levitte2016-01-257-20/+26
* Fix OpenSSL::Test::Simple to take more than one algorithmRichard Levitte2016-01-251-4/+10
* dsatest: use the correct BIO to print the test errorMarcus Meissner2016-01-221-1/+1
* few typo fixesFdaSilvaYY2016-01-221-1/+1
* Remove outdated conftest.cRich Salz2016-01-221-99/+0