index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
fipsinstall.c
Age
Commit message (
Expand
)
Author
2021-06-15
fipsinstall: use the app's libctx and property query when searching for algor...
Pauli
2021-05-25
Add fipsinstall option to run self test KATS on module load
Shane Lontis
2021-05-05
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-03-24
Make fipsinstall -out flag optional
Rich Salz
2021-03-11
Update copyright year
Matt Caswell
2021-03-03
APPS: Modify 'fipsinstall' to output all notifications on stderr
Richard Levitte
2021-02-28
apps: update fipsinstall to work with additional MAC_init arguments
Pauli
2020-12-15
Check non-option arguments
Rich Salz
2020-10-22
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
Shane Lontis
2020-10-15
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-09-18
Add option to fipsinstall to disable fips security checks at run time.
Shane Lontis
2020-09-13
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
Matt Caswell
2020-09-12
keygen: add FIPS error state management to conditional self tests
Shane Lontis
2020-09-11
Fix fipsinstall module path
Shane Lontis
2020-07-21
Add ERR_raise() errors to fips OSSL_provider_init and self tests.
Shane Lontis
2020-07-16
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-15
Make -provider_name and -section_name optional
Rich Salz
2020-07-15
Use defaults FIPSKEY if not given on command line
Rich Salz
2020-06-29
Add --fips-key configuration parameter to fipsinstall application.
Rich Salz
2020-06-11
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-04-24
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
Update some nits around the FIPS module
Rich Salz
2020-04-23
Update copyright year
Matt Caswell
2020-01-15
Add FIPS Self test kats for digests
Shane Lontis
2020-01-12
Add dsa signature alg to fips provider
Shane Lontis
2019-11-20
Document command parameters.
Rich Salz
2019-11-08
Add "sections" to -help output
Rich Salz
2019-09-27
Consistent naming for context gettable param queries .
Pauli
2019-09-15
Add fips module integrity check
Shane Lontis
2019-08-24
Add app for fips installation
Shane Lontis