chg: [crypto-material] add a public field for public cryptographic materials

pull/304/head
Alexandre Dulaunoy 2020-12-30 14:21:37 +01:00
parent 3650498630
commit 4d1c42e491
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -108,6 +108,11 @@
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
"public": {
"description": "Public part of the cryptographic materials in PEM format",
"misp-attribute": "text",
"ui-priority": 1
},
"q": { "q": {
"description": "Prime Parameter - Q in decimal", "description": "Prime Parameter - Q in decimal",
"disable_correlation": false, "disable_correlation": false,
@ -160,10 +165,11 @@
"generic-symmetric-key", "generic-symmetric-key",
"text", "text",
"private", "private",
"public",
"p", "p",
"q", "q",
"modulus" "modulus"
], ],
"uuid": "50677f82-ec9c-4484-bb29-2519cfe56823", "uuid": "50677f82-ec9c-4484-bb29-2519cfe56823",
"version": 3 "version": 4
} }