Skip to content

Commit

Permalink
Merge pull request #14 from OR13/steve/120-fixes
Browse files Browse the repository at this point in the history
Fixes for 120 Submission
  • Loading branch information
SteveLasker authored Jul 8, 2024
2 parents 07d4eff + c773280 commit a347463
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions draft-steele-cose-hash-envelope.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ author:

normative:
RFC9052: RFC9052
RFC9596: COSE-TYP

informative:

Expand Down Expand Up @@ -107,7 +106,6 @@ A hashed payload functions equivalently to an attached payload, with the benefit

To represent a hash of a payload, the following headers are defined:


TBD_1:
: the hash algorithm used to generate the hash of the payload

Expand All @@ -132,7 +130,8 @@ Hash_Envelope_Protected_Header = {
; See https://www.iana.org/assignments/cose/cose.xhtml
&(payload_hash_alg: TBD_1) => int

; Content type of the preimage (content to be hashed) of the payload
; Content type of the preimage
; (content to be hashed) of the payload
; 50 for application/json,
; See https://datatracker.ietf.org/doc/html/rfc7252#section-12.3
&(payload_preimage_content_type: TBD_2) => int
Expand Down

0 comments on commit a347463

Please sign in to comment.