Skip to content

Commit 4d1c42e

Browse files
committed
chg: [crypto-material] add a public field for public cryptographic materials
1 parent 3650498 commit 4d1c42e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

objects/crypto-material/definition.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
"misp-attribute": "text",
109109
"ui-priority": 1
110110
},
111+
"public": {
112+
"description": "Public part of the cryptographic materials in PEM format",
113+
"misp-attribute": "text",
114+
"ui-priority": 1
115+
},
111116
"q": {
112117
"description": "Prime Parameter - Q in decimal",
113118
"disable_correlation": false,
@@ -160,10 +165,11 @@
160165
"generic-symmetric-key",
161166
"text",
162167
"private",
168+
"public",
163169
"p",
164170
"q",
165171
"modulus"
166172
],
167173
"uuid": "50677f82-ec9c-4484-bb29-2519cfe56823",
168-
"version": 3
174+
"version": 4
169175
}

0 commit comments

Comments
 (0)