-
Notifications
You must be signed in to change notification settings - Fork 28
Description
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.