ietf-teep / teep-protocol

TEEP Protocol Specification
12 stars 9 forks source link

IETF116: Change HPKE to ECDH #326

Closed dthaler closed 11 months ago

dthaler commented 1 year ago

to match draft-ietf-suit-mti as discussed in the TEEP WG meeting at IETF 116

mcd500 commented 1 year ago

The draft-ietf-suit-mti was updated reflecting the changes in the github from HPKE to ECDH. https://datatracker.ietf.org/doc/draft-ietf-suit-mti/00/

kentakayama commented 1 year ago

Thanks @mcd500 . After the IETF 116 meeting, I'm updating libcsuit to encode, to decode, and to process encrypted payloads. The personalization data example should use encryption using ECDH (or AES-KW). I will provide it in this or next week.

mcd500 commented 1 year ago

The https://github.com/ietf-teep/teep-protocol/pull/331 is merged.

mcd500 commented 1 year ago

The https://github.com/ietf-teep/teep-protocol/pull/332 is also merged.

dthaler commented 1 year ago

Fixed in draft -13