commit | 5acbee6493035dbf148e44efa14e11e0a2712f50 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@imperialviolet.org> | Sun May 19 22:44:06 2024 +0000 |
committer | David Benjamin <davidben@google.com> | Mon May 20 19:40:11 2024 +0000 |
tree | 2c064f49b6a94c9a478256ae13e7d934c372e594 | |
parent | 57b0277a60f4c1f740c1267e96eec195cb782266 [diff] |
Set FIPS version for validation. Change-Id: I1149b34a938b6fbf10e1214c4e5a55b43a277cdb Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/68587 Auto-Submit: Adam Langley <agl@google.com> Reviewed-by: David Benjamin <davidben@google.com>
diff --git a/crypto/fipsmodule/self_check/fips.c b/crypto/fipsmodule/self_check/fips.c index c3515ea..a12fe0c 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 20240407; } int FIPS_query_algorithm_status(const char *algorithm) {