summaryrefslogtreecommitdiff
path: root/providers/prov_running.c
Commit message (Collapse)AuthorAgeFilesLines
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-2/+2
| | | | | | Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12801)
* FIPS: error mode is set from failed self tests and produced a limited number ↵Pauli2020-09-121-0/+6
| | | | | | | of errors when algorithm accesses are attempted Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12801)
* provider: add an 'is_running' call to all providers.Pauli2020-09-121-0/+16
It can be accessed (read only) via the status parameter. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12801)