[WIP] Security work While on holiday
This commit is contained in:
parent
a81ac4efca
commit
7f0231e3f1
109 changed files with 19694 additions and 5210 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue