summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2021-03-05gost_engine test: further cleanups and fixesTomas Mraz
2021-03-05gost_engine test: Run also perl and tcl testsTomas Mraz
2021-03-05CI: add job with external testsTomas Mraz
2021-03-04test/threadstest.c: Add a test to load providers concurrentlyRichard Levitte
2021-03-04test/x509: Test for issuer being overwritten when printing.Tomas Mraz
2021-03-03Add a new test recipe to verify the generated test fipsmodule.cnfRichard Levitte
2021-03-03TEST: Remove the build of fipsmodule.cnf from test recipesRichard Levitte
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-03-03Fix NULL access in ssl_build_cert_chain() when ctx is NULL.Shane Lontis
2021-03-03test_ssl_new: X448, X25519, and EdDSA are supported with fipsTomas Mraz
2021-03-03evp_extra_test2: Remove TODO 3.0Tomas Mraz
2021-03-03evp_extra_test: Remove TODO comment as setting the curve is mandatoryTomas Mraz
2021-03-02Fix a copy&paste error in evp_extra_testMatt Caswell
2021-03-02Fix compiling error on armFangming.Fang