<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.ietf-jose-json-web-proof" target="https://datatracker.ietf.org/doc/html/draft-ietf-jose-json-web-proof-06">
   <front>
      <title>JSON Web Proof</title>
      <author initials="J." surname="Miller" fullname="Jeremie Miller">
         <organization>Ping Identity</organization>
      </author>
      <author initials="D." surname="Waite" fullname="David Waite">
         <organization>Ping Identity</organization>
      </author>
      <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
         <organization>Self-Issued Consulting</organization>
      </author>
      <date month="September" day="16" year="2024" />
      <abstract>
	 <t>   The JOSE set of standards established JSON-based container formats
   for Keys, Signatures, and Encryption.  They also established IANA
   registries to enable the algorithms and representations used for them
   to be extended.  Since those were created, newer cryptographic
   algorithms that support selective disclosure and unlinkability have
   matured and started seeing early market adoption.

   This document defines a new container format similar in purpose and
   design to JSON Web Signature (JWS) called a _JSON Web Proof (JWP)_.
   Unlike JWS, which integrity-protects only a single payload, JWP can
   integrity-protect multiple payloads in one message.  It also
   specifies a new presentation form that supports selective disclosure
   of individual payloads, enables additional proof computation, and
   adds a protected header to prevent replay.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-jose-json-web-proof-06" />
   
</reference>
