]> git.ipfire.org Git - thirdparty/openssl.git/commit
fips: add function to detect if the self tests are running
authorPauli <ppzgs1@gmail.com>
Wed, 19 Feb 2025 23:41:56 +0000 (10:41 +1100)
committerPauli <ppzgs1@gmail.com>
Fri, 21 Feb 2025 00:40:19 +0000 (11:40 +1100)
commite36d00e53b0eef2ac08a9b81cdb892039c7ffae9
tree84553c3aecda776cf9402c3453edb1b03e6e36ed
parent92159b48e95b6e96b09d0efb4cb418c3497f5cf0
fips: add function to detect if the self tests are running

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26838)
include/internal/fips.h [new file with mode: 0644]
providers/fips/self_test.c