<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.24 (Ruby 3.1.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-httpbis-client-cert-field-05" category="info" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.16.0 -->
  <front>
    <title abbrev="Client-Cert Header">Client-Cert HTTP Header Field</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-client-cert-field-05"/>
    <author initials="B." surname="Campbell" fullname="Brian Campbell">
      <organization>Ping Identity</organization>
      <address>
        <email>bcampbell@pingidentity.com</email>
      </address>
    </author>
    <author initials="M." surname="Bishop" fullname="Mike Bishop" role="editor">
      <organization>Akamai</organization>
      <address>
        <email>mbishop@evequefou.be</email>
      </address>
    </author>
    <date/>
    <area>Applications and Real-Time</area>
    <workgroup>HTTP</workgroup>
    <keyword>http</keyword>
    <keyword>client certificate</keyword>
    <abstract>
      <t>This document describes HTTP extension header fields that allow a TLS
terminating reverse proxy to convey the client certificate information of a
mutually authenticated TLS connection to the origin server in a common and
predictable manner.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-httpbis-client-cert-field/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        HTTP Working Group mailing list (<eref target="mailto:ietf-http-wg@w3.org"/>),
        which is archived at <eref target="https://lists.w3.org/Archives/Public/ietf-http-wg/"/>.
        Working Group information can be found at <eref target="https://httpwg.org/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/httpwg/http-extensions/labels/client-cert-field"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="Introduction">
      <name>Introduction</name>
      <t>A fairly common deployment pattern for HTTPS applications is to have the origin
HTTP application servers sit behind a reverse proxy that terminates TLS
connections from clients. The proxy is accessible to the internet and dispatches
client requests to the appropriate origin server within a private or protected
network. The origin servers are not directly accessible by clients and are only
reachable through the reverse proxy. The backend details of this type of
deployment are typically opaque to clients who make requests to the proxy server
and see responses as though they originated from the proxy server itself.
Although HTTPS is also usually employed between the proxy and the origin server,
the TLS connection that the client establishes for HTTPS is only between itself
and the reverse proxy server.</t>
      <t>The deployment pattern is found in a number of varieties such as n-tier
architectures, content delivery networks, application load balancing services,
and ingress controllers.</t>
      <t>Although not exceedingly prevalent, TLS client certificate authentication is
sometimes employed and in such cases the origin server often requires
information about the client certificate for its application logic. Such logic
might include access control decisions, audit logging, and binding issued tokens
or cookies to a certificate, and the respective validation of such bindings. The
specific details from the certificate needed also vary with the application
requirements. In order for these types of application deployments to work in
practice, the reverse proxy needs to convey information about the client
certificate to the origin application server. At the time of writing, a common way this information is
conveyed is by using non-standard fields to carry the
certificate (in some encoding) or individual parts thereof in the HTTP request
that is dispatched to the origin server. This solution works but
interoperability between independently developed components can be cumbersome or
even impossible depending on the implementation choices respectively made (like
what field names are used or are configurable, which parts of the certificate
are exposed, or how the certificate is encoded). A well-known predictable
approach to this commonly occurring functionality could improve and simplify
interoperability between independent implementations.</t>
      <t>The scope of this document is to describe existing practice while codifying specific
details sufficient to facilitate improved and lower-touch interoperability.
As such, this document describes two HTTP header fields, <tt>Client-Cert</tt>
and <tt>Client-Cert-Chain</tt>,  which a TLS terminating reverse proxy (TTRP) adds to
requests sent to the backend origin servers. The <tt>Client-Cert</tt> field value
contains the end-entity client certificate from  the mutually authenticated TLS
connection between the originating client and the TTRP. Optionally, the
<tt>Client-Cert-Chain</tt> field value contains the certificate chain used for
validation of the end-entity certificate. This enables the backend origin
server to utilize the client certificate
information in its application logic. While there may be additional proxies or
hops between the TTRP and the origin server (potentially even with
mutually authenticated TLS connections between them), the scope of the
<tt>Client-Cert</tt> header field is intentionally limited to exposing to the origin
server the certificate that was presented by the originating client in its
connection to the TTRP.</t>
      <section anchor="requirements-notation-and-conventions">
        <name>Requirements Notation and Conventions</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      </section>
      <section anchor="terminology-and-applicability">
        <name>Terminology and Applicability</name>
        <t>This document uses the following terminology from <xref section="3" sectionFormat="of" target="RFC8941"/>
to specify syntax and parsing: List and Byte Sequence.</t>
        <t>Phrases like TLS client certificate authentication or mutually authenticated TLS
are used throughout this document to refer to the process whereby, in addition
to the normal TLS server authentication with a certificate, a client presents
its X.509 certificate <xref target="RFC5280"/> and proves possession of the corresponding
private key to a server when negotiating a TLS connection or the resumption of
such a connection.  In contemporary versions of TLS <xref target="TLS"/>
          <xref target="TLS1.2"/> this requires that the client send the Certificate and
CertificateVerify messages during the handshake and for the server to verify the
CertificateVerify and Finished messages.</t>
        <t>HTTP/2 restricts TLS 1.2 renegotiation (<xref section="9.2.1" sectionFormat="of" target="RFC9113"/>) and
prohibits TLS 1.3 post-handshake authentication (<xref section="9.2.3" sectionFormat="of" target="RFC9113"/>). However, they are
sometimes used to implement reactive client certificate authentication in HTTP/1.1
<xref target="RFC9112"/> where the server decides whether to request a client certificate
based on the HTTP request. HTTP application data sent on such a connection
after receipt and verification of the client certificate is also
mutually authenticated and thus suitable for the mechanisms described in this
document. With post-handshake authentication there is also the possibility, though
unlikely in practice, of multiple certificates and certificate chains from the
client on a connection, in which case only the certificate and chain
of the last post-handshake authentication are to be utilized for the header
fields described herein.</t>
      </section>
    </section>
    <section anchor="headers">
      <name>HTTP Header Fields and Processing Rules</name>
      <t>This document designates the following headers, defined further in <xref target="header"/>
and <xref target="chain-header"/> respectively, to carry the client certificate information of a
mutually authenticated TLS connection. The headers convey the information
from the reverse proxy to the origin server.</t>
      <dl>
        <dt>Client-Cert:</dt>
        <dd>
          <t>The end-entity certificate used by the client in the TLS handshake with
the reverse proxy.</t>
        </dd>
        <dt>Client-Cert-Chain:</dt>
        <dd>
          <t>The certificate chain used for validation of the end-entity
certificate provided by the client in the TLS handshake with the reverse proxy.</t>
        </dd>
      </dl>
      <section anchor="encoding">
        <name>Encoding</name>
        <t>The headers in this document encode certificates as Byte
Sequences (<xref section="3.3.5" sectionFormat="of" target="RFC8941"/>) where the value of the binary data
is a DER encoded <xref target="ITU.X690.1994"/> X.509 certificate <xref target="RFC5280"/>.
In effect, this means that the binary DER certificate is encoded using base64
(without line breaks, spaces, or other characters outside the base64 alphabet)
and delimited with colons on either side.</t>
        <t>Note that certificates are often stored encoded in a textual format, such as
the one described in <xref section="5.1" sectionFormat="of" target="RFC7468"/>, which is already nearly
compatible with a Byte Sequence; if so, it will be sufficient to replace
<tt>---(BEGIN|END) CERTIFICATE---</tt> with <tt>:</tt> and remove line breaks in order
to generate an appropriate item.</t>
      </section>
      <section anchor="header">
        <name>Client-Cert HTTP Header Field</name>
        <t>In the context of a TLS terminating reverse proxy deployment, the proxy
makes the TLS client certificate available to the backend application with the
Client-Cert HTTP header field. This field contains the end-entity certificate
used by the client in the TLS handshake.</t>
        <t>Client-Cert is a Byte Sequence with the value of
the header encoded as described in <xref target="encoding"/>.</t>
        <t>The <tt>Client-Cert</tt> header field is only for use in HTTP requests and <bcp14>MUST NOT</bcp14> be
used in HTTP responses.  It is a singleton header field value as defined in
<xref section="5.5" sectionFormat="of" target="RFC9110"/>, which <bcp14>MUST NOT</bcp14> have a list of values or occur
multiple times in a request.</t>
        <t><xref target="example-header"/> in <xref target="example"/> has an example of the <tt>Client-Cert</tt> header field.</t>
      </section>
      <section anchor="chain-header">
        <name>Client-Cert-Chain HTTP Header Field</name>
        <t>In the context of a TLS terminating reverse proxy deployment, the proxy
<bcp14>MAY</bcp14> make the certificate chain
available to the backend application with the Client-Cert-Chain HTTP header
field.</t>
        <t>Client-Cert-Chain is a List (<xref section="3.3.1" sectionFormat="of" target="RFC8941"/>).  Each item in the
list <bcp14>MUST</bcp14> be a Byte Sequence encoded as described in <xref target="encoding"/>. The order
is the same as the ordering in TLS (such as described in <xref section="4.4.2" sectionFormat="of" target="TLS"/>).</t>
        <t>Client-Cert-Chain <bcp14>MUST NOT</bcp14> appear unless Client-Cert is also present, and it does
not itself include the end-entity certificate that is already present in Client-Cert.
The root certificate <bcp14>MAY</bcp14> be omitted from Client-Cert-Chain, provided that the target
origin server is known to possess the omitted trust anchor.</t>
        <t>The <tt>Client-Cert-Chain</tt> header field is only for use in HTTP requests and <bcp14>MUST
NOT</bcp14> be used in HTTP responses.  It <bcp14>MAY</bcp14> have a list of values or occur multiple
times in a request.  For header compression purposes, it might be advantageous
to split lists into multiple instances.</t>
        <t><xref target="example-chain-header"/> in <xref target="example"/> has an example of the <tt>Client-Cert-Chain</tt> header field.</t>
      </section>
      <section anchor="processing-rules">
        <name>Processing Rules</name>
        <t>This section outlines the applicable processing rules for a TLS terminating
reverse proxy (TTRP) that has negotiated a mutually authenticated TLS connection
to convey the client certificate from that connection to the backend origin
servers. Use of the technique is to be a configuration or deployment option and
the processing rules described herein are for servers operating with that option
enabled.</t>
        <t>A TTRP negotiates the use of a mutually authenticated TLS connection with the
client, such as is described in <xref target="TLS"/> or <xref target="TLS1.2"/>, and validates the
client certificate per its policy and trusted certificate authorities.  Each
HTTP request on the underlying TLS connection is dispatched to the origin
server with the following modifications:</t>
        <ol spacing="normal" type="1"><li>The client certificate is placed in the <tt>Client-Cert</tt> header field of the
dispatched request, as described in <xref target="header"/>.</li>
          <li>If so configured, the validation chain of the client certificate is placed in
the <tt>Client-Cert-Chain</tt> header field of the request, as described in
<xref target="chain-header"/>.</li>
          <li>Any occurrence of the <tt>Client-Cert</tt> or <tt>Client-Cert-Chain</tt> header fields in
the original incoming request <bcp14>MUST</bcp14> be removed or overwritten before
forwarding the request. An incoming request that has a <tt>Client-Cert</tt> or
<tt>Client-Cert-Chain</tt> header field <bcp14>MAY</bcp14> be rejected with an HTTP 400 response.</li>
        </ol>
        <t>Requests made over a TLS connection where the use of client certificate
authentication was not negotiated <bcp14>MUST</bcp14> be sanitized by removing any and all
occurrences of the <tt>Client-Cert</tt> and <tt>Client-Cert-Chain</tt> header fields prior to
dispatching the request to the backend server.</t>
        <t>Backend origin servers may then use the <tt>Client-Cert</tt> header field of the
request to determine if the connection from the client to the TTRP was
mutually authenticated and, if so, the certificate thereby presented by the
client.
Access control decisions based on the client certificate (or lack thereof) can be
conveyed by selecting response content as appropriate or with an HTTP 403 response,
if the certificate is deemed unacceptable for the given context.
Note that TLS clients that rely on error indications at the TLS layer for an
unacceptable certificate will not receive those signals.</t>
        <t>When the value of the <tt>Client-Cert</tt> request header field is used to select a response
(e.g., the response content is access-controlled), the response <bcp14>MUST</bcp14> either be
uncacheable (e.g., by sending <tt>Cache-Control: no-store</tt>) or be designated for
selective reuse only for subsequent requests with the same <tt>Client-Cert</tt>
header value by sending a <tt>Vary: Client-Cert</tt> response header.
If a TTRP encounters a response with a <tt>client-cert</tt> field name in the <tt>Vary</tt>
header field, it <bcp14>SHOULD</bcp14> prevent the user agent from caching the response by
transforming the value of the <tt>Vary</tt> response header field to <tt>*</tt>.</t>
        <t>Forward proxies and other intermediaries <bcp14>MUST NOT</bcp14> add the <tt>Client-Cert</tt> or
<tt>Client-Cert-Chain</tt> header fields to requests, or modify an existing
<tt>Client-Cert</tt> or <tt>Client-Cert-Chain</tt> header field. Similarly, clients <bcp14>MUST NOT</bcp14>
employ the <tt>Client-Cert</tt> or <tt>Client-Cert-Chain</tt> header field in requests.</t>
      </section>
    </section>
    <section anchor="deployment">
      <name>Deployment Considerations</name>
      <section anchor="header-field-compression">
        <name>Header Field Compression</name>
        <t>If the connection between the TTRP and origin is capable of field compression
(e.g., HPACK <xref target="HPACK"/> or QPACK <xref target="QPACK"/>), and the TTRP multiplexes more
than one client's requests into that connection, the size and variation of <tt>Client-Cert</tt> and
<tt>Client-Cert-Chain</tt> field values can reduce compression efficiency significantly.
An origin could mitigate the efficiency loss by increasing the size of the dynamic table.
If the TTRP determines that the origin dynamic table is not sufficiently large,
it may find it beneficial to always send the field value as a literal,
rather than entering it into the table.</t>
      </section>
      <section anchor="message-header-size">
        <name>Message Header Size</name>
        <t>A server in receipt of a larger message header than it is willing to handle can send
an HTTP 431 (Request Header Fields Too Large) status code per <xref section="5" sectionFormat="of" target="RFC6585"/>.
Due to the typical size of the field values containing certificate data,
recipients may need to be configured to allow for a larger maximum header size.
An intermediary generating client certificate header fields on connections that allow
for advertising the maximum acceptable header size (e.g., HTTP/2 <xref target="RFC9113"/>
or HTTP/3 <xref target="RFC9114"/>) should account for the additional size of the header
of the requests it sends vs. requests it receives by advertising a value to its
clients that is sufficiently smaller so as to allow for the addition of certificate data.</t>
      </section>
      <section anchor="tls-session-resumption">
        <name>TLS Session Resumption</name>
        <t>Some TLS implementations do not retain client certificate information when resuming.
Providing inconsistent values of Client-Cert and Client-Cert-Chain when resuming might
lead to errors, so implementations that are unable to provide these values <bcp14>SHOULD</bcp14>
either disable resumption for connections with client certificates or initially omit a
<tt>Client-Cert</tt> or <tt>Client-Cert-Chain</tt> field if it might not be available after resuming.</t>
      </section>
    </section>
    <section anchor="sec">
      <name>Security Considerations</name>
      <t>The header fields described herein enable a TTRP and backend or origin server to
function together as though, from the client's perspective, they are a single
logical server-side deployment of HTTPS over a mutually authenticated TLS
connection. Use of the header fields outside that intended use
case, however, may undermine the protections afforded by TLS client certificate
authentication. Therefore, steps such as those described below need to be taken
to prevent unintended use, both in sending the header field and in relying on its value.</t>
      <t>Producing and consuming the <tt>Client-Cert</tt> and <tt>Client-Cert-Chain</tt> header
fields <bcp14>SHOULD</bcp14> be configurable
options, respectively, in a TTRP and backend server (or individual application in
that server). The default configuration for both should be to not use the
header fields, thus requiring an "opt-in" to the functionality.</t>
      <t>In order to prevent field injection, backend servers <bcp14>MUST</bcp14> only accept the
<tt>Client-Cert</tt> and <tt>Client-Cert-Chain</tt> header fields from a trusted
TTRP (or other proxy in a trusted path
from the TTRP). A TTRP <bcp14>MUST</bcp14> sanitize the incoming request before forwarding it
on by removing or overwriting any existing instances of the fields. Otherwise,
arbitrary clients can control the field values as seen and used by the backend
server. It is important to note that neglecting to prevent field injection does
not "fail safe" in that the nominal functionality will still work as expected
even when malicious actions are possible. As such, extra care is recommended in
ensuring that proper field sanitation is in place.</t>
      <t>The communication between a TTRP and backend server needs to be secured against
eavesdropping and modification by unintended parties.</t>
      <t>The configuration options and request sanitization are necessary functionality
of the respective servers. The other requirements can be met in a number of
ways, which will vary based on specific deployments. The communication between a
TTRP and backend or origin server, for example, might be authenticated in some
way with the insertion and consumption of the <tt>Client-Cert</tt>
and <tt>Client-Cert-Chain</tt> header fields occurring
only on that connection.
<xref section="B.3" sectionFormat="of" target="I-D.ietf-httpbis-message-signatures"/> gives one example of
this with an application of HTTP Message Signatures.
Alternatively, the network topology might dictate a
private network such that the backend application is only able to accept
requests from the TTRP and the proxy can only make requests to that server.
Other deployments that meet the requirements set forth herein are also possible.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="http-field-name-registrations">
        <name>HTTP Field Name Registrations</name>
        <t>Please register the following entries in the "Hypertext Transfer Protocol (HTTP) Field
Name Registry" defined by HTTP Semantics <xref target="RFC9110"/>:</t>
        <ul spacing="normal">
          <li>Field name: Client-Cert</li>
          <li>Status: permanent</li>
          <li>Specification document: <xref target="headers"/> of [this document]
<br/></li>
          <li>Field name: Client-Cert-Chain</li>
          <li>Status: permanent</li>
          <li>Specification document: <xref target="headers"/> of [this document]</li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <displayreference target="RFC8941" to="STRUCTURED-FIELDS"/>
    <displayreference target="RFC9110" to="HTTP"/>
    <displayreference target="RFC9112" to="HTTP/1.1"/>
    <displayreference target="RFC9113" to="HTTP/2"/>
    <displayreference target="RFC9114" to="HTTP/3"/>
    <displayreference target="I-D.ietf-httpbis-message-signatures" to="HTTPSIG"/>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC8941">
          <front>
            <title>Structured Field Values for HTTP</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <author fullname="P-H. Kamp" initials="P-H." surname="Kamp">
              <organization/>
            </author>
            <date month="February" year="2021"/>
            <abstract>
              <t>This document describes a set of data types and associated algorithms that are intended to make it easier and safer to define and handle HTTP header and trailer fields, known as "Structured Fields", "Structured Headers", or "Structured Trailers". It is intended for use by specifications of new HTTP fields that wish to use a common syntax that is more restrictive than traditional HTTP field values.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8941"/>
          <seriesInfo name="DOI" value="10.17487/RFC8941"/>
        </reference>
        <reference anchor="RFC9110">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes. </t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper">
              <organization/>
            </author>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="W. Polk" initials="W." surname="Polk">
              <organization/>
            </author>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet.  An overview of this approach and model is provided as an introduction.  The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms.  Standard certificate extensions are described and two Internet-specific extensions are defined.  A set of required certificate extensions is specified.  The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions.  An algorithm for X.509 certification path validation is described.  An ASN.1 module and examples are provided in the appendices.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="ITU.X690.1994">
          <front>
            <title>Information Technology - ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)</title>
            <author>
              <organization>International Telecommunications Union</organization>
            </author>
            <date year="1994"/>
          </front>
          <seriesInfo name="ITU-T" value="Recommendation X.690"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC9112">
          <front>
            <title>HTTP/1.1</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document specifies the HTTP/1.1 message syntax, message parsing, connection management, and related security concerns. </t>
              <t>This document obsoletes portions of RFC 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="99"/>
          <seriesInfo name="RFC" value="9112"/>
          <seriesInfo name="DOI" value="10.17487/RFC9112"/>
        </reference>
        <reference anchor="RFC9113">
          <front>
            <title>HTTP/2</title>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
              <organization/>
            </author>
            <author fullname="C. Benfield" initials="C." role="editor" surname="Benfield">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>This specification describes an optimized expression of the semantics of the Hypertext Transfer Protocol (HTTP), referred to as HTTP version 2 (HTTP/2). HTTP/2 enables a more efficient use of network resources and a reduced latency by introducing field compression and allowing multiple concurrent exchanges on the same connection.</t>
              <t>This document obsoletes RFCs 7540 and 8740.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9113"/>
          <seriesInfo name="DOI" value="10.17487/RFC9113"/>
        </reference>
        <reference anchor="RFC9114">
          <front>
            <title>HTTP/3</title>
            <author fullname="M. Bishop" initials="M." role="editor" surname="Bishop">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The QUIC transport protocol has several features that are desirable in a transport for HTTP, such as stream multiplexing, per-stream flow control, and low-latency connection establishment.  This document describes a mapping of HTTP semantics over QUIC.  This document also identifies HTTP/2 features that are subsumed by QUIC and describes how HTTP/2 extensions can be ported to HTTP/3.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9114"/>
          <seriesInfo name="DOI" value="10.17487/RFC9114"/>
        </reference>
        <reference anchor="I-D.ietf-httpbis-message-signatures">
          <front>
            <title>HTTP Message Signatures</title>
            <author fullname="Annabelle Backman" initials="A." surname="Backman">
              <organization>Amazon</organization>
            </author>
            <author fullname="Justin Richer" initials="J." surname="Richer">
              <organization>Bespoke Engineering</organization>
            </author>
            <author fullname="Manu Sporny" initials="M." surname="Sporny">
              <organization>Digital Bazaar</organization>
            </author>
            <date day="6" month="February" year="2023"/>
            <abstract>
              <t>   This document describes a mechanism for creating, encoding, and
   verifying digital signatures or message authentication codes over
   components of an HTTP message.  This mechanism supports use cases
   where the full HTTP message may not be known to the signer, and where
   the message may be transformed (e.g., by intermediaries) before
   reaching the verifier.  This document also describes a means for
   requesting that a signature be applied to a subsequent HTTP message
   in an ongoing HTTP exchange.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-message-signatures-16"/>
        </reference>
        <reference anchor="TLS">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="TLS1.2">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.2</title>
            <author fullname="T. Dierks" initials="T." surname="Dierks">
              <organization/>
            </author>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2008"/>
            <abstract>
              <t>This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol.  The TLS protocol provides communications security over the Internet.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5246"/>
          <seriesInfo name="DOI" value="10.17487/RFC5246"/>
        </reference>
        <reference anchor="RFC7468">
          <front>
            <title>Textual Encodings of PKIX, PKCS, and CMS Structures</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson">
              <organization/>
            </author>
            <author fullname="S. Leonard" initials="S." surname="Leonard">
              <organization/>
            </author>
            <date month="April" year="2015"/>
            <abstract>
              <t>This document describes and discusses the textual encodings of the Public-Key Infrastructure X.509 (PKIX), Public-Key Cryptography Standards (PKCS), and Cryptographic Message Syntax (CMS).  The textual encodings are well-known, are implemented by several applications and libraries, and are widely deployed.  This document articulates the de facto rules by which existing implementations operate and defines them so that future implementations can interoperate.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7468"/>
          <seriesInfo name="DOI" value="10.17487/RFC7468"/>
        </reference>
        <reference anchor="HPACK">
          <front>
            <title>HPACK: Header Compression for HTTP/2</title>
            <author fullname="R. Peon" initials="R." surname="Peon">
              <organization/>
            </author>
            <author fullname="H. Ruellan" initials="H." surname="Ruellan">
              <organization/>
            </author>
            <date month="May" year="2015"/>
            <abstract>
              <t>This specification defines HPACK, a compression format for efficiently representing HTTP header fields, to be used in HTTP/2.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7541"/>
          <seriesInfo name="DOI" value="10.17487/RFC7541"/>
        </reference>
        <reference anchor="QPACK">
          <front>
            <title>QPACK: Field Compression for HTTP/3</title>
            <author fullname="C. Krasic" initials="C." surname="Krasic">
              <organization/>
            </author>
            <author fullname="M. Bishop" initials="M." surname="Bishop">
              <organization/>
            </author>
            <author fullname="A. Frindell" initials="A." role="editor" surname="Frindell">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>This specification defines QPACK: a compression format for efficiently representing HTTP fields that is to be used in HTTP/3. This is a variation of HPACK compression that seeks to reduce head-of-line blocking.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9204"/>
          <seriesInfo name="DOI" value="10.17487/RFC9204"/>
        </reference>
        <reference anchor="RFC6585">
          <front>
            <title>Additional HTTP Status Codes</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <date month="April" year="2012"/>
            <abstract>
              <t>This document specifies additional HyperText Transfer Protocol (HTTP) status codes for a variety of common situations.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6585"/>
          <seriesInfo name="DOI" value="10.17487/RFC6585"/>
        </reference>
        <reference anchor="RFC7239">
          <front>
            <title>Forwarded HTTP Extension</title>
            <author fullname="A. Petersson" initials="A." surname="Petersson">
              <organization/>
            </author>
            <author fullname="M. Nilsson" initials="M." surname="Nilsson">
              <organization/>
            </author>
            <date month="June" year="2014"/>
            <abstract>
              <t>This document defines an HTTP extension header field that allows proxy components to disclose information lost in the proxying process, for example, the originating IP address of a request or IP address of the proxy on the user-agent-facing interface.  In a path of proxying components, this makes it possible to arrange it so that each subsequent component will have access to, for example, all IP addresses used in the chain of proxied HTTP requests.</t>
              <t>This document also specifies guidelines for a proxy administrator to anonymize the origin of a request.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7239"/>
          <seriesInfo name="DOI" value="10.17487/RFC7239"/>
        </reference>
        <reference anchor="RFC8705">
          <front>
            <title>OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens</title>
            <author fullname="B. Campbell" initials="B." surname="Campbell">
              <organization/>
            </author>
            <author fullname="J. Bradley" initials="J." surname="Bradley">
              <organization/>
            </author>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura">
              <organization/>
            </author>
            <author fullname="T. Lodderstedt" initials="T." surname="Lodderstedt">
              <organization/>
            </author>
            <date month="February" year="2020"/>
            <abstract>
              <t>This document describes OAuth client authentication and certificate-bound access and refresh tokens using mutual Transport Layer Security (TLS) authentication with X.509 certificates.  OAuth clients are provided a mechanism for authentication to the authorization server using mutual TLS, based on either self-signed certificates or public key infrastructure (PKI). OAuth authorization servers are provided a mechanism for binding access tokens to a client's mutual-TLS certificate, and OAuth protected resources are provided a method for ensuring that such an access token presented to it was issued to the client presenting the token.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8705"/>
          <seriesInfo name="DOI" value="10.17487/RFC8705"/>
        </reference>
      </references>
    </references>
    <section anchor="example">
      <name>Example</name>
      <t>In a hypothetical example where a TLS client presents the client and
intermediate certificate from <xref target="example-chain"/> when establishing a
mutually authenticated TLS connection with the TTRP, the proxy would send the
<tt>Client-Cert</tt> field shown in <xref target="example-header"/> to the backend. Note that line
breaks and extra spaces have been added to the field value in <xref target="example-header"/>
and <xref target="example-chain-header"/>
for display and formatting purposes only.</t>
      <figure anchor="example-chain">
        <name>Certificate Chain (with client certificate first)</name>
        <artwork><![CDATA[
-----BEGIN CERTIFICATE-----
MIIBqDCCAU6gAwIBAgIBBzAKBggqhkjOPQQDAjA6MRswGQYDVQQKDBJMZXQncyBB
dXRoZW50aWNhdGUxGzAZBgNVBAMMEkxBIEludGVybWVkaWF0ZSBDQTAeFw0yMDAx
MTQyMjU1MzNaFw0yMTAxMjMyMjU1MzNaMA0xCzAJBgNVBAMMAkJDMFkwEwYHKoZI
zj0CAQYIKoZIzj0DAQcDQgAE8YnXXfaUgmnMtOXU/IncWalRhebrXmckC8vdgJ1p
5Be5F/3YC8OthxM4+k1M6aEAEFcGzkJiNy6J84y7uzo9M6NyMHAwCQYDVR0TBAIw
ADAfBgNVHSMEGDAWgBRm3WjLa38lbEYCuiCPct0ZaSED2DAOBgNVHQ8BAf8EBAMC
BsAwEwYDVR0lBAwwCgYIKwYBBQUHAwIwHQYDVR0RAQH/BBMwEYEPYmRjQGV4YW1w
bGUuY29tMAoGCCqGSM49BAMCA0gAMEUCIBHda/r1vaL6G3VliL4/Di6YK0Q6bMje
SkC3dFCOOB8TAiEAx/kHSB4urmiZ0NX5r5XarmPk0wmuydBVoU4hBVZ1yhk=
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIB5jCCAYugAwIBAgIBFjAKBggqhkjOPQQDAjBWMQswCQYDVQQGEwJVUzEbMBkG
A1UECgwSTGV0J3MgQXV0aGVudGljYXRlMSowKAYDVQQDDCFMZXQncyBBdXRoZW50
aWNhdGUgUm9vdCBBdXRob3JpdHkwHhcNMjAwMTE0MjEzMjMwWhcNMzAwMTExMjEz
MjMwWjA6MRswGQYDVQQKDBJMZXQncyBBdXRoZW50aWNhdGUxGzAZBgNVBAMMEkxB
IEludGVybWVkaWF0ZSBDQTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJf+aA54
RC5pyLAR5yfXVYmNpgd+CGUTDp2KOGhc0gK91zxhHesEYkdXkpS2UN8Kati+yHtW
CV3kkhCngGyv7RqjZjBkMB0GA1UdDgQWBBRm3WjLa38lbEYCuiCPct0ZaSED2DAf
BgNVHSMEGDAWgBTEA2Q6eecKu9g9yb5glbkhhVINGDASBgNVHRMBAf8ECDAGAQH/
AgEAMA4GA1UdDwEB/wQEAwIBhjAKBggqhkjOPQQDAgNJADBGAiEA5pLvaFwRRkxo
mIAtDIwg9D7gC1xzxBl4r28EzmSO1pcCIQCJUShpSXO9HDIQMUgH69fNDEMHXD3R
RX5gP7kuu2KGMg==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIICBjCCAaygAwIBAgIJAKS0yiqKtlhoMAoGCCqGSM49BAMCMFYxCzAJBgNVBAYT
AlVTMRswGQYDVQQKDBJMZXQncyBBdXRoZW50aWNhdGUxKjAoBgNVBAMMIUxldCdz
IEF1dGhlbnRpY2F0ZSBSb290IEF1dGhvcml0eTAeFw0yMDAxMTQyMTI1NDVaFw00
MDAxMDkyMTI1NDVaMFYxCzAJBgNVBAYTAlVTMRswGQYDVQQKDBJMZXQncyBBdXRo
ZW50aWNhdGUxKjAoBgNVBAMMIUxldCdzIEF1dGhlbnRpY2F0ZSBSb290IEF1dGhv
cml0eTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABFoaHU+Z5bPKmGzlYXtCf+E6
HYj62fORaHDOrt+yyh3H/rTcs7ynFfGn+gyFsrSP3Ez88rajv+U2NfD0o0uZ4Pmj
YzBhMB0GA1UdDgQWBBTEA2Q6eecKu9g9yb5glbkhhVINGDAfBgNVHSMEGDAWgBTE
A2Q6eecKu9g9yb5glbkhhVINGDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE
AwIBhjAKBggqhkjOPQQDAgNIADBFAiEAmAeg1ycKHriqHnaD4M/UDBpQRpkmdcRF
YGMg1Qyrkx4CIB4ivz3wQcQkGhcsUZ1SOImd/lq1Q0FLf09rGfLQPWDc
-----END CERTIFICATE-----
]]></artwork>
      </figure>
      <figure anchor="example-header">
        <name>Header Field in HTTP Request to Origin Server</name>
        <artwork><![CDATA[
Client-Cert: :MIIBqDCCAU6gAwIBAgIBBzAKBggqhkjOPQQDAjA6MRswGQYDVQQKDBJ
 MZXQncyBBdXRoZW50aWNhdGUxGzAZBgNVBAMMEkxBIEludGVybWVkaWF0ZSBDQTAeFw0
 yMDAxMTQyMjU1MzNaFw0yMTAxMjMyMjU1MzNaMA0xCzAJBgNVBAMMAkJDMFkwEwYHKoZ
 Izj0CAQYIKoZIzj0DAQcDQgAE8YnXXfaUgmnMtOXU/IncWalRhebrXmckC8vdgJ1p5Be
 5F/3YC8OthxM4+k1M6aEAEFcGzkJiNy6J84y7uzo9M6NyMHAwCQYDVR0TBAIwADAfBgN
 VHSMEGDAWgBRm3WjLa38lbEYCuiCPct0ZaSED2DAOBgNVHQ8BAf8EBAMCBsAwEwYDVR0
 lBAwwCgYIKwYBBQUHAwIwHQYDVR0RAQH/BBMwEYEPYmRjQGV4YW1wbGUuY29tMAoGCCq
 GSM49BAMCA0gAMEUCIBHda/r1vaL6G3VliL4/Di6YK0Q6bMjeSkC3dFCOOB8TAiEAx/k
 HSB4urmiZ0NX5r5XarmPk0wmuydBVoU4hBVZ1yhk=:
]]></artwork>
      </figure>
      <t>If the proxy were configured to also include the certificate chain, it would
also include the <tt>Client-Cert-Chain</tt> header field. Note that while
the following example does illustrate the TTRP inserting the root certificate,
many deployments will opt to omit the trust anchor.</t>
      <figure anchor="example-chain-header">
        <name>Certificate Chain in HTTP Request to Origin Server</name>
        <artwork><![CDATA[
Client-Cert-Chain: :MIIB5jCCAYugAwIBAgIBFjAKBggqhkjOPQQDAjBWMQsw
 CQYDVQQGEwJVUzEbMBkGA1UECgwSTGV0J3MgQXV0aGVudGljYXRlMSowKAYDVQQ
 DDCFMZXQncyBBdXRoZW50aWNhdGUgUm9vdCBBdXRob3JpdHkwHhcNMjAwMTE0Mj
 EzMjMwWhcNMzAwMTExMjEzMjMwWjA6MRswGQYDVQQKDBJMZXQncyBBdXRoZW50a
 WNhdGUxGzAZBgNVBAMMEkxBIEludGVybWVkaWF0ZSBDQTBZMBMGByqGSM49AgEG
 CCqGSM49AwEHA0IABJf+aA54RC5pyLAR5yfXVYmNpgd+CGUTDp2KOGhc0gK91zx
 hHesEYkdXkpS2UN8Kati+yHtWCV3kkhCngGyv7RqjZjBkMB0GA1UdDgQWBBRm3W
 jLa38lbEYCuiCPct0ZaSED2DAfBgNVHSMEGDAWgBTEA2Q6eecKu9g9yb5glbkhh
 VINGDASBgNVHRMBAf8ECDAGAQH/AgEAMA4GA1UdDwEB/wQEAwIBhjAKBggqhkjO
 PQQDAgNJADBGAiEA5pLvaFwRRkxomIAtDIwg9D7gC1xzxBl4r28EzmSO1pcCIQC
 JUShpSXO9HDIQMUgH69fNDEMHXD3RRX5gP7kuu2KGMg==:, :MIICBjCCAaygAw
 IBAgIJAKS0yiqKtlhoMAoGCCqGSM49BAMCMFYxCzAJBgNVBAYTAlVTMRswGQYDV
 QQKDBJMZXQncyBBdXRoZW50aWNhdGUxKjAoBgNVBAMMIUxldCdzIEF1dGhlbnRp
 Y2F0ZSBSb290IEF1dGhvcml0eTAeFw0yMDAxMTQyMTI1NDVaFw00MDAxMDkyMTI
 1NDVaMFYxCzAJBgNVBAYTAlVTMRswGQYDVQQKDBJMZXQncyBBdXRoZW50aWNhdG
 UxKjAoBgNVBAMMIUxldCdzIEF1dGhlbnRpY2F0ZSBSb290IEF1dGhvcml0eTBZM
 BMGByqGSM49AgEGCCqGSM49AwEHA0IABFoaHU+Z5bPKmGzlYXtCf+E6HYj62fOR
 aHDOrt+yyh3H/rTcs7ynFfGn+gyFsrSP3Ez88rajv+U2NfD0o0uZ4PmjYzBhMB0
 GA1UdDgQWBBTEA2Q6eecKu9g9yb5glbkhhVINGDAfBgNVHSMEGDAWgBTEA2Q6ee
 cKu9g9yb5glbkhhVINGDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBh
 jAKBggqhkjOPQQDAgNIADBFAiEAmAeg1ycKHriqHnaD4M/UDBpQRpkmdcRFYGMg
 1Qyrkx4CIB4ivz3wQcQkGhcsUZ1SOImd/lq1Q0FLf09rGfLQPWDc:
]]></artwork>
      </figure>
    </section>
    <section anchor="select-design-considerations">
      <name>Select Design Considerations</name>
      <section anchor="field-injection">
        <name>Field Injection</name>
        <t>This document requires that the TTRP sanitize the fields of the incoming request by
removing or overwriting any existing instances of the <tt>Client-Cert</tt>
and <tt>Client-Cert-Chain</tt> header fields
before dispatching that request to the backend application. Otherwise, a client
could inject its own values that would appear to the backend to
have come from the TTRP. Although numerous other methods of detecting/preventing
field injection are possible, such as the use of a unique secret value as part
of the field name or value or the application of a signature, HMAC, or AEAD,
there is no common general mechanism. The potential problem of
client field injection is not at all unique to the functionality of this document,
and it would therefore be inappropriate for this document to define a one-off
solution. In the absence of a generic common solution existing currently,
stripping/sanitizing the fields is the de facto means of protecting against
field injection in practice. Sanitizing the fields is sufficient when
properly implemented and is a normative requirement of <xref target="sec"/>.</t>
      </section>
      <section anchor="the-forwarded-http-extension">
        <name>The Forwarded HTTP Extension</name>
        <t>The <tt>Forwarded</tt> HTTP header field defined in <xref target="RFC7239"/> allows proxy
components to disclose information lost in the proxying process. The TLS client
certificate information of concern to this document could have been communicated
with an extension parameter to the <tt>Forwarded</tt> field; however, doing so
would have had some disadvantages that this document endeavored to avoid. The
<tt>Forwarded</tt> field syntax allows for information about a full chain of proxied
HTTP requests, whereas the <tt>Client-Cert</tt> and <tt>Client-Cert-Chain</tt>
header fields of this document are concerned
only with conveying information about the certificate presented by the
originating client on the TLS connection to the TTRP (which appears as the
server from that client's perspective) to backend applications.  The multi-hop
syntax of the <tt>Forwarded</tt> field is expressive but also more complicated, which
would make processing it more cumbersome, and more importantly, make properly
sanitizing its content as required by <xref target="sec"/> to prevent field injection
considerably more difficult and error-prone. Thus, this document opted for a
flatter and more straightforward structure.</t>
      </section>
      <section anchor="the-whole-certificate-and-certificate-chain">
        <name>The Whole Certificate and Certificate Chain</name>
        <t>Different applications will have varying requirements about what information
from the client certificate is needed, such as the subject and/or issuer
distinguished name, subject alternative name(s), serial number, subject public
key info, fingerprint, etc. Furthermore, some applications, such as
<xref target="RFC8705"/>, make use of the entire certificate. In order to accommodate the
latter and ensure wide applicability by not trying to cherry-pick particular
certificate information, this document opted to pass the full, encoded certificate
as the value of the <tt>Client-Cert</tt> field.</t>
        <t>The validation of the client certificate and chain of the mutually authenticated
TLS connection is typically performed by the TTRP during the handshake.  With the
responsibility of certificate validation falling on the TTRP, the
end-entity certificate is oftentimes sufficient for the needs of the origin server.
The separate <tt>Client-Cert-Chain</tt> field can convey the certificate chain for
origin server deployments that require this additional information.</t>
      </section>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors would like to thank the following individuals who've contributed in various ways ranging from just being generally supportive of bringing forth the document to providing specific feedback or content:</t>
      <ul spacing="normal">
        <li>Evan Anderson</li>
        <li>Annabelle Backman</li>
        <li>Alan Frindell</li>
        <li>Rory Hewitt</li>
        <li>Fredrik Jeansson</li>
        <li>Benjamin Kaduk</li>
        <li>Torsten Lodderstedt</li>
        <li>Kathleen Moriarty</li>
        <li>Mark Nottingham</li>
        <li>Erik Nygren</li>
        <li>Mike Ounsworth</li>
        <li>Lucas Pardue</li>
        <li>Matt Peterson</li>
        <li>Eric Rescorla</li>
        <li>Justin Richer</li>
        <li>Michael Richardson</li>
        <li>Joe Salowey</li>
        <li>Rich Salz</li>
        <li>Mohit Sethi</li>
        <li>Rifaat Shekh-Yusef</li>
        <li>Travis Spencer</li>
        <li>Nick Sullivan</li>
        <li>Willy Tarreau</li>
        <li>Martin Thomson</li>
        <li>Peter Wu</li>
        <li>Hans Zandbelt</li>
      </ul>
    </section>
    <section anchor="document-history">
      <name>Document History</name>
      <ul empty="true">
        <li>
          <t>To be removed by the RFC Editor before publication as an RFC</t>
        </li>
      </ul>
      <t>draft-ietf-httpbis-client-cert-field-05</t>
      <ul spacing="normal">
        <li>Correct a couple references</li>
        <li>Updates from Genart Last Call review</li>
        <li>Incorporate AD review feedback</li>
        <li>Editorial updates</li>
      </ul>
      <t>draft-ietf-httpbis-client-cert-field-04</t>
      <ul spacing="normal">
        <li>Updates, fixes, and clarifications from WGLC feedback</li>
      </ul>
      <t>draft-ietf-httpbis-client-cert-field-03</t>
      <ul spacing="normal">
        <li>State that the certificate chain is in the same order as it appears in TLS rather than copying the language from TLS</li>
        <li>Update references for HTTP Semantics, HTTP/3, and QPACK to point to the now RFCs 9110/9114/9204</li>
        <li>HTTP Semantics now a normative ref</li>
        <li>Mention that origin server access control decisions can be
conveyed by selecting response content or with a 403</li>
      </ul>
      <t>draft-ietf-httpbis-client-cert-field-02</t>
      <ul spacing="normal">
        <li>Add a note about cert retention on TLS session resumption</li>
        <li>Say to use only the last one in the case of multiple post-handshake client cert authentications</li>
      </ul>
      <t>draft-ietf-httpbis-client-cert-field-01</t>
      <ul spacing="normal">
        <li>Use RFC 8941 Structured Field Values for HTTP</li>
        <li>Introduce a separate header that can convey the certificate chain</li>
        <li>Add considerations on header compression and size</li>
        <li>Describe interaction with caching</li>
        <li>Fill out IANA Considerations with HTTP field name registrations</li>
        <li>Discuss renegotiation</li>
      </ul>
      <t>draft-ietf-httpbis-client-cert-field-00</t>
      <ul spacing="normal">
        <li>Initial WG revision</li>
        <li>Mike Bishop added as co-editor</li>
      </ul>
      <t>draft-bdc-something-something-certificate-05</t>
      <ul spacing="normal">
        <li>Change intended status of the draft to Informational</li>
        <li>Editorial updates and (hopefully) clarifications</li>
      </ul>
      <t>draft-bdc-something-something-certificate-04</t>
      <ul spacing="normal">
        <li>Update reference from draft-ietf-oauth-mtls to RFC8705</li>
      </ul>
      <t>draft-bdc-something-something-certificate-03</t>
      <ul spacing="normal">
        <li>Expanded further discussion notes to capture some of the feedback in and around the presentation of the draft in SECDISPATCH at IETF 107 and add those who've provided such feedback to the acknowledgements</li>
      </ul>
      <t>draft-bdc-something-something-certificate-02</t>
      <ul spacing="normal">
        <li>Editorial tweaks + further discussion notes</li>
      </ul>
      <t>draft-bdc-something-something-certificate-01</t>
      <ul spacing="normal">
        <li>Use the RFC v3 Format or die trying</li>
      </ul>
      <t>draft-bdc-something-something-certificate-00</t>
      <ul spacing="normal">
        <li>Initial draft after a time constrained and rushed <eref target="https://datatracker.ietf.org/meeting/106/materials/slides-106-secdispatch-securing-protocols-between-proxies-and-backend-http-servers-00">secdispatch
presentation</eref>
at IETF 106 in Singapore with the recommendation to write up a draft (at
the end of the
<eref target="https://datatracker.ietf.org/meeting/106/materials/minutes-106-secdispatch">minutes</eref>)
and some folks expressing interest despite the rather poor presentation</li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
IzORTFv8a8Mg8+B62VDUzq2iwMlKJJEluXMZSHXODQSMSmriw6xUVr5uHiTt
nFeurSmPMAlqY1ayDM97ygriNYspsDAeUgiB+htXutwznVYVp2yM2m2yeHum
VJK5GhndxoocFUCVlXrkYgMjPQQdu1A/qZeMRY7NIDo5MnOCEboLNfbwqAr9
xBkY2zFOiVd1v1GeXwMIKB6mw3pvjpcgcaiEpU/hOHgBzIwkHILsfoszveOp
hD3V8k1W/wPSgeDpqZmDdA727GNW/3MgxJ80pHxAiUW3cKdHzvMBWp7wMtzA
a5o3dVm3Lq48yHJySIBAUv/z90Lx5T/Efw+ivzwzG3PJv3lOOiYDKQ53q615
4fE3UwFAxoYjJ8s5Cq+ErGfDMZxTcmyb1LR72IkHjDTlvnmiVlPqpWIE3eqU
H1pAIv2F54VkIgkZwSpSAjWI1pgJ6ZQsH62tqFfKroDI6yKKiaaqzJMSWMMg
dK0iMh7rSq4c5TqQAQlg181TyHZAae18uhp7fZEGxSX0gS+m9wNcYe601UUi
xPHAg//85z9xiysVqsAsFV9WKqLb6TT+aDWb9cv34/qi06iPO43GQ/1zYzz+
YzK9PT07P2/Vb+vvuxfx4uj8pnV1fv651fjU/fb1PBguGw3hfr0Iv13v1Zzr
k4l7dHl/9FD/1hifXDXq3W57et/otP3UPbpaDq6vps71Ye1br9E679fV4aK2
7Lbq96LbP192by+3ug8nDl3s1++7t93sWrdeu28+1D+ZQevTT63u4XTRXtwc
fw6/dcTDba1ZP7/p4A/4u1U/H7bOx/X2x5vg69eRczmeBd3k9OvlZicYXjv+
xUQNoq+z4bT58c4df9qai72G2jvc3LlpfgQZeN/d/X261X3vtOvtw+HRw/ST
d7J8/+nj7vJD+hDud9+fLLvH9UUTcXFR6zfqnYWot+ojBO+4120fterX48bF
bOf69ouz89EftG+aqdc8Gya1b06v3dpu1U/p2fOPjfroYxuW1BSNuI7rwRH9
Rn2xaI5hOYubRuP8EubqLI55tov6+fFmo9FdtG/aZzezi9vzo6vdm+uthRgc
XaY32/tJtx4eNZt/HPW6u/s4cr02rnfbl81O49h1NqOtO+fL+6OdK9/7srvZ
8t7ffK6dvx90b5XoTZs77mHz9LTxsV/32vX7zelxr7Gbgkv6rXbydS/a++pE
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
dOGCtlPmIX10MN8V8f8BNc2mxAp3AAA=

-->

</rfc>
