]> git.ipfire.org Git - thirdparty/openssl.git/commit
provider: add an 'is_running' call to all providers.
authorPauli <paul.dale@oracle.com>
Mon, 7 Sep 2020 01:58:03 +0000 (11:58 +1000)
committerPauli <paul.dale@oracle.com>
Sat, 12 Sep 2020 06:46:20 +0000 (16:46 +1000)
commiteab7b4240dc87e27d8b12b5af23d3cf20dd06f55
tree6cf21b1522dd15ab0b961d5c4a0250d2bc354b09
parent5e8cd0a4f48f06df2542e7c74dcbb4310bce7c4c
provider: add an 'is_running' call to all providers.

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)
providers/baseprov.c
providers/build.info
providers/common/include/prov/providercommon.h
providers/defltprov.c
providers/legacyprov.c
providers/nullprov.c
providers/prov_running.c [new file with mode: 0644]