Skip to content

Commit

Permalink
Merge pull request #1496 from usnistgov/15360-mod-not-supported
Browse files Browse the repository at this point in the history
Updated RSA to show we aren't supporting 15360 modulo due to system constraints
  • Loading branch information
jbrock24 authored Mar 1, 2024
2 parents cbd77b9 + 9704ebd commit 2022431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rsa/sections/05-keygen-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ An example of this is the following
}
----


=== Property Registration RSA keyGen FIPS186-5

The RSA / keyGen / FIPS186-5 capabilities are advertised as JSON objects within the 'capabilities' property.
Expand All @@ -118,7 +119,7 @@ A registration for RSA / keyGen / FIPS186-5 *SHALL* use these properties
| qMod8 | The result of the evaluation of the generated q prime, q % 8 | integer | 0, 1, 3, 5, 7
|===

NOTE: Support for modulo 15360 has been temporarily disabled while keys are generated for use, apologies for any inconvenience.
NOTE: While 15360 is supported for modulo in 186-5, at this time, it's not supported in ACVP due to system contraints. We apologize for any inconvenience.

NOTE: The properties 'pMod8' and 'qMod8' with a value of 0, means that no modulus check will be performed on the generated primes p and q.

Expand Down

0 comments on commit 2022431

Please sign in to comment.