Skip to content

Commit 5be66ad

Browse files
authored
Add RSA-X931
Signed-off-by: Joachim Vandersmissen <git@jvdsn.com>
1 parent b92bd46 commit 5be66ad

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

schema/cryptography-defs.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
}
4141
]
4242
},
43+
{
44+
"family": "RSA-X931",
45+
"standard": [],
46+
"variant": [
47+
{
48+
"pattern": "RSA-X9.31[-{hashAlgorithm}][-{keyLength}]",
49+
"primitive": "signature"
50+
}
51+
]
52+
},
4353
{
4454
"family": "RSAES-PKCS1",
4555
"standard": [

0 commit comments

Comments
 (0)