aboutsummaryrefslogtreecommitdiffstats
path: root/test/acvp_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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