]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add FIPS indicator helpers
authorslontis <shane.lontis@oracle.com>
Mon, 1 Jul 2024 01:27:58 +0000 (11:27 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 10 Jul 2024 22:29:43 +0000 (08:29 +1000)
commitd4848934a61a668d16078f3118786c9a741b7efd
tree20ff1c433c2b77174dfab63216ec9b97bf0bd1b6
parent0557d6c62b7d1f46f6f51e0dca87ad9409236164
Add FIPS indicator helpers

Each provider algorithm context can use these helpers to add indicator
support.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24623)
providers/common/include/prov/fipsindicator.h [new file with mode: 0644]
providers/fips/build.info
providers/fips/fipsindicator.c [new file with mode: 0644]