aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Fix build; ssltestRich Salz1-3/+3
2016-03-08GH787: Fix ALPNTodd Short2-92/+223
2016-03-07Minor update to includes and documentation for ct_test.cRob Percival1-2/+2
2016-03-07Remove OPENSSL_NO_UNIT_TEST guard from ct_test.cRob Percival1-1/+1
2016-03-07Fixes memory leaks in CT codeRob Percival1-5/+5
2016-03-07Make OpenSSL::Test::setup() a bit more forgivingRichard Levitte1-2/+8
2016-03-07documentation and duplicate goto statementsBilly Brumley2-4/+32
2016-03-07move ifdef statementsBilly Brumley2-3/+3
2016-03-07NIST SP800-56A co-factor ECDH KATsBilly Brumley2-2/+4407
2016-03-07Fix some clang warningsMatt Caswell1-9/+12
2016-03-07Fix minor errors in the afalg testMatt Caswell2-2/+2
2016-03-07Adding afalg testclucey4-4/+229
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte1-2/+2
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival2-13/+70
2016-03-04Adds CT validation to SSL connectionsRob Percival1-1/+3
2016-03-03GH355: Implement HKDFAlessandro Ghedini1-0/+76
2016-03-03Refactor ClientHello extension parsingEmilia Kasper2-4/+102
2016-03-02Generalise KDF test in evp_test.cDr. Stephen Henson1-30/+2
2016-03-02Convert PRF tests to use CtrlDr. Stephen Henson1-24/+24
2016-03-02Add Ctrl keyword to KDF test in evp_testDr. Stephen Henson1-1/+2
2016-03-01CT policy validationRob Percival5-21/+208
2016-03-01Verify SCT signaturesRob Percival1-0/+38
2016-02-29Fix use before init warnings in asynctestMatt Caswell1-5/+5
2016-02-29Refactor the async wait fd logicMatt Caswell1-52/+87
2016-02-28skip inappropriate X25519 testsDr. Stephen Henson3-1/+14
2016-02-28Add X25519 test vectors from RFC7748 6.1Dr. Stephen Henson1-0/+42
2016-02-27ct_test.c doesn't need to include from source top, only testutil.c doesRichard Levitte1-1/+3
2016-02-27Remove some old files.Rich Salz36-3596/+0
2016-02-27testutil.c includes e_os.h.Ben Laurie1-1/+1
2016-02-27GH753: More spelling fixFdaSilvaYY2-3/+3
2016-02-26Public API for Certificate TransparencyRob Percival1-2/+1
2016-02-26GH752 ct_test uses testutil, so include thatRob Percival1-1/+1
2016-02-26Normalise the include directives in ct_test.cRichard Levitte2-7/+7
2016-02-26Implement new multi-threading APIAlessandro Ghedini4-4/+302
2016-02-25Update test build/run for unifiedRich Salz1-1/+5
2016-02-25fix "no-engine" build of test fixtureFdaSilvaYY1-1/+3
2016-02-25Tests for parsing and printing certificates containing SCTsRob Percival8-3/+541
2016-02-23test/ectest.c: add regression test for RT#4284.Andy Polyakov1-0/+15
2016-02-23test/recipes/80-test_ca.t: remove_tree->rmtree to make it work with Perl 5.10.Andy Polyakov1-3/+3
2016-02-22Use $disabled{"dynamic-engine"} internallyRichard Levitte7-7/+7
2016-02-20Run the TLSProxy based tests as long as dynamic engines are built.Richard Levitte7-35/+14
2016-02-19TLS: reject duplicate extensionsEmilia Kasper4-10/+61
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-17Remove JPAKERich Salz4-201/+4
2016-02-17Fixup secmemtest for the change of CRYPTO_free() and friendsRichard Levitte1-2/+2
2016-02-14Don't call cpuid in test; done as init.Rich Salz1-6/+0
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte1-6/+8
2016-02-13Remove 00-test_checkexes.t, as it has lost its relevanceRichard Levitte1-59/+0
2016-02-13fix warnings on 32 bit buildsDr. Stephen Henson1-2/+2
2016-02-12Let all TLSProxy based tests display debug text conditionallyRichard Levitte7-7/+13