diff --git a/util/fipstools/acvp/modulewrapper/modulewrapper.cc b/util/fipstools/acvp/modulewrapper/modulewrapper.cc index 48fc980bc..1a01ddbac 100644 --- a/util/fipstools/acvp/modulewrapper/modulewrapper.cc +++ b/util/fipstools/acvp/modulewrapper/modulewrapper.cc @@ -697,6 +697,24 @@ static bool GetConfig(const Span args[], ReplyCallback write_repl "hashAlg": "SHA-1" }] }] + },{ + "sigType": "pss", + "properties": [{ + "modulo": 1024, + "hashPair": [{ + "hashAlg": "SHA2-224", + "saltLen": 28 + }, { + "hashAlg": "SHA2-256", + "saltLen": 32 + }, { + "hashAlg": "SHA2-384", + "saltLen": 48 + }, { + "hashAlg": "SHA-1", + "saltLen": 20 + }] + }] },{ "sigType": "pss", "properties": [{