summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2016-03-07Minor update to includes and documentation for ct_test.cRob Percival
2016-03-07Remove OPENSSL_NO_UNIT_TEST guard from ct_test.cRob Percival
2016-03-07Fixes memory leaks in CT codeRob Percival
2016-03-07Make OpenSSL::Test::setup() a bit more forgivingRichard Levitte
2016-03-07documentation and duplicate goto statementsBilly Brumley
2016-03-07move ifdef statementsBilly Brumley
2016-03-07NIST SP800-56A co-factor ECDH KATsBilly Brumley
2016-03-07Fix some clang warningsMatt Caswell
2016-03-07Fix minor errors in the afalg testMatt Caswell
2016-03-07Adding afalg testclucey
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-04Adds CT validation to SSL connectionsRob Percival
2016-03-03GH355: Implement HKDFAlessandro Ghedini
2016-03-03Refactor ClientHello extension parsingEmilia Kasper
2016-03-02Generalise KDF test in evp_test.cDr. Stephen Henson
2016-03-02Convert PRF tests to use CtrlDr. Stephen Henson
2016-03-02Add Ctrl keyword to KDF test in evp_testDr. Stephen Henson
2016-03-01CT policy validationRob Percival
2016-03-01Verify SCT signaturesRob Percival
2016-02-29Fix use before init warnings in asynctestMatt Caswell
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-28skip inappropriate X25519 testsDr. Stephen Henson
2016-02-28Add X25519 test vectors from RFC7748 6.1Dr. Stephen Henson
2016-02-27ct_test.c doesn't need to include from source top, only testutil.c doesRichard Levitte
2016-02-27Remove some old files.Rich Salz
2016-02-27testutil.c includes e_os.h.Ben Laurie
2016-02-27GH753: More spelling fixFdaSilvaYY
2016-02-26Public API for Certificate TransparencyRob Percival
2016-02-26GH752 ct_test uses testutil, so include thatRob Percival
2016-02-26Normalise the include directives in ct_test.cRichard Levitte
2016-02-26Implement new multi-threading APIAlessandro Ghedini
2016-02-25Update test build/run for unifiedRich Salz
2016-02-25fix "no-engine" build of test fixtureFdaSilvaYY
2016-02-25Tests for parsing and printing certificates containing SCTsRob Percival
2016-02-23test/ectest.c: add regression test for RT#4284.Andy Polyakov
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-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-17Remove JPAKERich Salz
2016-02-17Fixup secmemtest for the change of CRYPTO_free() and friendsRichard Levitte
2016-02-14Don't call cpuid in test; done as init.Rich Salz
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte
2016-02-13Remove 00-test_checkexes.t, as it has lost its relevanceRichard Levitte
2016-02-13fix warnings on 32 bit buildsDr. Stephen Henson
2016-02-12Let all TLSProxy based tests display debug text conditionallyRichard Levitte
2016-02-12Rethink logging of test recipesRichard Levitte
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz