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