Skip to content

Commit

Permalink
Also include SHAKE 128/256
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Apr 24, 2024
1 parent 5b69ea5 commit c24f344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto/fipsmodule/self_check/fips.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ int FIPS_query_algorithm_status(const char *algorithm) {
"SHA3-256",
"SHA3-384",
"SHA3-512",
"SHAKE128",
"SHAKE256",
};
for (size_t i = 0; i < OPENSSL_ARRAY_SIZE(kApprovedAlgorithms); i++) {
if (strcmp(algorithm, kApprovedAlgorithms[i]) == 0) {
Expand Down

0 comments on commit c24f344

Please sign in to comment.