summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-07-23Test RSA oaep in fips modeShane Lontis
2020-07-23test/drbgtest.c: set the correct counter to trigger reseedingDr. Matthias St. Pierre
2020-07-23test/drbgtest.c: Remove error check for large generate requestsDr. Matthias St. Pierre
2020-07-23Fix DRBG reseed counter condition.Vitezslav Cizek
2020-07-23test/drbgtest.c: Fix error check testVitezslav Cizek
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-22evp_test: use correct deallocation for EVP_CIPHERPauli
2020-07-22evp_test: use correct deallocation for EVP_MDPauli
2020-07-2281-test_cmp_cli.t: Avoid using 'tail', 'awk', and the '-s' option of 'lsof'Dr. David von Oheimb
2020-07-22Skip test_cmp_cli if 'lsof' or 'kill' command is not availableDr. David von Oheimb
2020-07-22Fix provider cipher reinit issueShane Lontis
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis
2020-07-21Fix API rename issue in shim layer that calls EVP_MAC_CTX_set_paramsShane Lontis
2020-07-17Fix trailing whitespace mismatch error when running 02-test_errstr.Shane Lontis
2020-07-1699-test_fuzz.t: Clean up and re-organize such that sub-tests could be split e...Dr. David von Oheimb
2020-07-16test/run_tests.pl: In parallel runs, start those tests first that run longestDr. David von Oheimb
2020-07-16Update copyright yearRichard Levitte
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16deprecate engine testsPauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-07-15Make -provider_name and -section_name optionalRich Salz
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis
2020-07-14DRBG: rename the DRBG taxonomy.Pauli
2020-07-12[test] ectest: check custom generatorsBilly Brumley
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
2020-07-09Fix wrong fipsinstall key used in testShane Lontis
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis
2020-07-08Fix CID 1465213: Integer handling issues (evp_extra_test.c)Shane Lontis
2020-07-08Fix CID 1465215 : Explicit null dereferenced (in test)Shane Lontis
2020-07-08Add a test to check having a provider loaded without a groups still worksMatt Caswell
2020-07-07Add support to zeroize plaintext in S3 record layerMartin Elshuber
2020-07-06[test][15-test_genec] Improve EC tests with genpkeyNicola Tuveri
2020-07-06Ensure the sslcorrupttest checks all errors on the queueMatt Caswell
2020-07-06Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell
2020-07-05TEST: update 02-test_errstr.t to have better testsRichard Levitte
2020-07-05TEST: fix test/errtest.cRichard Levitte
2020-07-05Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb
2020-07-05Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb
2020-07-03Don't run the cmp_cli tests if using FUZZING_BUILD_MODEMatt Caswell
2020-07-0381-test_cmp_cli.t: Correct subroutine quote_spc_empty and its useDr. David von Oheimb
2020-07-0381-test_cmp_cli.t: Streamline {start,stop}_mock_server and improve port settingDr. David von Oheimb
2020-07-03test/run_tests.pl: Add alias REPORT_FAILURES{,_PROGRESS} for VF and VFPDr. David von Oheimb
2020-07-03test/run_tests.pl: Add visual separator after failed test case for VFP and VF...Dr. David von Oheimb
2020-07-03test/run_tests.pl: Enhance the semantics of HARNESS_VERBOSE_FAILURES (VF)Dr. David von Oheimb
2020-07-02[test/README.md] minor fix of examples missing the test targetNicola Tuveri
2020-07-02Run tests in parallelNicola Tuveri
2020-07-01Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb
2020-07-01Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb
2020-07-01Add four more verify test cases on the self-signed Ed25519 and self-issed X25...Dr. David von Oheimb