summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-16SipHash: Fix CTRL API for the digest size.Pauli
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis
2021-04-15Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz
2021-04-15Remove keymgmt_copy function from the provider APITomas Mraz
2021-04-1480-test_cmp_http.t: Extend diagnostics of mock server launchDr. David von Oheimb
2021-04-1480-test_cmp_http.t: Silence check for availability of 'kill' and 'lsof' commandsDr. David von Oheimb
2021-04-1480-test_cmp_http.t: Fix resumption when skipping after mock server launch failedDr. David von Oheimb
2021-04-14APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb
2021-04-14Add domain parameter match check for DH and ECDH key exchange.Shane Lontis