Skip to content

Commit

Permalink
Updated RSADP SP800-56Br2 algorithm to not use a list for pubExpMode.{
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrock24 committed Dec 8, 2023
1 parent 9e3556e commit 04c3b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/rsa/sections/05-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Each RSA algorithm capability advertised is a self-contained JSON object using t

NOTE: The 'infoGeneratedByServer' property is only valid for RSA / keyGen / * registrations.

NOTE: The 'pubExpMode' and if the property is set to "fixed", the 'fixedPubExp', are only valid for RSA / decryptionPrimitive / Sp800-56Br2, RSA / keyGen / * , and RSA / sigVer / * registrations.
NOTE: The properties 'pubExpMode` and `fixedPubExp` are only valid for RSA / decryptionPrimitive / Sp800-56Br2, RSA / keyGen / * , and RSA / sigVer / * registrations.

NOTE: The 'keyFormat' property is only valid for RSA / decryptionPrimitive / Sp800-56Br2, and RSA / keyGen / * registrations.
4 changes: 1 addition & 3 deletions src/rsa/sections/05-decprim-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ An example registration is the following
"algorithm": "RSA",
"mode": "decryptionPrimitive",
"revision": "Sp800-56Br2",
"pubExpMode": [
"fixed"
],
"pubExpMode": "fixed",
"fixedPubExp": "010001",
"keyFormat": [
"standard",
Expand Down

0 comments on commit 04c3b7a

Please sign in to comment.