ietf-teep / teep-protocol

TEEP Protocol Specification
12 stars 9 forks source link

Delete wish from Client App to TAM #16

Closed mcd500 closed 3 years ago

mcd500 commented 4 years ago

This is from the https://github.com/ietf-teep/otrp-over-http/issues/8.

Would like to add member of informing insert or delete wish in the QueryResponse which is sent from Device to TAM.

For the situation that Client App is installed at the Device would like to have the TA associated it from the authorized TAM.

QueryResponse = { // adding optional member ? request : uint }

while the requests = [ + ( install / delete / )]

and use the TA_LIST for specifying the TA which Client App would like to install or delete.

dthaler commented 4 years ago

Install requests is a duplicate of issue #2 This issue can track requests to delete a TA. (This is not needed on some TEEs for which a TA can simply be deleted without the TAM's permission.)

dthaler commented 4 years ago

Last bullet of section 7.1 of the TEEP arch draft indicates this information is intended to be inside the attestation information (e.g., the "eat" field of the map) rather than separately in the QueryResponse.

mcd500 commented 4 years ago

Solved by https://github.com/ietf-teep/teep-protocol/pull/47/files Thanks

dthaler commented 4 years ago

Wait until draft is posted to close

dthaler commented 4 years ago

Fixed in draft-04

mcd500 commented 3 years ago

Closing it since it is in draft 04