You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Endpoint in which the error is experienced
https://[acvpUrl]/acvp/[endpoint] GET
Unsure what you mean.
Expected behavior
A sequence number in a range between 0 and 255 be provided.
Additional context
ACVP-AES-XTS ACVP documentation dictates that when the tweakMode field is set to “number”, the sequence number shall be between 0 and 255.
We sometimes get 256 from the NIST demo server forcing our code to exit.
I found the issue and have fixed it. It will go out with the next version. We'll post here when it's available on demo. Thanks for reporting the issue!
It is rare that I see it. In fact, after the first time, it was two more months before I saw it again to provide this treport.
I will run it regardless as part of my job and report if not fixed.
environment
Demo
testSessionId
535961
vsId
2509629
Algorithm registration
{
"algorithm": "ACVP-AES-XTS",
"revision": "2.0",
"direction": [
"encrypt",
"decrypt"
],
"keyLen": [
128,
256
],
"payloadLen": [
512,
4096,
65536
],
"tweakMode": [
"number"
],
"dataUnitLenMatchesPayload": true
}
Endpoint in which the error is experienced
https://[acvpUrl]/acvp/[endpoint] GET
Unsure what you mean.
Expected behavior
A sequence number in a range between 0 and 255 be provided.
Additional context
ACVP-AES-XTS ACVP documentation dictates that when the tweakMode field is set to “number”, the sequence number shall be between 0 and 255.
We sometimes get 256 from the NIST demo server forcing our code to exit.
https://pages.nist.gov/ACVP/draft-celi-acvp-symmetric.html#name-test-groups
The text was updated successfully, but these errors were encountered: