summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-05-04Add a test for the public core bio APIMatt Caswell
2021-05-04test: fix failure with FIPS and no-des configured.Pauli
2021-05-01Fix no-fips-securitychecks test failureShane Lontis
2021-04-30SM2 signatures work correctly only with SM3 digestsTomas Mraz
2021-04-30acvp: fix the no-acvp_test buildPauli
2021-04-30Fix CRL app so that stdin works.Shane Lontis
2021-04-30remove end of line whitespacePauli
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-29Adjust ssl_test_new for SHA1 security levelMatt Caswell
2021-04-29Adjust sslapitest for SHA1 security levelMatt Caswell
2021-04-29Adjust dtlstest for SHA1 security levelMatt Caswell
2021-04-29Add test case for openssl crl -noout -hash outputTomas Mraz
2021-04-28Test a Finished message at the wrong time results in unexpected messageMatt Caswell
2021-04-28Add a threading test for loading/unloading providersMatt Caswell
2021-04-28ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb
2021-04-28Skip test_fipsload when fips is disabled.Tomas Mraz
2021-04-28Add X509 version constants.David Benjamin
2021-04-28memleaktest with MSVC's AddressSanitizerKevin Cadieux
2021-04-28Add testing for updated cipher IVJon Spillett
2021-04-28Use "canonical" names when matching the output of the commandsTomas Mraz
2021-04-28Skip GOST engine tests in out of tree buildsTomas Mraz
2021-04-27Test that we don't have a memory leak in d2i_ASN1_OBJECT.Shane Lontis
2021-04-27re-add pyca/cryptography testingPaul Kehrer
2021-04-27Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-04-23TEST: correct test/recipes/30-test_evp_data/evppkey_ecdh.txtRichard Levitte
2021-04-23test: separate some DES based tests out to permit a no-des build to workPauli
2021-04-23test: fix test_evp_kdf when DES is disabled.Pauli
2021-04-23Runchecker fix for the no-autoerrinit buildPauli
2021-04-23Runchecker: fix TLS curves test failure with no-tls1_3 optionPauli
2021-04-23Runchecker: fix no-ec2m build which was trying to validate the e2cm curvesPauli
2021-04-23Trivial shortcuts for EVP_PKEY_eq()Tomas Mraz
2021-04-22test_sslextension: skip tests that cannot work with no-tls1_2Tomas Mraz
2021-04-22Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()Tomas Mraz
2021-04-22Update copyright yearMatt Caswell
2021-04-22Fix typosMichaM
2021-04-21TEST: Adapt the EVP testRichard Levitte
2021-04-21test: fix double free problems.Pauli
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb
2021-04-19Update krb5 module to latest releaseTomas Mraz
2021-04-19Add a test for OSSL_LIB_CTX_set0_defaultMatt Caswell
2021-04-19Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell
2021-04-19Avoid more MSVC-specific C runtime library functionsTanzinul Islam
2021-04-19Add test for the IV handling of DES based ciphersTomas Mraz
2021-04-18TEST: Use OSSL_MAX_NAME_SIZE instead of arbitrary number of mdnameRichard Levitte
2021-04-18TEST: Modify how the retrieved digest name for SM2 digestsign is checkedRichard Levitte
2021-04-18TEST: Modify testutil's run_tests to display NOSUBTEST cases individuallyRichard Levitte
2021-04-18TEST: Modify test/evp_fetch_prov_test.c to also fetch by OIDRichard Levitte
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz