smuellerDD/acvpparser

RSA KeyGen Output Issues

ashahhosse opened this issue · 2 comments

Hi,

We are having some issues with some of the outputs in our resp file for RSA Key Gen -- do we need to update the parser to handle the problems below?

  1. resp "bitlens" only outputs 0, 0, 0, 0
  2. resp file seems to be missing/pruning out xP, xP1, etc. values
  3. Our implementation supports a fixed exponent, but when we process the req file with "e": "010001", it outputs random values for "e" in our resp file.

Including some information regarding type of testing done:
"testType": "AFT",
"keyFormat": "standard",
"primeTest": "tblC2",
"randPQ": "B.3.6",
"pubExp": "fixed",
"tests": [ .....

Thank you for your help!

Regards,
Amir

Thank you for the notes, Stephan. We can close this issue now.