Skip to content

Commit f4c7cc5

Browse files
authored
Update 05-sigprim-capabilities.adoc
1 parent 79d6764 commit f4c7cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rsa/sections/05-sigprim-capabilities.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[rsa_sigprim_capabilities]]
22
=== RSA SignaturePrimitive Mode Capabilities
33

4-
The RSA signaturePrimitive mode capabilities (otherwise known as RSASP1 in <<RFC3447>>) are advertised as JSON objects within the array of 'capabilities' as part of the 'capability_exchange' element of the ACVP JSON registration message. See the ACVP specification for details on the registration message. In this mode, the only tested capability is the correct exponentiation of 's = msg^d mod n', where 'msg' is a message between '0' and 'n - 1', 'd' is the private exponent and 'n' is the modulus, all supplied by the testing ACVP server. In the event that 'keyFormat' is defined as 'crt', then 'd' is replaced with 'dmp1', 'dmq1', and 'iqmp'. Only 2048-bit RSA keys are allowed for this capability. See <<rsa_sigprim_tgjs>> for additional details on constraints for 'msg' and 'n'. See the ACVP specification for details on the registration message.
4+
The RSA signaturePrimitive mode capabilities (otherwise known as RSASP1 in <<RFC3447>>) are advertised as JSON objects within the array of 'capabilities' as part of the 'capability_exchange' element of the ACVP JSON registration message. See the ACVP specification for details on the registration message. In this mode, the only tested capability is the correct exponentiation of 's = msg^d mod n', where 'msg' is a message between '0' and 'n - 1', 'd' is the private exponent and 'n' is the modulus, all supplied by the testing ACVP server. In the event that 'keyFormat' is defined as 'crt', then 'd' is replaced with 'dmp1', 'dmq1', and 'iqmp'. For RSA / SignaturePrimitive / 1.0, only 2048-bit RSA keys are allowed for this capability. For RSA / SignaturePrimitive / 2.0, 2048-bit, 3072-bit, and 4096-bit modulus sizes are supported. See <<rsa_sigprim_tgjs>> for additional details on constraints for 'msg' and 'n'. See the ACVP specification for details on the registration message.
55

66
The following RSA / SignaturePrimitive / 1.0 capabilities *MAY* be advertised by the ACVP compliant crypto module:
77

0 commit comments

Comments
 (0)