Skip to content

Commit 29b8bdd

Browse files
Add RSA-X931 (#868)
fixes #867 However, I was unable to find a good link for the standard yet, so this remains draft.
2 parents 6bd0b0a + 1a25c5b commit 29b8bdd

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

schema/cryptography-defs.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,21 @@
4040
}
4141
]
4242
},
43+
{
44+
"family": "RSA-X931",
45+
"standard": [
46+
{
47+
"name": "X9.31",
48+
"url": "https://standards.globalspec.com/std/1955293/ansi-x9-31"
49+
}
50+
],
51+
"variant": [
52+
{
53+
"pattern": "RSA-X9.31[-{hashAlgorithm}][-{keyLength}]",
54+
"primitive": "signature"
55+
}
56+
]
57+
},
4358
{
4459
"family": "RSAES-PKCS1",
4560
"standard": [

0 commit comments

Comments
 (0)