summaryrefslogtreecommitdiffstats
path: root/test/build.info
AgeCommit message (Expand)Author
2016-12-30Provide some tests for the sig algs APIMatt Caswell
2016-12-14CRL critical extension bugfixRich Salz
2016-11-29Add a test for TLSv1.3 encryption using the new nonce constructionMatt Caswell
2016-11-28Make bntest be (mostly) file-based.Rich Salz
2016-11-23Update tls13secretstest to use the new simpler test frameworkMatt Caswell
2016-11-20Add test to check EVP_PKEY method ordering.Dr. Stephen Henson
2016-11-13Remove heartbeat supportRichard Levitte
2016-11-10Link internal tests with static OpenSSL libraries when neededRichard Levitte
2016-11-10test: add TLS application data corruption test.Andy Polyakov
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper
2016-11-09Add a test for the TLS1.3 secret generationMatt Caswell
2016-11-04Correct internal tests sourcesRichard Levitte
2016-11-03Convert mdc2 test print to internal testRichard Levitte
2016-11-03Convert x509 selftests to internal testRichard Levitte
2016-11-03Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte
2016-11-03Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte
2016-11-03Explain the deal with internal test programsRichard Levitte
2016-11-03Convert poly1305 selftest into internal testRichard Levitte
2016-11-03test/build.info: typo, $ missingRichard Levitte
2016-11-02Add a test to dynamically load and unload the librariesMatt Caswell
2016-11-02Add test cases for DTLS_get_data_mtu()David Woodhouse
2016-11-02Add unit test for ssl_cipher_get_overhead()David Woodhouse
2016-09-13Add tests for the WPACKET implementationMatt Caswell
2016-08-21Add test/bio_enc_test.c.Andy Polyakov
2016-08-19Add a DTLS unprocesed records testMatt Caswell
2016-08-05Move the building of test/buildtest_*. to be done unconditionallyRichard Levitte
2016-08-05VMS: Fix building of bad_dtls_testRichard Levitte
2016-08-04Add basic test for Cisco DTLS1_BAD_VER and record replay handlingDavid Woodhouse
2016-07-18Use _NO_INST in some build.info filesRichard Levitte
2016-07-08Platform sanity testRich Salz
2016-07-01Simplify INCLUDE statements in build.info filesRichard Levitte
2016-06-13Update sslapitest to use the test frameworkMatt Caswell
2016-06-13Add some session API testsMatt Caswell
2016-06-08Add some accessor API'sRich Salz
2016-06-07Add an SSL get/set testMatt Caswell
2016-06-04Generate simple build test filesRichard Levitte
2016-05-27Add a test for printing floating point format specifiersMatt Caswell
2016-05-25build.info files: add quotes around any spec that may contain spacesRichard Levitte
2016-05-20Add an async io testMatt Caswell
2016-05-11Replace cipherlist testEmilia Kasper
2016-05-11Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni
2016-04-14Fix no-stdio and no-autoalginitMatt Caswell
2016-04-05Rename ssltest -> ssltest_oldEmilia Kasper
2016-04-05New SSL test frameworkEmilia Kasper
2016-04-04Fix memory leaks in ASN.1Emilia Kasper
2016-03-18Add a test to see that signals are caught as failuresRichard Levitte
2016-03-07Adding afalg testclucey
2016-02-27ct_test.c doesn't need to include from source top, only testutil.c doesRichard Levitte
2016-02-27testutil.c includes e_os.h.Ben Laurie
2016-02-26GH752 ct_test uses testutil, so include thatRob Percival