summaryrefslogtreecommitdiff
path: root/test/acvp_test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu2022-06-021-3/+3
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-241-12/+12
* Fix coverity 1503330 use after freePauli2022-05-061-0/+2
* get_ecdsa_sig_rs_bytes: free value of d2i_ECDSA_SIG() before returnPeiwei Hu2021-12-171-2/+2
* Fix EVP_PKEY_decrypt return checkPeiwei Hu2021-11-221-1/+1
* EVP_PKEY_paramgen_init: fix return checkPeiwei Hu2021-11-161-2/+2
* Fix incorrect return check of BN_bn2binpadPW Hu2021-11-081-1/+1
* Fix tests to check for negative results when calling EVP_PKEY_fromdata_initslontis2021-11-051-6/+8
* Fix acvp_test sig_genMatt Caswell2021-10-221-0/+1
* test: fix use after scope problem in ACVP testPauli2021-07-191-8/+4
* acvp_test: Fix incorrect parenthesisTomas Mraz2021-07-161-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Fix aes cfb1 so that it can operate in bit mode.Shane Lontis2021-06-011-0/+49
* Fix compiler error when using config option 'enable-acvp-tests'Shane Lontis2021-05-171-6/+9
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-30/+4
* Fix typosMichaM2021-04-221-1/+1
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-3/+3
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-5/+5
* Remove TODO in test/acvp_test.c related to setting AES-GCM iv.Shane Lontis2021-03-141-2/+3
* acvp_test: Do not expect exact number of self testsTomas Mraz2021-03-121-1/+1
* test: support params arguments to init functionsPauli2021-03-121-3/+3
* test: update tests to allow for params argument for the instantiate call on E...Pauli2021-02-281-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-8/+10
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-10/+0
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-101-10/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-9/+7
* en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2020-09-261-1/+1
* ACVP: add test case for DRBGPauli2020-09-241-0/+81
* Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis2020-09-191-3/+49
* Add EVP signature with libctx methods.Shane Lontis2020-08-091-6/+9
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-191-2/+2
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-191-5/+3
* Add ACVP fips module testsShane Lontis2020-06-171-0/+1367