commit | 480148ccc9444f5323b84389a6660e33ae38d4cb | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@imperialviolet.org> | Tue Sep 30 21:41:32 2025 +0000 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 30 15:27:03 2025 -0700 |
tree | 263ae48fc11280405a1e076225e7a6658aeb4ac2 | |
parent | 29b9f0f03def31e017f6e9c9c0c45a773f5dfcdc [diff] |
entropy_modulewrapper: set batch mode. I figured that that this modulewrapper didn't need to bother exercising batch mode but the shared code implements buffering and so it has to advertise batch support so that acvptool will send flush commands. Change-Id: I5fdd973332b70692c7c0a0768994ee5708dc2aa0 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/82447 Reviewed-by: David Benjamin <davidben@google.com> Auto-Submit: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/util/fipstools/acvp/entropy_modulewrapper/modulewrapper.cc b/util/fipstools/acvp/entropy_modulewrapper/modulewrapper.cc index 16c8892..523db6b 100644 --- a/util/fipstools/acvp/entropy_modulewrapper/modulewrapper.cc +++ b/util/fipstools/acvp/entropy_modulewrapper/modulewrapper.cc
@@ -31,6 +31,10 @@ static constexpr char kConfig[] = R"([ { + "algorithm": "acvptool", + "features": ["batch"] + }, + { "algorithm": "SHA2-384", "revision": "1.0", "messageLength": [{