Skip to content

Commit af50fc3

Browse files
committed
Add X9.31 padding for RSA
Signed-off-by: Joachim Vandersmissen <git@jvdsn.com>
1 parent 5246359 commit af50fc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema/2.0/model/cyclonedx-cryptography-2.0.schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
"oaep",
290290
"raw",
291291
"pss",
292+
"x931",
292293
"other",
293294
"unknown"
294295
],
@@ -299,6 +300,7 @@
299300
"oaep": "Optimal Asymmetric Encryption Padding for RSA.",
300301
"raw": "No padding applied.",
301302
"pss": "Probabilistic Signature Scheme for RSA signatures.",
303+
"x931": "ANSI X9.31 padding for RSA.",
302304
"other": "Another padding scheme.",
303305
"unknown": "The padding scheme is not known."
304306
}

0 commit comments

Comments
 (0)