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
There are a couple issues in the ACVP RSA Algorithm JSON Specification that I noticed:
Table 13 indicates that the JSON value "modulo" is to be included in the RSA/signaturePrimitive/2.0 registration, however the sample JSON has "modulus". Submitting with "modulo" generates the error message "RSA-signaturePrimitive-2.0: No modulo supplied.". Both the spec and the error message need to be updated to say "modulus".
The Figure 1 and the example of an RSA/signaturePrimitive/2.0 registration includes "isSample" within the algorithm entry, but isSample is not in Table 13. "isSample" should probably not be included in any of the example registrations.
The text was updated successfully, but these errors were encountered:
There are a couple issues in the ACVP RSA Algorithm JSON Specification that I noticed:
The text was updated successfully, but these errors were encountered: