aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Adjust ssl_test_new for SHA1 security levelMatt Caswell2021-04-295-28/+68
* Adjust sslapitest for SHA1 security levelMatt Caswell2021-04-291-0/+55
* Adjust dtlstest for SHA1 security levelMatt Caswell2021-04-291-0/+32
* Add test case for openssl crl -noout -hash outputTomas Mraz2021-04-291-1/+4
* Test a Finished message at the wrong time results in unexpected messageMatt Caswell2021-04-281-0/+74
* Add a threading test for loading/unloading providersMatt Caswell2021-04-281-1/+25
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-281-1/+1
* Skip test_fipsload when fips is disabled.Tomas Mraz2021-04-281-0/+1
* Add X509 version constants.David Benjamin2021-04-281-1/+1
* memleaktest with MSVC's AddressSanitizerKevin Cadieux2021-04-281-1/+4
* Add testing for updated cipher IVJon Spillett2021-04-289-1/+220
* Use "canonical" names when matching the output of the commandsTomas Mraz2021-04-282-3/+3
* Skip GOST engine tests in out of tree buildsTomas Mraz2021-04-281-1/+3
* Test that we don't have a memory leak in d2i_ASN1_OBJECT.Shane Lontis2021-04-271-0/+26
* re-add pyca/cryptography testingPaul Kehrer2021-04-271-8/+8
* Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis2021-04-271-1/+1
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-267-40/+191
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-10/+23
* TEST: correct test/recipes/30-test_evp_data/evppkey_ecdh.txtRichard Levitte2021-04-231-0/+8
* test: separate some DES based tests out to permit a no-des build to workPauli2021-04-235-30/+59
* test: fix test_evp_kdf when DES is disabled.Pauli2021-04-231-2/+2
* Runchecker fix for the no-autoerrinit buildPauli2021-04-231-1/+5
* Runchecker: fix TLS curves test failure with no-tls1_3 optionPauli2021-04-231-1/+2
* Runchecker: fix no-ec2m build which was trying to validate the e2cm curvesPauli2021-04-231-3/+8
* Trivial shortcuts for EVP_PKEY_eq()Tomas Mraz2021-04-231-7/+14
* test_sslextension: skip tests that cannot work with no-tls1_2Tomas Mraz2021-04-221-20/+22
* Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()Tomas Mraz2021-04-221-1/+1
* Update copyright yearMatt Caswell2021-04-228-8/+8
* Fix typosMichaM2021-04-221-1/+1
* TEST: Adapt the EVP testRichard Levitte2021-04-212-6/+8
* test: fix double free problems.Pauli2021-04-211-0/+3
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-203-8/+35
* Update krb5 module to latest releaseTomas Mraz2021-04-192-2/+2
* Add a test for OSSL_LIB_CTX_set0_defaultMatt Caswell2021-04-191-0/+55
* Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell2021-04-191-6/+55
* Avoid more MSVC-specific C runtime library functionsTanzinul Islam2021-04-193-3/+5
* Add test for the IV handling of DES based ciphersTomas Mraz2021-04-191-2/+110
* TEST: Use OSSL_MAX_NAME_SIZE instead of arbitrary number of mdnameRichard Levitte2021-04-181-1/+1
* TEST: Modify how the retrieved digest name for SM2 digestsign is checkedRichard Levitte2021-04-181-17/+36
* TEST: Modify testutil's run_tests to display NOSUBTEST cases individuallyRichard Levitte2021-04-181-23/+36
* TEST: Modify test/evp_fetch_prov_test.c to also fetch by OIDRichard Levitte2021-04-181-54/+178
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-182-4/+4
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-174-13/+13
* SipHash: Fix CTRL API for the digest size.Pauli2021-04-161-1/+7
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-151-1/+368
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-152-2/+2
* Remove keymgmt_copy function from the provider APITomas Mraz2021-04-151-5/+9
* 80-test_cmp_http.t: Extend diagnostics of mock server launchDr. David von Oheimb2021-04-141-1/+2
* 80-test_cmp_http.t: Silence check for availability of 'kill' and 'lsof' commandsDr. David von Oheimb2021-04-141-2/+2
* 80-test_cmp_http.t: Fix resumption when skipping after mock server launch failedDr. David von Oheimb2021-04-141-0/+2