Set date for next FIPS validation Change-Id: Ied275417310f4dbd73b1b8dc0d35ed5c407069d1 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/70008 Reviewed-by: David Benjamin <davidben@google.com> Auto-Submit: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/crypto/fipsmodule/self_check/fips.c b/crypto/fipsmodule/self_check/fips.c index ca6fb3a..2157a19 100644 --- a/crypto/fipsmodule/self_check/fips.c +++ b/crypto/fipsmodule/self_check/fips.c
@@ -31,7 +31,7 @@ const char *FIPS_module_name(void) { return "BoringCrypto"; } uint32_t FIPS_version(void) { - return 0; + return 20240805; } int FIPS_query_algorithm_status(const char *algorithm) {