summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell
2021-03-30Merge OFB encrypt and decrypt test vectors.David Benjamin
2021-03-30test: fix coverity 1474468: resource leakPauli
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-28test: add test case for X508_PUBKEY_dup() functionPauli
2021-03-28Disable cmp_http test on AIXShane Lontis
2021-03-27TEST: Cleanup test recipesRichard Levitte
2021-03-26Make the SM2 group the default group for the SM2 algorithmTomas Mraz
2021-03-26Remove the external BoringSSL testTomas Mraz
2021-03-26test: fix coverity 1473609 & 1473610: unchecked return valuesPauli
2021-03-26test: fix coverity 1451550: unchecked return valuePauli
2021-03-26test: fix coverity 1429210: unchecked return valuePauli
2021-03-26test: fix coverity 1416888: unchecked return valuePauli
2021-03-26test: fix coverity 1414451: unchecked return valuePauli
2021-03-26test: fix coverity 1338157: unchecked return valuePauli
2021-03-25EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz
2021-03-25Add a test for CVE-2021-3449Matt Caswell
2021-03-24test: fix coverity 1451534: improper use of negative valuePauli
2021-03-24test: fix coverity 1469427: impropery use of negative valuePauli
2021-03-24test: fix coverity 1454812: improper use of negative valuePauli
2021-03-24test: fix coverity 1451574: improper use of negative valuePauli
2021-03-24test: fix coverity 1371689 & 1371690: improper use of negative valuesPauli
2021-03-23endecode_test: Add file and line arguments to test callbacksJon Spillett
2021-03-22Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2021-03-22Fix DER reading from stdin for BIO_f_readbufferShane Lontis
2021-03-20sslapitest: fix problem in cleanup on failure pathPauli
2021-03-20test: coverity 1469426 - dereference after null checkPauli
2021-03-20test: coverity 1455749 - dereference after null checkPauli
2021-03-20test: coverity 1455747 - dereference after null checkPauli
2021-03-20test: fix coverity 1470559: resource leakPauli
2021-03-20test: fix coverity 1455330, 1455332, 1455334, 1455342, 1455344 : resource leakPauli
2021-03-20test: fix coverity 1414449 & 1414471: resource leakPauli
2021-03-20test: fix coverity 1414445: resource leakPauli
2021-03-20test: fix coverity 1454040: resource leakPauli
2021-03-20test: fix coverity 1451562: resource leakPauli
2021-03-20test: fix coverity 1451553: resource leakPauli
2021-03-19TEST: Clarify and adjust test/recipes/30-test_evp.tRichard Levitte
2021-03-19TEST: Modify test/endecode_test.c to give the decoder callback the structureRichard Levitte
2021-03-19test: fix Coverity 1454818: use after freePauli
2021-03-18Fixing stack buffer overflow error caused by incorrectly sized array.Kevin Cadieux
2021-03-18Add ossl_provider symbolsShane Lontis
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis
2021-03-18Add ossl_ ecx symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb
2021-03-18TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cove...Dr. David von Oheimb
2021-03-18Add tests for the limited Unicode code point rangeBeat Bolli
2021-03-17Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz
2021-03-17Add testing for non-default library context into evp_extra_testJon Spillett
2021-03-17Fix a TODO(3.0) in the siphash codeMatt Caswell