summaryrefslogtreecommitdiff
path: root/apps/fipsinstall.c
Commit message (Expand)AuthorAgeFilesLines
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-2/+5
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+0
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-3/+3
* fipsinstall: use the app's libctx and property query when searching for algor...Pauli2021-06-151-1/+1
* Add fipsinstall option to run self test KATS on module loadShane Lontis2021-05-251-26/+38
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Make fipsinstall -out flag optionalRich Salz2021-03-241-5/+5
* Update copyright yearMatt Caswell2021-03-111-1/+1
* APPS: Modify 'fipsinstall' to output all notifications on stderrRichard Levitte2021-03-031-6/+6
* apps: update fipsinstall to work with additional MAC_init argumentsPauli2021-02-281-1/+1
* Check non-option argumentsRich Salz2020-12-151-3/+6
* Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis2020-10-221-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2020-09-181-11/+23
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-16/+32
* Fix fipsinstall module pathShane Lontis2020-09-111-1/+13
* Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis2020-07-211-2/+22
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-5/+5
* Make -provider_name and -section_name optionalRich Salz2020-07-151-8/+6
* Use defaults FIPSKEY if not given on command lineRich Salz2020-07-151-0/+1
* Add --fips-key configuration parameter to fipsinstall application.Rich Salz2020-06-291-5/+15
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-5/+5
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update some nits around the FIPS moduleRich Salz2020-04-241-5/+14
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add FIPS Self test kats for digestsShane Lontis2020-01-151-1/+76
* Add dsa signature alg to fips providerShane Lontis2020-01-121-1/+1
* Document command parameters.Rich Salz2019-11-201-2/+2
* Add "sections" to -help outputRich Salz2019-11-081-5/+7
* Consistent naming for context gettable param queries .Pauli2019-09-271-1/+1
* Add fips module integrity checkShane Lontis2019-09-151-0/+1
* Add app for fips installationShane Lontis2019-08-241-0/+419