summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-05-22Fix infinite loops in secure memory allocation.Todd Short
2017-05-22test/run_tests.pl: don't mask test failures.Andy Polyakov
2017-05-10Add a test for SNI in conjunction with custom extensionsMatt Caswell
2017-05-10Prefer TAP::Harness over Test::HarnessRichard Levitte
2017-04-28Ensure blank lines between tests.Rich Salz
2017-04-26Add SSL tests for certificates with embedded SCTsRob Percival
2017-04-26Add and use function test_pem to work out test filenames.Dr. Stephen Henson
2017-04-16Catch EC_R_UNKNOWN_GROUP in check_unsupported()Rich Salz
2017-04-14Reformat evptests.txtNicola Tuveri
2017-04-13Remove ecdhtest.cNicola Tuveri
2017-04-13ecdhtest.c: move co-factor ECDH KATs to evptestsNicola Tuveri
2017-04-12Remove more stale code in ecdhtest.cNicola Tuveri
2017-04-12ecdhtest.c: move KATs to evptests.txtNicola Tuveri
2017-04-12Remove stale code in ecdhtest.cNicola Tuveri
2017-04-12ecdhtest.c: move NAMED CURVES TESTS to evptests.txtNicola Tuveri
2017-04-11Allow an ALPN callback to pretend to not existBenjamin Kaduk
2017-03-30More typo fixesFdaSilvaYY
2017-03-28Move PRIu64 to e_os.hRich Salz
2017-03-28asynctest: don't depend on appsEmilia Kasper
2017-03-21Fix test/recipes/80-test_ssl_old.tRichard Levitte
2017-03-21Rework how protocol specific ciphers in 80-test_ssl_old.t are picked outRichard Levitte
2017-03-20Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger
2017-03-17Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai
2017-03-16Rather use -out parameter than redirect stdoutRichard Levitte
2017-03-14Fix some -Wshadow warningsBenjamin Kaduk
2017-03-13Added a test case for RSA_padding_add_PKCS1_PSS_mgf1.Bernd Edlinger
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz
2017-03-03Reset executable bits on files where not needed.Bernd Edlinger
2017-02-28Test framework: Add the possibility to have a test specific data dirRichard Levitte
2017-02-28Add AGL's "beer mug" PEM file as another test inputBenjamin Kaduk
2017-02-28Add test corpus for PEM readingBenjamin Kaduk
2017-02-28Exdata test was never enabled.Rich Salz
2017-02-28Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2Matt Caswell
2017-02-23Add -Wundef to strict-warningsRich Salz
2017-02-19VMS fix of test/recipes/80-test_ssl_new.tRichard Levitte
2017-02-17Fix test_x509_storeRichard Levitte
2017-02-17Add a test of the X509_STORE / X509_LOOKUP APIRichard Levitte
2017-02-17test/README: clarify test number groupsRichard Levitte
2017-02-16Fix a mem leak in ssl_test_ctx.cMatt Caswell
2017-02-16Don't run MSBLOB conversion tests when RSA or DSA are disabledRichard Levitte
2017-02-16Provide a test for the Encrypt-Then-Mac renegotiation crashMatt Caswell
2017-02-13Add test to show wrong behavior of ASYNC_WAIT_CTXAndrea Grandi
2017-02-13test_rehash does nothing, have it do somethingRichard Levitte
2017-01-29test/evp_test.c: If no algorithm was specified, don't try to check for DESRichard Levitte
2017-01-28Add a couple of test to check CRL fingerprintRichard Levitte
2017-01-26Add server signature algorithm bug test.Dr. Stephen Henson
2017-01-25Adjust in and in_len instead of donelenMatt Caswell
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-25Update evp_test to make sure passing partial block to "Update" is okMatt Caswell
2017-01-23Extend the test_ssl_new renegotiation tests to include client authMatt Caswell