summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2021-04-13Handle set_alpn_protos inputs better.Todd Short
2021-04-13Add FIPS Self test for AES_ECB decryptShane Lontis
2021-04-12Remove the function EVP_PKEY_set_alias_typeMatt Caswell
2021-04-12Only enable KTLS if it is explicitly configuredMatt Caswell
2021-04-12Always reset IV for CBC, OFB, and CFB mode on cipher context reinitTomas Mraz
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-12Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis
2021-04-12kmac: add long customisation string examplePauli
2021-04-09apps: fix warning about size_t / int conversionArmin Fuerst
2021-04-09Inherit hostflags verify params even without hostsChristian Heimes
2021-04-08PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private keyDr. David von Oheimb
2021-04-08d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb
2021-04-08Update copyright yearMatt Caswell
2021-04-08test: add extra secure memory test case.Pauli
2021-04-08test: fix problem with threads test using default library context.Pauli
2021-04-08test: fix coverity 1473234 & 1473239: argument cannot be negativePauli
2021-04-07test/recipes/02-test_errstr.t: Do not test negative system error codesRichard Levitte
2021-04-07test: fix coverity 1475940: negative returnPauli
2021-04-07test: fix coverity 1475941: resource leakPauli
2021-04-07Fix potential double free in sslapitest.cNan Xiao
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2021-03-31OSSL_parse_url(): Improve handling of IPv6 addressesDr. David von Oheimb
2021-03-3180-test_cmp_http.t: Add diagnostic info on starting/stopping mock serverDr. David von Oheimb
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell
2021-03-30Merge OFB encrypt and decrypt test vectors.David Benjamin
2021-03-30test: fix coverity 1474468: resource leakPauli
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-28test: add test case for X508_PUBKEY_dup() functionPauli
2021-03-28Disable cmp_http test on AIXShane Lontis
2021-03-27TEST: Cleanup test recipesRichard Levitte
2021-03-26Make the SM2 group the default group for the SM2 algorithmTomas Mraz
2021-03-26Remove the external BoringSSL testTomas Mraz
2021-03-26test: fix coverity 1473609 & 1473610: unchecked return valuesPauli