Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submission API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
Submission API
Commits
3542d017
Verified
Commit
3542d017
authored
1 year ago
by
Jonas Gröger
Browse files
Options
Downloads
Patches
Plain Diff
fix: JWEs have a minimum length of 776 with 4096 bit RSA key
see README.md for details
parent
42348385
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!166
Rückkanal Teil 1 - Preparations (planning#460)
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
spec/schemas/attachment.yaml
+2
-1
2 additions, 1 deletion
spec/schemas/attachment.yaml
spec/schemas/submission.yaml
+4
-2
4 additions, 2 deletions
spec/schemas/submission.yaml
spec/schemas/submit-submission.yaml
+4
-2
4 additions, 2 deletions
spec/schemas/submit-submission.yaml
with
10 additions
and
5 deletions
spec/schemas/attachment.yaml
+
2
−
1
View file @
3542d017
title
:
Anlage
description
:
Verschlüsselte Anlage im Format JSON Web Encryption Compact Serialization (RFC7516).
type
:
string
pattern
:
'
^[a-zA-Z0-9-_=.]+$'
pattern
:
'
^[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]*\.[A-Za-z0-9_-]+$'
minLength
:
776
This diff is collapsed.
Click to expand it.
spec/schemas/submission.yaml
+
4
−
2
View file @
3542d017
...
...
@@ -15,11 +15,13 @@ allOf:
title
:
JWE verschlüsselte Nachricht
description
:
Verschlüsselte Metadaten im Format JSON Web Encryption Compact Serialization (RFC7516).
type
:
string
pattern
:
'
^[a-zA-Z0-9-_=.]+$'
pattern
:
'
^[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]*\.[A-Za-z0-9_-]+$'
minLength
:
776
-
type
:
object
properties
:
encryptedData
:
title
:
JWE Encrypted Message
description
:
Verschlüsselte Fachdaten im Format JSON Web Encryption Compact Serialization (RFC7516).
type
:
string
pattern
:
'
^[a-zA-Z0-9-_=.]+$'
pattern
:
'
^[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]*\.[A-Za-z0-9_-]+$'
minLength
:
776
This diff is collapsed.
Click to expand it.
spec/schemas/submit-submission.yaml
+
4
−
2
View file @
3542d017
...
...
@@ -9,10 +9,12 @@ properties:
Verschlüsselte Metadaten im Format JSON Web Encryption Compact Serialization (RFC7516).
Ist mit dem JWK der Destination zu verschlüsseln.
type
:
string
pattern
:
'
^[a-zA-Z0-9-_=.]+$'
pattern
:
'
^[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]*\.[A-Za-z0-9_-]+$'
minLength
:
776
encryptedData
:
description
:
>
Verschlüsselte Fachdaten im Format JSON Web Encryption Compact Serialization (RFC7516).
Ist mit dem JWK der Destination zu verschlüsseln.
type
:
string
pattern
:
'
^[a-zA-Z0-9-_=.]+$'
pattern
:
'
^[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]*\.[A-Za-z0-9_-]+$'
minLength
:
776
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment