aboutsummaryrefslogtreecommitdiffstats
path: root/providers/fips/self_test_kats.c
Commit message (Expand)AuthorAgeFilesLines
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-221-2/+1
* Fix usage of deallocated EVP_RAND_CTX after execution of FIPS on-demand self ...Karol Brzuskiewicz2024-06-241-0/+4
* Copyright year updatesMatt Caswell2023-09-281-1/+1
* fips selftest: avoid relying on a real RNG for self testsPauli2023-09-271-52/+84
* Update FIPS KATs for 140-3Pauli2022-11-021-8/+136
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-241-4/+4
* Fix a bug in signature self tests in the FIPS moduleMatt Caswell2021-10-221-1/+1
* Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATUREslontis2021-08-311-1/+5
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-4/+4
* Add FIPS Self test for AES_ECB decryptShane Lontis2021-04-131-25/+33
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-7/+7
* fips: update DRBG KATs for the extra instantiate argumentPauli2021-02-281-3/+3
* fips: add additional argument to KDF derive call in self testPauli2021-02-281-3/+1
* Allow the sshkdf type to be passed as a single characterRichard Levitte2021-02-241-1/+2
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-8/+8
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Pass correct maximum output length to provider derive operationTomas Mraz2021-01-211-1/+1
* Add fips self tests for all included kdfShane Lontis2020-12-111-1/+6
* Fix builds that specify both no-dh and no-ecMatt Caswell2020-11-301-1/+7
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-15/+15
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-2/+6
* Add self tests for rsa encryptionShane Lontis2020-09-161-2/+100
* prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre2020-09-141-2/+2
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-3/+3
* fips rand: DRBG KAT self test updates to provider model.Pauli2020-06-241-54/+54
* kdf: make function naming consistent.Pauli2020-06-111-3/+3
* Amend references to "OpenSSL license"Shourya Shukla2020-04-291-1/+1
* Add data driven SELF TEST code for signatures and key agreementShane Lontis2020-04-031-23/+251
* Add pairwise consistency self tests to asym keygeneratorsShane Lontis2020-03-031-29/+29
* Check that the DRBG's internal state has been zeroized after uninstantiationDr. Matthias St. Pierre2020-02-251-13/+5
* Add DRBG self testsShane Lontis2020-02-211-17/+145
* Params: add argument to the _from_text calls to indicate if the param exists.Pauli2020-02-211-1/+1
* Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis2020-02-041-3/+10
* Add FIPS Self test kats for digestsShane Lontis2020-01-151-0/+246