summaryrefslogtreecommitdiffstats
path: root/providers/fips/self_test.c
AgeCommit message (Expand)Author
2023-09-27fips selftest: avoid relying on a real RNG for self testsPauli
2023-09-07Copyright year updatesMatt Caswell
2023-06-16fips: use tsan counter instead of tsan_add to incrementPauli
2023-06-14fips: use memory ordering rather than locksPauli
2022-11-02fips: verify that the RNG was restored after the self testsPauli
2022-11-02Update FIPS KATs for 140-3Pauli
2022-08-01Updating ifdefs to account for xlclang compiler frontend on AIX.Rob Mc Gee
2022-05-03Update copyright yearMatt Caswell
2022-04-27Prefer GNU library initialization mechanism over platform oneJon Spillett
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-06-18aix64-gcc target: Fix build breakage with enable-fipsTomas Mraz
2021-06-08Fix AIX FIPS DEP.Shane Lontis
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-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-02-28fips: update to use the extra MAC init argumentsPauli
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-02Ensure access to FIPS_state and rate_limit is appropriately lockedMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-23Fix CID 1467068 : Null pointer dereference in self_test.cShane Lontis
2020-09-22Added FIPS DEP initialization for the NonStop platform in fips/self_test.c.Randall S. Becker
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-12FIPS: error mode is set from failed self tests and produced a limited number ...Pauli
2020-09-12FIPS: rename the status call to is_running.Pauli
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-18Configure DEPs for FIPS provider on AIX.Matthias Kraft
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-23Update copyright yearMatt Caswell
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis
2020-01-15Add FIPS Self test kats for digestsShane Lontis