Skip to content
Snippets Groups Projects
Verified Commit 00357f1f authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

review: increase modulus length to 500 chars (==3000 bits)

this is in accordance with the BSI requirements for 2023+
parent 18d28839
No related branches found
No related tags found
1 merge request!39:bug: make jwk constraints stricter
...@@ -43,8 +43,8 @@ properties: ...@@ -43,8 +43,8 @@ properties:
maxLength: 64 maxLength: 64
n: n:
type: string type: string
description: Modulus description: Modulus. The value 500 represents a key length of 3000 bits.
minLength: 128 minLength: 500
e: e:
type: string type: string
description: Exponent description: Exponent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment