From 042e15bf26247896a29c458211de0fc74ee9c788 Mon Sep 17 00:00:00 2001 From: Joachim Vandersmissen Date: Thu, 18 Jan 2024 16:44:17 +0000 Subject: [PATCH] Consistency with server --- src/rsa/sections/05-keygen-capabilities.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rsa/sections/05-keygen-capabilities.adoc b/src/rsa/sections/05-keygen-capabilities.adoc index e89991ef..d971d2e6 100644 --- a/src/rsa/sections/05-keygen-capabilities.adoc +++ b/src/rsa/sections/05-keygen-capabilities.adoc @@ -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 <>): 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 <> | integer | 2048, 3072, 4096 or 8192 +| modulo | supported RSA modulo for the randPQ mode - see <> | integer | 2048, 3072, 4096, 6144, 8192, or 15360 | hashAlg | Supported hash algorithms for the randPQ mode - see <>. 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 <>. 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