Skip to content

Commit 26a3144

Browse files
committed
Update registration to match KMS use case
1 parent 33e2d61 commit 26a3144

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

util/fipstools/acvp/modulewrapper/modulewrapper.cc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,18 +1488,17 @@ static bool GetConfig(const Span<const uint8_t> args[],
14881488
R"({
14891489
"algorithm": "KTS-IFC",
14901490
"revision": "Sp800-56Br2",
1491+
"iutId": "ABCD",
14911492
"function": ["keyPairGen", "partialVal"],
1492-
"iutId": "123456ABCD",
1493-
"keyGenerationMethods": ["rsakpg1-basic", "rsakpg1-prime-factor", "rsakpg1-crt"],
1493+
"keyGenerationMethods": ["rsakpg1-basic"],
14941494
"modulo": [2048, 3072, 4096],
14951495
"fixedPubExp": "010001",
14961496
"scheme": {
14971497
"KTS-OAEP-basic": {
14981498
"kasRole": ["initiator", "responder"],
14991499
"ktsMethod": {
15001500
"hashAlgs": ["SHA-1", "SHA2-224", "SHA2-256", "SHA2-384", "SHA2-512"],
1501-
"associatedDataPattern": "uPartyInfo||vPartyInfo",
1502-
"encoding": ["concatenation"]
1501+
"supportsNullAssociatedData": true
15031502
},
15041503
"l": 1024
15051504
}

0 commit comments

Comments
 (0)