Merge pull request #235 from MISP/gen_sym_key

new: [crypto-material] add generic-symmetric-key
pull/239/head
Alexandre Dulaunoy 2020-02-28 19:51:47 +01:00 committed by GitHub
commit 346503f433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"requiredOneOf": [
"generic-symmetric-key",
"text",
"private",
"p",
@ -96,6 +97,11 @@
"ui-priority": 1,
"misp-attribute": "text"
},
"generic-symmetric-key": {
"description": "Generic symmetric key (please precise the type)",
"ui-priority": 1,
"misp-attribute": "text"
},
"type": {
"description": "Type of crytographic materials",
"ui-priority": 1,
@ -105,6 +111,8 @@
"RSA",
"DSA",
"ECDSA",
"RC4",
"XOR",
"unknown"
]
},