summaryrefslogtreecommitdiff
path: root/providers/fips
Commit message (Expand)AuthorAgeFilesLines
* 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
* fips: add power up test for TLS 1.3 KDFPauli2021-08-051-0/+64
* provider: add TLS13_KDF to the default and FIPS providersPauli2021-08-051-0/+2
* Don't leak the OSSL_LIB_CTX in the event of a failure to load the FIPS moduleMatt Caswell2021-07-281-0/+1
* Change self test for AES_CGM to perform both an encrypt and decrypt.Shane Lontis2021-06-221-1/+1
* aix64-gcc target: Fix build breakage with enable-fipsTomas Mraz2021-06-181-2/+0
* Add self test for ECDSA using curve with a binary fieldShane Lontis2021-06-171-8/+45
* Fix AIX FIPS DEP.Shane Lontis2021-06-081-1/+15
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* fips: set the library context and handle laterPauli2021-05-291-2/+3
* Use "" for include internal/xxxRich Salz2021-05-271-2/+2
* Add fipsinstall option to run self test KATS on module loadShane Lontis2021-05-251-1/+5
* fips: default to running self tests when starting the fips providerPauli2021-05-241-27/+30
* PROV: Relegate most of the FIPS provider code to libfips.aRichard Levitte2021-05-213-6/+45
* fipsprov: Missing teardown on fips_get_params_from_core() errorTomas Mraz2021-05-131-1/+1
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+1
* Clarify two comments (typos) in fipsprov.cDaniel Bevenius2021-05-061-3/+3
* PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte2021-04-181-138/+127
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-4/+4
* Sanity check provider up-callsMatt Caswell2021-04-161-28/+43
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-161-72/+119
* Add FIPS Self test for AES_ECB decryptShane Lontis2021-04-132-26/+65
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-7/+7
* APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte2021-04-021-15/+25
* Add ossl_provider symbolsShane Lontis2021-03-181-6/+6
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-6/+13
* Remove the RAND_get0_public() from fips provider initializationTomas Mraz2021-03-121-3/+0
* 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
* fips: update to use the extra MAC init argumentsPauli2021-02-281-5/+2
* Allow the sshkdf type to be passed as a single characterRichard Levitte2021-02-242-6/+9
* Adjust the few places where the string length was confusedRichard Levitte2021-02-181-2/+1
* Update copyright yearMatt Caswell2021-02-182-2/+2
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-112-2/+2
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-8/+8
* Ensure access to FIPS_state and rate_limit is appropriately lockedMatt Caswell2021-02-021-13/+33
* Avoid races by caching exported ciphers in the init functionMatt Caswell2021-02-021-2/+2
* Fix some odd names in our provider source codeRichard Levitte2021-02-011-2/+2
* Fix parameter types in sshkdfJuergen Christ2021-01-281-2/+2
* Update copyright yearRichard Levitte2021-01-282-2/+2
* params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`Daiki Ueno2021-01-261-7/+7
* Pass correct maximum output length to provider derive operationTomas Mraz2021-01-211-1/+1
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-7/+0
* Add fips self tests for all included kdfShane Lontis2020-12-112-2/+220
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-1/+4
* Fix builds that specify both no-dh and no-ecMatt Caswell2020-11-302-5/+13
* prov: move the entropy source out of the FIPS providerPauli2020-11-201-2/+4
* Add AES KW inverse ciphers to the EVP layerShane Lontis2020-11-021-0/+9
* Remove ossl_prov_util_nid_to_name()Shane Lontis2020-10-221-98/+0