summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2021-03-16property_test: use property values that are not used elsewhereTomas Mraz
2021-03-16property: default queries create the property values.Pauli
2021-03-15Ensure that ECX keys pass EVP_PKEY_param_check()Matt Caswell
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis
2021-03-14Remove TODO in rsa_ameth.cShane Lontis
2021-03-14Remove TODO in test/acvp_test.c related to setting AES-GCM iv.Shane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-13TS ESS: Let TS_RESP_verify_signature() make use of untrusted certs also from ...Dr. David von Oheimb
2021-03-12acvp_test: Do not expect exact number of self testsTomas Mraz
2021-03-12test: support params arguments to init functionsPauli
2021-03-12test: add params argument to key manager's gen_init callPauli
2021-03-11TEST: Stop the cleanup in test/recipes/20-test_mac.tRichard Levitte
2021-03-11Update copyright yearMatt Caswell
2021-03-11test: convert store test to use relative pathsPauli
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli
2021-03-11Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis
2021-03-09Non-const accessor to legacy keysDmitry Belyavskiy
2021-03-09http_test.c: Fix minor Coverity issue CID 1473608Dr. David von Oheimb
2021-03-09Reword repeated words.Shane Lontis
2021-03-08fake_rand_finish should be called if "OPENSSL_NO_SM2" is NOT definedArmin Fuerst
2021-03-08Fix the check for suitable groups and TLSv1.3Matt Caswell
2021-03-08Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell
2021-03-08Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell
2021-03-08Add a multi thread test for downgrading keysMatt Caswell