summaryrefslogtreecommitdiffstats
path: root/test/build.info
AgeCommit message (Expand)Author
2017-04-12Convert exdata tests to new test frameworkJon Spillett
2017-04-11Convert asynciotest for the new test frameworkMatt Caswell
2017-04-11Convert bad_dtls_test for the new test frameworkMatt Caswell
2017-04-11Update md2test to use the test infrastructurePauli
2017-04-10Update rc2test to use the test infrastructurePauli
2017-04-04Add a test of encoding and decoding LONG, INT32, UINT32, INT64 and UINT64Richard Levitte
2017-03-29More typo fixesFdaSilvaYY
2017-03-29Test infrastructure additions.Pauli
2017-03-28Move PRIu64, OSSLzu to e_os.hRich Salz
2017-03-16Add unit tests for the lhash functionality.Pauli
2017-03-16Add ExpectedClientCANamesDr. Stephen Henson
2017-03-16Add tests for the padding extensionMatt Caswell
2017-03-15Unit tests for crypto/stack.Pauli
2017-03-07test: add chacha_internal_test.Andy Polyakov
2017-03-06Add a test to check that we correctly handle record overflowsMatt Caswell
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2017-02-28Exdata test was never enabled.Rich Salz
2017-02-28Revert rc4test removal, it performs additional tests not in evptests.txtDr. Stephen Henson
2017-02-28Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2Dr. Stephen Henson
2017-02-28Remove wp_test.c: exactly the same tests are in evptests.txtDr. Stephen Henson
2017-02-24X509 time: tighten validation per RFC 5280Emilia Kasper
2017-02-23Tests for SSL_bytes_to_cipher_list()Benjamin Kaduk
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-30Enable wpacket test on shared buildsMatt Caswell
2017-01-12UI: fix uitest for VMSRichard Levitte
2017-01-11Add a test "uitest"Richard Levitte
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