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
and the same with "hashAlgs": ["SHA2-384"] and "l": 384
Endpoint in which the error is experienced GET acvp/v1/testSessions/123980/vectorSets/369802/results and GET acvp/v1/testSessions/123980/vectorSets/369803/results
Expected behavior
Information about the pass/fail state of each test case
Additional Context
The response is merely [{"acvVersion": "1.0"}, {"error": "Decryption failed."}]
POST-ing the responses did not return any errors
The text was updated successfully, but these errors were encountered:
tobyp
changed the title
"Decryption Failed" when retrieving
"Decryption Failed" when retrieving KTS-IFC validation results
Nov 2, 2020
I'll need to put in a fix for this on our end. Basically I was taking what the SP stated and when an "Decrypt Failure" occurred, stopping all processing. While that works for the crypto implementation itself, it doesn't work out so great when the test case responses cause a decrypt failure 😅
environment
Demo
testSessionId
123980
vsId
369802, 369803
Algorithm registration
and the same with
"hashAlgs": ["SHA2-384"]
and"l": 384
Endpoint in which the error is experienced
GET acvp/v1/testSessions/123980/vectorSets/369802/results
andGET acvp/v1/testSessions/123980/vectorSets/369803/results
Expected behavior
Information about the pass/fail state of each test case
Additional Context
[{"acvVersion": "1.0"}, {"error": "Decryption failed."}]
The text was updated successfully, but these errors were encountered: