aboutsummaryrefslogtreecommitdiffstats
path: root/apps/fipsinstall.c
Commit message (Expand)AuthorAgeFilesLines
* 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