File tree Expand file tree Collapse file tree 4 files changed +25
-21
lines changed
specifications/device-identity-provisioning Expand file tree Collapse file tree 4 files changed +25
-21
lines changed Original file line number Diff line number Diff line change
1
+ ocp-endorsed-csr = ocp-endorsed-csr-map / tagged-ocp-endorsed-csr
2
+
3
+ tagged-ocp-endorsed-csr= #6.572(ocp-endorsed-csr) ; speculative because IANA registry is still pending
4
+
5
+ ; TODO: OCP will assign few attributes types but the field is not restricted to those
6
+
7
+ ocp-endorsed-csr-map = {
8
+ &(key: 0) => [+ ocp-endorsed-csr-dict]
9
+ }
10
+
11
+ ocp-endorsed-csr-dict = {
12
+ &(id: 0) => uint
13
+ &(csr: 1) => bstr
14
+ &(attrib: 2) => [+ $key-attributes-type]
15
+ }
16
+
17
+ $key-attributes-type = tagged-oid-type
18
+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- / tagged-spdm-key -map / 572( {
1
+ / ocp-endorsed-csr -map / 572( {
2
2
/ key / 0 : [
3
3
{
4
4
/ id / 0 : 0,
5
- / attrib / 1: [
5
+ / csr / 1 : h'59025630820252308201d9a003020102021431a4e0',
6
+ / attrib / 2: [
6
7
/ tagged-oid-type / 111(h'6086480186F84D010F046301')
7
8
]
8
9
},
9
10
{
10
11
/ id / 0 : 1,
11
- / attrib / 1: [
12
+ / csr / 1 : h'59025630820252308201d9a003020102021431a4e0',
13
+ / attrib / 2: [
12
14
/ tagged-oid-type / 111(h'6086480186F84D010F046301')
13
15
]
14
16
}
Original file line number Diff line number Diff line change @@ -216,7 +216,8 @@ Table: GET_ENDORSED_CSR VendorDefinedReqPayload {#tbl:ecsr-req}
216
216
| 6 | Param1 | 1 | KeyPairID. The value of this field |
217
217
| | | | shall be the keypair ID identifying |
218
218
| | | | the desired asymmetric key pair for |
219
- | | | | which the CSR should be issued. |
219
+ | | | | which the CSR should be issued. if 0xFF |
220
+ | | | | returns a list of all availabe CSRs |
220
221
+---------------------+---------------------+---------------------+----------------------------------------------+
221
222
| 7 | Param2 | 1 | Request Attributes. Shall adhere to |
222
223
| | | | Table 91 of SPDM 1.3. |
You can’t perform that action at this time.
0 commit comments