aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-12Rethink logging of test recipesRichard Levitte1-31/+8
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz2-96/+1
2016-02-11Add inclusion directory crypto/include for BN compilationsRichard Levitte1-1/+1
2016-02-10After auto init, check that the deprecated functions exist before usingRichard Levitte1-13/+0
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-1/+1
2016-02-10clean away old VMS cruftRichard Levitte3-1539/+0
2016-02-10x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov1-0/+48
2016-02-10Simplify the specification of include dirs in the build dirRichard Levitte1-49/+49
2016-02-09GH645: Fix typo: ctificates -> certificatesQuanah Gibson-Mount1-1/+1
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell19-106/+8
2016-02-09Auto init/deinit libcryptoMatt Caswell1-18/+18
2016-02-09Fix 90-test_networking.tRichard Levitte1-0/+1
2016-02-09Update 90-test-networking.t to do the same checks as other TLSProxy testsRichard Levitte1-3/+7
2016-02-09unified build scheme: adjust test framework for out of source build treeRichard Levitte34-164/+229
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni3-17/+171