selfissued / draft-ietf-jose-fully-specified-algorithms

Fully-Specified Algorithms for JOSE and COSE
Other
1 stars 0 forks source link

Considerations for KEMs #6

Closed OR13 closed 4 months ago

OR13 commented 4 months ago

KEMs are not defined for use in JOSE or COSE at the time we are writing the draft

We expect them to be defined soon, and we want to provide guidance that is consistent with both HPKE KEMs and non HPKE KEMs

https://www.iana.org/assignments/hpke/hpke.xhtml#hpke-kem-ids

DHKEM(P-384, HKDF-SHA384)

vs

id-mod-cms-rsa-kem-2023

https://datatracker.ietf.org/doc/draft-ietf-lamps-rfc5990bis/

In general KEMs fit where previously we would have seen ECDH-ES or ECDH-SS

Fully specified KEMS have a fixed KDF internalized

Polymorphic KEMS parameterize the KDF.

OR13 commented 4 months ago

Need to expand terms on first use to close this