summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* TLS: reject duplicate extensionsEmilia Kasper2016-02-194-10/+61
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Remove JPAKERich Salz2016-02-174-201/+4
* Fixup secmemtest for the change of CRYPTO_free() and friendsRichard Levitte2016-02-171-2/+2
* Don't call cpuid in test; done as init.Rich Salz2016-02-141-6/+0
* Make sure to use unsigned char for is*() functionsRichard Levitte2016-02-141-6/+8
* Remove 00-test_checkexes.t, as it has lost its relevanceRichard Levitte2016-02-131-59/+0
* fix warnings on 32 bit buildsDr. Stephen Henson2016-02-131-2/+2
* Let all TLSProxy based tests display debug text conditionallyRichard Levitte2016-02-127-7/+13
* Rethink logging of test recipesRichard Levitte2016-02-121-31/+8
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-112-96/+1
* Add inclusion directory crypto/include for BN compilationsRichard Levitte2016-02-111-1/+1
* After auto init, check that the deprecated functions exist before usingRichard Levitte2016-02-101-13/+0
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-1/+1
* clean away old VMS cruftRichard Levitte2016-02-103-1539/+0
* x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-101-0/+48
* Simplify the specification of include dirs in the build dirRichard Levitte2016-02-101-49/+49
* GH645: Fix typo: ctificates -> certificatesQuanah Gibson-Mount2016-02-091-1/+1
* Clean up the tests for auto-init/de-initMatt Caswell2016-02-0919-106/+8
* Auto init/deinit libcryptoMatt Caswell2016-02-091-18/+18
* Fix 90-test_networking.tRichard Levitte2016-02-091-0/+1
* Update 90-test-networking.t to do the same checks as other TLSProxy testsRichard Levitte2016-02-091-3/+7
* unified build scheme: adjust test framework for out of source build treeRichard Levitte2016-02-0934-164/+229
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-083-17/+171
* Use File::Path::rmtree rather than File::Path::remove_treeRichard Levitte2016-02-081-3/+3
* dtlsv1listentest includes e_os.h, reflect that in include dirsRichard Levitte2016-02-081-1/+1
* Fix memory leak in dtlsv1listentestKurt Roeckx2016-02-061-0/+1
* Allocate bio_err before turning on memleak checksViktor Dukhovni2016-02-061-2/+2
* 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