From 4a8dbf6b5556b6aa1fb8cd78dc26b28d7ce2a6e1 Mon Sep 17 00:00:00 2001 From: Justin Smith Date: Thu, 30 May 2024 12:32:06 -0400 Subject: [PATCH] Add back integrity-check image --- crypto/fipsmodule/FIPS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/fipsmodule/FIPS.md b/crypto/fipsmodule/FIPS.md index 4a8e3595331..921469140ba 100644 --- a/crypto/fipsmodule/FIPS.md +++ b/crypto/fipsmodule/FIPS.md @@ -135,3 +135,5 @@ Initially the known-good value will be incorrect. Another script (`inject_hash.g ### Breaking the integrity test The utility in `util/fipstools/break-hash.go` can be used to corrupt the FIPS module inside a binary and thus trigger a failure of the integrity test. Note that the binary must not be stripped, otherwise the utility will not be able to find the FIPS module. +![build process](./intcheck2.png) +