Skip to content
Snippets Groups Projects
Commit 17b6fb32 authored by Igor Markin's avatar Igor Markin
Browse files

Make messagesignature to be not mandatory

parent ba676673
No related branches found
No related tags found
1 merge request!44Implement a new signature/verification algorithm with severity level
......@@ -69,7 +69,7 @@ export interface AttachmentSignature {
export interface SenderStatusObject {
signatureTime: number;
signatureTimeSignature: string;
messageSignature: string;
messageSignature?: string;
attachmentsSignatures: {
[key: string]: {
list: AttachmentSignature[];
......
......@@ -80,7 +80,7 @@ export interface AttachmentSignature {
export interface SenderStatusObject {
signatureTime: number;
signatureTimeSignature: string;
messageSignature: string;
messageSignature?: string;
attachmentsSignatures: { [key: string]: { list: AttachmentSignature[] } };
messageSignatureHashingAlgorithm: string;
senderSystem: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment