summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2018-04-03Update copyright yearMatt Caswell
2018-04-01Make sure we use a nonce when a nonce is requiredKurt Roeckx
2018-03-31Fix a gcc-8 warning -Wcast-function-typeBernd Edlinger
2018-03-31Refuse to run test_cipherlist unless shared library matches buildRichard Levitte
2018-03-31Fix a possible crash in BN_from_montgomery_wordBernd Edlinger
2018-03-29Faster fuzz test: teach the fuzz test programs to handle directoriesRichard Levitte
2018-03-28Tolerate a Certificate using a non-supported group on server sideMatt Caswell
2018-03-28Revert "Temporarily disable some tests that hang"Matt Caswell
2018-03-27Temporarily disable some tests that hangMatt Caswell
2018-03-27test/test_test.c: add CRYPTO_memcmp regression test.Andy Polyakov
2018-03-23test/shlibloadtest.c: make some variables block localRichard Levitte
2018-03-23test/shlibloadtest.c: fix various errorsRichard Levitte
2018-03-23Include "internal/dso_conf.h" where needed and appropriateRichard Levitte
2018-03-21aes ctr_drbg: add cavs testsPatrick Steuer
2018-03-20Add dladdr() for AIXMatthias Kraft
2018-03-20Reduce the verbosity of test_storeMatt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-19Fix: drbgtest fails when tests are executed in random orderDr. Matthias St. Pierre
2018-03-19Don't generate buildtest_*err.cRichard Levitte
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte
2018-03-19Fix no-sm2Matt Caswell
2018-03-19Fix no-posix-io compile failureMatt Caswell
2018-03-19Fix no-pskMatt Caswell
2018-03-19Apply system_default configuration on SSL_CTX_new().Tomas Mraz
2018-03-19Add a multithread rand testKurt Roeckx
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd
2018-03-19Support SM2 ECIES scheme via EVPJack Lloyd
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-19Fix bio callback backward compatibilityBernd Edlinger
2018-03-19Fix no-ecMatt Caswell
2018-03-19Add a test for 0RTT replay protectionMatt Caswell
2018-03-19Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell
2018-03-19Stop test/shlibloadtest.c from failing in a regression testRichard Levitte
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx
2018-03-15Add code to run test, get malloc countsRich Salz
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add some test vectors for testing raw 448/25519 keysMatt Caswell
2018-03-15Add PrivateKeyRaw and PublicKeyRaw support to evp_testMatt Caswell
2018-03-15Update the tests to use the new EVP_PKEY_new_private_key() functionMatt Caswell
2018-03-14Fix no-ecMatt Caswell
2018-03-14Fix test_out_optionPatrick Steuer
2018-03-14Fix clienthellotest for new TLSv1.3 ciphersuite configurationMatt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-14Use the TLSv1.3 record header as AADMatt Caswell
2018-03-12CONF inclusion test: Add VMS specific testsRichard Levitte
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-12Don't negotiate TLSv1.3 with the ossl_shimMatt Caswell
2018-03-12Session Ticket app dataTodd Short
2018-03-09Attempt to fix boringssl testsBen Kaduk