summaryrefslogtreecommitdiffstats
path: root/apps/fipsinstall.c
AgeCommit message (Expand)Author
2024-04-19openssl fipsinstall: fix cosmetic wartEnji Cooper
2023-09-07Copyright year updatesMatt Caswell
2023-04-20fipsinstall: add -pedantic optionPauli
2023-03-29Let fipsinstall know about DRBG digiest limitingPauli
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2022-11-02fipsinstall: add -self_test_oninstall option.Pauli
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-06-15fipsinstall: use the app's libctx and property query when searching for algor...Pauli
2021-05-25Add fipsinstall option to run self test KATS on module loadShane Lontis
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-03-24Make fipsinstall -out flag optionalRich Salz
2021-03-11Update copyright yearMatt Caswell
2021-03-03APPS: Modify 'fipsinstall' to output all notifications on stderrRichard Levitte
2021-02-28apps: update fipsinstall to work with additional MAC_init argumentsPauli
2020-12-15Check non-option argumentsRich Salz
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-11Fix fipsinstall module pathShane 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-07-15Make -provider_name and -section_name optionalRich Salz
2020-07-15Use defaults FIPSKEY if not given on command lineRich Salz
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-24Update some nits around the FIPS moduleRich Salz
2020-04-23Update copyright yearMatt Caswell
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2020-01-12Add dsa signature alg to fips providerShane Lontis
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-15Add fips module integrity checkShane Lontis
2019-08-24Add app for fips installationShane Lontis