summaryrefslogtreecommitdiffstats
path: root/test/acvp_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix uses of `EVP_PKEY_Q_keygen` with `size_t` variadic argumentArtSin2024-11-051-1/+1
* ecdh_cofactor_derive_test(): Skip the test if the curve is not supportedTomas Mraz2024-10-211-2/+4
* test: add FIPS version check for EC cofactor derive testsPauli2024-10-011-8/+11
* Fix bugs in ECDH cofactor FIPS indicator.slontis2024-09-301-0/+59
* FIPS: Add EDDSA public key validation.slontis2024-08-231-2/+93
* acvptest: add positive and negative tests for verify message paramPauli2024-08-221-13/+46
* CI: Fix GCM IV check in acvp_test for crosstestslontis2024-08-191-5/+10
* Add an indicator for AES GCM that returns if the iv has been generatedslontis2024-08-181-17/+60
* Setup padding mode correctly in acvp_testpohsingwu2024-08-121-1/+12
* Add FIPS DSA Keygen testsslontis2024-08-061-22/+36
* Disable DSA signing in the FIPS provider.slontis2024-07-261-6/+12
* 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-071-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-111-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-251-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