summaryrefslogtreecommitdiffstats
path: root/providers/fips
AgeCommit message (Expand)Author
2023-08-01Copyright year updatesMatt Caswell
2023-06-14fips: use memory ordering rather than locksPauli
2022-10-27Use RSA CRT parameters in FIPS self tests.slontis
2022-08-01Updating ifdefs to account for xlclang compiler frontend on AIX.Rob Mc Gee
2022-06-21Update copyright yearMatt Caswell
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-23strcasecmp: implement strcasecmp and strncasecmpPauli
2022-05-13Avoid code duplication for locale initializationTomas Mraz
2022-05-13Fix build on OPENSSL_SYS_TANDEM and older POSIXesTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-04-27Prefer GNU library initialization mechanism over platform oneJon Spillett
2022-04-21FIPS provider modificationsDmitry Belyavskiy
2022-03-15Update copyright yearMatt Caswell
2022-01-13Avoid using a macro expansion in a macro when statically initialisingPauli
2021-10-22Fix a bug in signature self tests in the FIPS moduleMatt Caswell
2021-08-31Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATUREslontis
2021-08-05fips: add power up test for TLS 1.3 KDFPauli
2021-08-05provider: add TLS13_KDF to the default and FIPS providersPauli
2021-07-28Don't leak the OSSL_LIB_CTX in the event of a failure to load the FIPS moduleMatt Caswell
2021-06-22Change self test for AES_CGM to perform both an encrypt and decrypt.Shane Lontis
2021-06-18aix64-gcc target: Fix build breakage with enable-fipsTomas Mraz
2021-06-17Add self test for ECDSA using curve with a binary fieldShane Lontis
2021-06-08Fix AIX FIPS DEP.Shane Lontis
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29fips: set the library context and handle laterPauli
2021-05-27Use "" for include internal/xxxRich Salz
2021-05-25Add fipsinstall option to run self test KATS on module loadShane Lontis
2021-05-24fips: default to running self tests when starting the fips providerPauli
2021-05-21PROV: Relegate most of the FIPS provider code to libfips.aRichard Levitte
2021-05-13fipsprov: Missing teardown on fips_get_params_from_core() errorTomas Mraz
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-06Clarify two comments (typos) in fipsprov.cDaniel Bevenius
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-16Sanity check provider up-callsMatt Caswell
2021-04-16Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell
2021-04-13Add FIPS Self test for AES_ECB decryptShane Lontis
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-02APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte
2021-03-18Add ossl_provider symbolsShane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-12Remove the RAND_get0_public() from fips provider initializationTomas Mraz
2021-02-28fips: update DRBG KATs for the extra instantiate argumentPauli
2021-02-28fips: add additional argument to KDF derive call in self testPauli
2021-02-28fips: update to use the extra MAC init argumentsPauli
2021-02-24Allow the sshkdf type to be passed as a single characterRichard Levitte
2021-02-18Adjust the few places where the string length was confusedRichard Levitte
2021-02-18Update copyright yearMatt Caswell
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis