Skip to content

Commit

Permalink
Merge pull request #1487 from jvdsn/jvdsn-patch-1
Browse files Browse the repository at this point in the history
RSA FIPS 186-5 keygen Consistency with server
  • Loading branch information
livebe01 authored Jan 29, 2024
2 parents 020b272 + 042e15b commit 09784e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rsa/sections/05-keygen-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ A registration for RSA / keyGen / FIPS186-5 *SHALL* use these properties

| randPQ | Key Generation mode to be validated. Random P and Q primes generated as (see <<FIPS186-5>>): provable primes; probable primes; provable primes with auxiliary provable primes; probable primes with auxiliary provable primes; probable primes with auxiliary probable primes | string | "provable", "probable", "provableWithProvableAux", "probableWithProvableAux", "probableWithProbableAux"
| properties | An array of objects containing properties for all supported moduli, primality test, and hash algorithms for a single key generation mode | array |
| modulo | supported RSA modulo for the randPQ mode - see <<FIPS186-5>> | integer | 2048, 3072, 4096 or 8192
| modulo | supported RSA modulo for the randPQ mode - see <<FIPS186-5>> | integer | 2048, 3072, 4096, 6144, 8192, or 15360
| hashAlg | Supported hash algorithms for the randPQ mode - see <<FIPS186-5>>. Needed for any 'randPQ' with provable primes | array | any non-empty subset of {"SHA-1", "SHA2-224", "SHA2-256", "SHA2-384", "SHA2-512", "SHA2-512/224", "SHA2-512/256"}
| primeTest | Primality test rounds of Miller-Rabin from <<FIPS186-5>>. Needed for any 'randPQ' with probable primes | array | any non-empty subset of {"2pow100", "2powSecStr"}
| pMod8 | The result of the evaluation of the generated p prime, p % 8 | integer | 0, 1, 3, 5, 7
Expand Down

0 comments on commit 09784e4

Please sign in to comment.