[WIP] Security work While on holiday

This commit is contained in:
Alex 2026-08-12 22:45:28 +02:00
commit 7f0231e3f1
Signed by: alex
SSH key fingerprint: SHA256:D1+Ub8o0v4K5y1JNivW8IxEOelqLSvPmUzBbDIoZkRQ
109 changed files with 19694 additions and 5210 deletions

View file

@ -1,29 +1,13 @@
protocol_version: "1.0"
protocol_version: "3.0"
type_maps:
"0.0":
"3.0":
CommunicationTypes:
ProtectedMessage: 32
AlternateMessage: 33
DataTypes:
"1.0":
CommunicationTypes:
CommunicationType: 32
DataTypes:
Data: 32
Flags: 33
Value: 34
BinaryData: 35
Items: 36
EncryptedPayload: 37
SignedPayload: 38
SecurePayload: 39
CommunicationType: 40
DataType: 41
"2.0":
CommunicationTypes:
CommunicationType: 32
DataTypes:
Data: 34
Flags: 33
Value: 35
BinaryData: 36
Items: 37
@ -32,3 +16,7 @@ type_maps:
SecurePayload: 40
CommunicationType: 41
DataType: 42
ExampleText: 43
ExampleNumber: 44
ExampleRole: 45
ExampleMetadata: 46