Skip to content

Commit

Permalink
Update draft-ietf-jose-json-web-proof.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael B. Jones <michael_b_jones@hotmail.com>
  • Loading branch information
dwaite and selfissued authored Oct 19, 2024
1 parent 4a5e081 commit bece849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-ietf-jose-json-web-proof.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ unlinkability:

# Background

A _JSON Web Proof (JWP)_ is very similar to a JWS [@RFC7515] or COSE Signed Message [@RFC8152], with the addition that it can contain multiple individual secured payloads instead of a single one. JWP-supporting algorithms are then able to separate and act on the individual payloads contained within.
A _JSON Web Proof (JWP)_ is very similar to a JWS [@RFC7515] or COSE Signed Message [@RFC8152], with the addition that it can contain multiple individual secured payloads instead of a single one.
JWP-supporting algorithms are then able to separate and act on the individual payloads contained within.

The intent of JSON Web Proof is to establish a common container format for multiple payloads that can be integrity-verified against a cryptographic proof value also in the container. It does not create or specify any cryptographic protocols, multi-party protocols, or detail any algorithm-specific capabilities.

Expand Down

0 comments on commit bece849

Please sign in to comment.