Skip to content

"RSA-keyGen-FIPS186-5: General exception. Contact service provider." #387

@erichanson7

Description

@erichanson7

environment
DEMO

testSessionId
Unable to create a new session

vsId
Not getting this far

Algorithm registration
{
"isSample": false,
"algorithms": [
{
"algorithm": "RSA",
"mode": "keyGen",
"revision": "FIPS186-5",
"prereqVals": [
{
"algorithm": "DRBG",
"valValue": "same"
},
{
"algorithm": "SHA",
"valValue": "same"
}
],
"infoGeneratedByServer": false,
"pubExpMode": "fixed",
"fixedPubExp": "010001",
"keyFormat": "standard",
"capabilities": [
{
"randPQ": "probable",
"properties": [
{
"modulo": 2048,
"hashAlg": [
"SHA2-224"
],
"pMod8": 1,
"qMod8": 1
}
]
},
{
"randPQ": "probable",
"properties": [
{
"modulo": 2048,
"primeTest": [
"2pow100"
],
"pMod8": 0,
"qMod8": 3
}
]
}
]
}
]
}

Endpoint in which the error is experienced

Expected behavior
Would expect that the above would download/return request vectors.

Additional context
Add any other context about the problem here.
If you change the first instance of:

        "randPQ": "probable",

to:

           "randPQ": "provable",

The correct behavior is observed.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions