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
General question on RSA 186-5 key generation. I've run key gen using the following registration and my results match those retrieved from the sample request, however I get errors, included below(vsId included). What does "Internal key is unexpected type" indicate is wrong ?
Hi @bfussell, it turns out this is a bug that I'll be fixing. The error is stating that the internal read in key it's comparing to is not, in this case, of type standard and instead is CRT. The fix of this should go out in the next update. We'll reply here when it's released, thanks for letting us know!
General question on RSA 186-5 key generation. I've run key gen using the following registration and my results match those retrieved from the sample request, however I get errors, included below(vsId included). What does "Internal key is unexpected type" indicate is wrong ?
Registration:
[{"acvVersion":"1.0"},{"isSample":true,"algorithms":[{"algorithm":"RSA","revision":"FIPS186-5","mode":"keyGen","prereqVals":[{"algorithm":"SHA","valValue":"same"},{"algorithm":"DRBG","valValue":"same"}],"infoGeneratedByServer":true,"pubExpMode":"random","keyFormat":"standard","capabilities":[{"randPQ":"probableWithProbableAux","properties":[{"modulo":2048,"pMod8":0,"qmod8":0,"hashAlg":[],"primeTest":["2pow100"]}]}]}]}]
Errors from server:
[
{
"acvVersion": "1.0"
},
{
"vsId": 1795266,
"disposition": "failed",
"tests": [
{
"tcId": 1,
"result": "failed",
"reason": "Internal key is unexpected type"
},
{
"tcId": 2,
"result": "failed",
"reason": "Internal key is unexpected type"
},
{
"tcId": 3,
"result": "failed",
"reason": "Internal key is unexpected type"
}
]
}
]
The text was updated successfully, but these errors were encountered: