summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-07-05Fix compiler warningsPauli
2017-07-05Remove the TEST_check macro.Pauli
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-30Cleanup some copyright stuffRich Salz
2017-06-30Fix build with no-threads no-ecDr. Stephen Henson
2017-06-29STORE test recipe: Remove comment refering to OpenConnectRichard Levitte
2017-06-29Test that storeutl with a directory path works as expectedRichard Levitte
2017-06-29STORE tests: add PKCS#12 testsRichard Levitte
2017-06-29Add a test that checks the store utilityRichard Levitte
2017-06-29Updates following review of SSL_export_key_material() changesMatt Caswell
2017-06-29Add an SSL_export_keying_material() testMatt Caswell
2017-06-28Add dependency on apps/progs.h for test/uitest.oRichard Levitte
2017-06-28test/uitest.c's pem_password_cb returned 1 instead of the password lengthRichard Levitte
2017-06-27Use randomness not entropyRich Salz
2017-06-26Fix return value checking for BIO_sock_initPaul Yang
2017-06-24Fix no-dsa build againBenjamin Kaduk
2017-06-24Add tests for deprecated sigalgs with TLS 1.3 ClientHellosBenjamin Kaduk
2017-06-24Fix no-dsa buildBenjamin Kaduk
2017-06-23Fix a memory leak in the new TAP filter BIOMatt Caswell
2017-06-23Fix the constant time 64 testMatt Caswell
2017-06-23Remove uses of the TEST_check macro.Pauli
2017-06-22TAP line filter BIO.Pauli
2017-06-21PSK related tweaks based on review feedbackMatt Caswell
2017-06-21Add some tests for the new TLSv1.3 PSK codeMatt Caswell
2017-06-21Add ecstress testRich Salz
2017-06-21Add constant-time 64Rich Salz
2017-06-21Update test config fileDr. Stephen Henson
2017-06-21Add Ed25519 TLS 1.3 and 1.2 testsDr. Stephen Henson
2017-06-21Add Ed25519 EE certificatesDr. Stephen Henson
2017-06-21Ed25519 support for mkcert.shDr. Stephen Henson
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-21Remove OSSLzu macros and use %zu in the test framework (via BIO_printf).Pauli
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-19Address style issues.Pauli
2017-06-19Address double error and OSSLzu comments.Pauli
2017-06-19Put error output back.Pauli
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli
2017-06-19Fix preprocessor indentation.Pauli
2017-06-17Fix va_list processing in test_note()Richard Levitte
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli
2017-06-16Add a missing break in test/shlibloadtest.cBernd Edlinger
2017-06-16Add comments to test_ciphersuite_change()Matt Caswell
2017-06-16Move ciphersuite selection before session resumption in TLSv1.3Matt Caswell
2017-06-16Add a test for a server changing the ciphersuiteMatt Caswell
2017-06-15Fix no-ecBenjamin Kaduk
2017-06-15Build apps/progs.h dynamicallyRichard Levitte
2017-06-15Move bn and evp test programs input data to their respective data dirRichard Levitte
2017-06-15Correct Oracle copyrights & clarify.Pauli
2017-06-12Add sslapitest for SSL_early_get1_extensions_present()Benjamin Kaduk