summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-07-14Test cleaning and modernisationPauli
2017-07-14Fix some issues raise by coverity in the tests.Pauli
2017-07-13Add sanity test for certificate tableDr. Stephen Henson
2017-07-13Add additional ECDSA/Ed25519 selection tests.Dr. Stephen Henson
2017-07-07Do not allow non-dhe kex_modes by defaultMatt Caswell
2017-07-07Update the test/session.pem to have a tick_nonce valueMatt Caswell
2017-07-07Update tls13_hkdf_expand() to take the length of the dataMatt Caswell
2017-07-07The correct key length for a TLSv1.3 SHA384 ciphersuite is 48Matt Caswell
2017-07-07test/run_tests.pl: Make sure to exit with a code that's understood universallyRichard Levitte
2017-07-07test/recipes/90-test_shlibload.t: Make sure to handle library renamesRichard Levitte
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