We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
environment Demo
testSessionId 233813
vsId 910195
Algorithm registration
[ { "acvVersion":"1.0" }, { "isSample":false, "operation":"register", "certificateRequest":"no", "debugRequest":"yes", "production":"no", "encryptAtRest":"yes", "algorithms":[ { "prereqVals":[ { "algorithm":"DRBG", "valValue":"same" } ], "algorithm":"KTS-IFC", "revision":"Sp800-56Br2", "function":[ "partialVal" ], "iutId":"0123456789abcdef", "keyGenerationMethods":[ "rsakpg1-basic" ], "modulo":[ 2048, 3072, 4096, 6144, 8192 ], "fixedPubExp":"010001", "scheme":{ "KTS-OAEP-basic":{ "kasRole":[ "initiator", "responder" ], "ktsMethod":{ "hashAlgs":[ "SHA2-224", "SHA2-256", "SHA2-384", "SHA2-512" ], "supportsNullAssociatedData":true, "associatedDataPattern":"uPartyInfo||vPartyInfo", "encoding":[ "concatenation" ] }, "l":768 } } } ] } ]
Expected behavior I would have expected to get VAL test vectors, but I only got AFT. Is this intended?
The text was updated successfully, but these errors were encountered:
It appears to be. Looking through the documentation and source, we only implement VAL test for KAS-IFC (vs KTS-IFC).
Sorry, something went wrong.
Related issue about the removal of KTS VAL tests usnistgov/ACVP#942 specifically usnistgov/ACVP#942 (comment)
Right, I overlooked the last entry that VAL was removed. Thanks.
No branches or pull requests
environment
Demo
testSessionId
233813
vsId
910195
Algorithm registration
Expected behavior
I would have expected to get VAL test vectors, but I only got AFT. Is this intended?
The text was updated successfully, but these errors were encountered: