summaryrefslogtreecommitdiffstats
path: root/test/acvp_test.c
AgeCommit message (Expand)Author
2022-06-02Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-06Fix coverity 1503330 use after freePauli
2021-12-17get_ecdsa_sig_rs_bytes: free value of d2i_ECDSA_SIG() before returnPeiwei Hu
2021-11-22Fix EVP_PKEY_decrypt return checkPeiwei Hu
2021-11-16EVP_PKEY_paramgen_init: fix return checkPeiwei Hu
2021-11-08Fix incorrect return check of BN_bn2binpadPW Hu
2021-11-05Fix tests to check for negative results when calling EVP_PKEY_fromdata_initslontis
2021-10-22Fix acvp_test sig_genMatt Caswell
2021-07-19test: fix use after scope problem in ACVP testPauli
2021-07-16acvp_test: Fix incorrect parenthesisTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Fix aes cfb1 so that it can operate in bit mode.Shane Lontis
2021-05-17Fix compiler error when using config option 'enable-acvp-tests'Shane Lontis
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-04-22Fix typosMichaM
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-03-14Remove TODO in test/acvp_test.c related to setting AES-GCM iv.Shane Lontis
2021-03-12acvp_test: Do not expect exact number of self testsTomas Mraz
2021-03-12test: support params arguments to init functionsPauli
2021-02-28test: update tests to allow for params argument for the instantiate call on E...Pauli
2021-02-18Update copyright yearMatt Caswell
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch
2020-09-24ACVP: add test case for DRBGPauli
2020-09-19Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-17Add ACVP fips module testsShane Lontis