From 5be66ad0fa6d6460941508977e35271991969734 Mon Sep 17 00:00:00 2001 From: Joachim Vandersmissen Date: Wed, 11 Mar 2026 13:56:05 -0700 Subject: [PATCH 1/2] Add RSA-X931 Signed-off-by: Joachim Vandersmissen --- schema/cryptography-defs.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/schema/cryptography-defs.json b/schema/cryptography-defs.json index 2d1a7f19..b86b60fc 100644 --- a/schema/cryptography-defs.json +++ b/schema/cryptography-defs.json @@ -40,6 +40,16 @@ } ] }, + { + "family": "RSA-X931", + "standard": [], + "variant": [ + { + "pattern": "RSA-X9.31[-{hashAlgorithm}][-{keyLength}]", + "primitive": "signature" + } + ] + }, { "family": "RSAES-PKCS1", "standard": [ From 86e4b9714b759a20684a25e2a669c616699b4035 Mon Sep 17 00:00:00 2001 From: Joachim Vandersmissen Date: Thu, 16 Apr 2026 08:15:42 -0500 Subject: [PATCH 2/2] Add standard --- schema/cryptography-defs.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/schema/cryptography-defs.json b/schema/cryptography-defs.json index b86b60fc..fa9d7359 100644 --- a/schema/cryptography-defs.json +++ b/schema/cryptography-defs.json @@ -42,7 +42,12 @@ }, { "family": "RSA-X931", - "standard": [], + "standard": [ + { + "name": "X9.31", + "url": "https://standards.globalspec.com/std/1955293/ansi-x9-31" + } + ], "variant": [ { "pattern": "RSA-X9.31[-{hashAlgorithm}][-{keyLength}]",