summaryrefslogtreecommitdiffstats
path: root/test/recipes
AgeCommit message (Expand)Author
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
2016-02-26Implement new multi-threading APIAlessandro Ghedini
2016-02-25Tests for parsing and printing certificates containing SCTsRob Percival
2016-02-23test/recipes/80-test_ca.t: remove_tree->rmtree to make it work with Perl 5.10.Andy Polyakov
2016-02-22Use $disabled{"dynamic-engine"} internallyRichard Levitte
2016-02-20Run the TLSProxy based tests as long as dynamic engines are built.Richard Levitte
2016-02-19TLS: reject duplicate extensionsEmilia Kasper
2016-02-17Remove JPAKERich Salz
2016-02-13Remove 00-test_checkexes.t, as it has lost its relevanceRichard Levitte
2016-02-12Let all TLSProxy based tests display debug text conditionallyRichard Levitte
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-09Fix 90-test_networking.tRichard Levitte
2016-02-09Update 90-test-networking.t to do the same checks as other TLSProxy testsRichard Levitte
2016-02-09unified build scheme: adjust test framework for out of source build treeRichard Levitte
2016-02-05Add tests for DTLSv1_listenMatt Caswell
2016-02-04Add checks for IPv4 and IPv6 in OpenSSL::Test::Utils and use themRichard Levitte
2016-02-04Have 70-test_clienthello.t be selective on when it can be runRichard Levitte
2016-02-03Refactoring BIO: add a simple networking test of s_client and s_serverRichard Levitte
2016-02-03Refactoring BIO: add a test, using test/ssltestRichard Levitte
2016-01-31Add tests for non-ca trusted roots and intermediatesViktor Dukhovni
2016-01-31Compat self-signed trust with reject-only aux dataViktor Dukhovni
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni
2016-01-30Fix test/recipes/25-test_verify.tRichard Levitte
2016-01-27Skip all explicitely if the number of tests is 0Richard Levitte
2016-01-26Fix Custom Extension tests skip countViktor Dukhovni
2016-01-26RT4272: Unit tests fail when DTLS disabledTodd Short
2016-01-2680-test_ca.t is made to use the new perlapp()Richard Levitte
2016-01-26Use the new OpenSSL::Test::Utils routines.Richard Levitte
2016-01-25For every test in 80-test_ssl.t, check that the protocol(s) used is enabledRichard Levitte
2016-01-25Make tests use configdata.pm rather than parsing MakefileRichard Levitte
2016-01-20Multiple -trusted/-untrusted/-CRLfile options in verifyViktor Dukhovni
2016-01-20More X509_verify_cert() tests via verify(1).Viktor Dukhovni
2016-01-19Remove the GOST engineMatt Caswell
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-17The TLSProxy tests can't run if no-engine has been configuredRichard Levitte
2016-01-14Do not use redirection on binary filesRichard Levitte
2016-01-13Fix verify(1) to report failure when verification failsViktor Dukhovni
2016-01-13Fix test_ordinalsMatt Caswell
2016-01-13VMS perl doesn't implement fork(), so don't run the TLSProxy tests thereRichard Levitte
2016-01-13Pipes on VMS do not work well with binary data, use an intermediary fileRichard Levitte
2016-01-13Fix test/recipes/80-test_ca.t to work on VMSRichard Levitte
2016-01-11Only run DANE tests when EC is supportedRichard Levitte
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2016-01-07DANE support for X509_verify_cert()Viktor Dukhovni
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx