<?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.27 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-bonnell-rfc5019bis-02" category="std" consensus="true" submissionType="IETF" updates="5019" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.0 -->
  <front>
    <title abbrev="RFC5019bis">Updates to Lightweight OCSP Profile for High Volume Environments</title>
    <seriesInfo name="Internet-Draft" value="draft-bonnell-rfc5019bis-02"/>
    <author fullname="Corey Bonnell">
      <organization>DigiCert, Inc.</organization>
      <address>
        <email>corey.bonnell@digicert.com</email>
      </address>
    </author>
    <author fullname="Clint Wilson">
      <organization>Apple, Inc.</organization>
      <address>
        <email>clintw@apple.com</email>
      </address>
    </author>
    <author fullname="Tadahiko Ito">
      <organization>SECOM CO., LTD.</organization>
      <address>
        <email>tadahiko.ito.public@gmail.com</email>
      </address>
    </author>
    <author fullname="Sean Turner">
      <organization>sn3rd</organization>
      <address>
        <email>sean@sn3rd.com</email>
      </address>
    </author>
    <date year="2023" month="March" day="29"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document updates RFC 5019 to allow OCSP clients to use SHA-256.
An RFC 5019 compliant OCSP client is still able to use SHA-1,
but the use of SHA-1 may become obsolete in the future.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>The Online Certificate Status Protocol <xref target="RFC6960"/> specifies a mechanism
used to determine the status of digital certificates, in lieu of
using Certificate Revocation Lists (CRLs). Since its definition in
1999, it has been deployed in a variety of environments and has
proven to be a useful certificate status checking mechanism. (For
brevity we refer to OCSP as being used to verify certificate status,
but only the revocation status of a certificate is checked via this
protocol.)</t>
      <t>To date, many OCSP deployments have been used to ensure timely and
secure certificate status information for high-value electronic
transactions or highly sensitive information, such as in the banking
and financial environments. As such, the requirement for an OCSP
responder to respond in "real time" (i.e., generating a new OCSP
response for each OCSP request) has been important. In addition,
these deployments have operated in environments where bandwidth usage
is not an issue, and have run on client and server systems where
processing power is not constrained.</t>
      <t>As the use of PKI continues to grow and move into diverse
environments, so does the need for a scalable and cost-effective
certificate status mechanism. Although OCSP as currently defined and
deployed meets the need of small to medium-sized PKIs that operate on
powerful systems on wired networks, there is a limit as to how these
OCSP deployments scale from both an efficiency and cost perspective.
Mobile environments, where network bandwidth may be at a premium and
client-side devices are constrained from a processing point of view,
require the careful use of OCSP to minimize bandwidth usage and
client-side processing complexity. <xref target="OCSPMP"/></t>
      <t>PKI continues to be deployed into environments where millions if not
hundreds of millions of certificates have been issued. In many of
these environments, an even larger number of users (also known as
relying parties) have the need to ensure that the certificate they
are relying upon has not been revoked. As such, it is important that
OCSP is used in such a way that ensures the load on OCSP responders
and the network infrastructure required to host those responders are
kept to a minimum.</t>
      <t>This document addresses the scalability issues inherent when using
OCSP in PKI environments described above by defining a message
profile and clarifying OCSP client and responder behavior that will
permit:</t>
      <ol spacing="normal" type="1"><li>OCSP response pre-production and distribution.</li>
        <li>Reduced OCSP message size to lower bandwidth usage.</li>
        <li>Response message caching both in the network and on the client.</li>
      </ol>
      <t>It is intended that the normative requirements defined in this
profile will be adopted by OCSP clients and OCSP responders operating
in very large-scale (high-volume) PKI environments or PKI
environments that require a lightweight solution to minimize
bandwidth and client-side processing power (or both), as described
above. As OCSP does not have the means to signal responder
capabilities within the protocol, clients needing to differentiate
between OCSP responses produced by responders that conform with this
profile and those that are not need to rely on out-of-band mechanisms
to determine when a responder operates according to this profile and,
as such, when the requirements of this profile apply. In the case
where out-of-band mechanisms may not be available, this profile
ensures that interoperability will still occur between an OCSP client
that fully conforms with <xref target="RFC6960"/> and a responder that is operating
in a mode as described in this specification.</t>
      <t>Substantive changes to RFC 5019:</t>
      <ul spacing="normal">
        <li>
          <xref target="certid"/> requires new OCSP clients to use SHA-256 to
support migration for OCSP clients.</li>
        <li>
          <xref target="byKey"/> requires new OCSP responders to use the byKey field,
and support migration from byName fields.</li>
        <li>
          <xref target="transport"/> clarifies OCSP clients not include
whitespace or any other characters that are not part of
the base64 character repertoire in the base64-encoded string.</li>
      </ul>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</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="ocsp-message-profile">
      <name>OCSP Message Profile</name>
      <t>This section defines a subset of OCSPRequest and OCSPResponse
functionality as defined in <xref target="RFC6960"/>.</t>
      <section anchor="req-profile">
        <name>OCSP Request Profile</name>
        <section anchor="certid">
          <name>OCSPRequest Structure</name>
          <t>OCSPRequests that conform to this profile <bcp14>MUST</bcp14> include only one Request
in the OCSPRequest.RequestList structure.</t>
          <t>Older OCSP clients which provide backward compatibility with
<xref target="RFC5019"/> use SHA-1 as the hashing algorithm for the
CertID.issuerNameHash and the CertID.issuerKeyHash values. However,
these OCSP clients should transition from SHA-1 to SHA-256 as soon as
practical.</t>
          <t>Newer OCSP clients that conform with this profile <bcp14>MUST</bcp14>
use SHA-256 as the hashing algorithm for the
CertID.issuerNameHash and the CertID.issuerKeyHash values.</t>
          <t>Clients <bcp14>MUST NOT</bcp14> include the singleRequestExtensions structure.</t>
          <t>Clients <bcp14>SHOULD NOT</bcp14> include the requestExtensions structure. If a
requestExtensions structure is included, this profile RECOMMENDS that
it contain only the nonce extension (id-pkix-ocsp-nonce). See
<xref target="fresh"/> for issues concerning the use of a nonce in high-volume
OCSP environments.</t>
        </section>
        <section anchor="signed-ocsprequests">
          <name>Signed OCSPRequests</name>
          <t>Clients <bcp14>SHOULD NOT</bcp14> send signed OCSPRequests. Responders <bcp14>MAY</bcp14> ignore
the signature on OCSPRequests.</t>
          <t>If the OCSPRequest is signed, the client <bcp14>SHALL</bcp14> specify its name in
the OCSPRequest.requestorName field; otherwise, clients <bcp14>SHOULD NOT</bcp14>
include the requestorName field in the OCSPRequest. OCSP servers
<bcp14>MUST</bcp14> be prepared to receive unsigned OCSP requests that contain the
requestorName field, but <bcp14>MUST</bcp14> handle such requests as if the
requestorName field were absent.</t>
        </section>
      </section>
      <section anchor="ocsp-response-profile">
        <name>OCSP Response Profile</name>
        <section anchor="ocspresponse-structure">
          <name>OCSPResponse Structure</name>
          <t>Responders <bcp14>MUST</bcp14> generate a BasicOCSPResponse as identified by the
id-pkix-ocsp-basic OID. Clients <bcp14>MUST</bcp14> be able to parse and accept a
BasicOCSPResponse. OCSPResponses that conform to this profile <bcp14>SHOULD</bcp14>
include only one SingleResponse in the ResponseData.responses
structure, but <bcp14>MAY</bcp14> include additional SingleResponse elements if
necessary to improve response pre-generation performance or cache
efficiency.</t>
          <t>The responder <bcp14>SHOULD NOT</bcp14> include responseExtensions. As specified in
<xref target="RFC6960"/>, clients <bcp14>MUST</bcp14> ignore unrecognized non-critical
responseExtensions in the response.</t>
          <t>In the case where a responder does not have the ability to respond to
an OCSP request containing an option not supported by the server, it
<bcp14>SHOULD</bcp14> return the most complete response it can. For example, in the
case where a responder only supports pre-produced responses and does
not have the ability to respond to an OCSP request containing a
nonce, it <bcp14>SHOULD</bcp14> return a response that does not include a nonce.</t>
          <t>Clients <bcp14>SHOULD</bcp14> attempt to process a response even if the response
does not include a nonce. See <xref target="fresh"/> for details on validating
responses that do not contain a nonce. See also <xref target="sec-cons"/> for
relevant security considerations.</t>
          <t>Responders that do not have the ability to respond to OCSP requests
that contain an unsupported option such as a nonce <bcp14>MAY</bcp14> forward the
request to an OCSP responder capable of doing so.</t>
          <t>The responder <bcp14>MAY</bcp14> include the singleResponse.singleResponse
extensions structure.</t>
        </section>
        <section anchor="byKey">
          <name>Signed OCSPResponses</name>
          <t>Clients <bcp14>MUST</bcp14> validate the signature on the returned OCSPResponse.</t>
          <t>If the response is signed by a delegate of the issuing certification
authority (CA), a valid responder certificate <bcp14>MUST</bcp14> be referenced in
the BasicOCSPResponse.certs structure.</t>
          <t>It is <bcp14>RECOMMENDED</bcp14> that the OCSP responder's certificate contain the
id-pkix-ocsp-nocheck extension, as defined in <xref target="RFC6960"/>, to indicate
to the client that it need not check the certificate's status. In
addition, it is <bcp14>RECOMMENDED</bcp14> that neither an OCSP authorityInfoAccess
(AIA) extension nor cRLDistributionPoints (CRLDP) extension be
included in the OCSP responder's certificate. Accordingly, the
responder's signing certificate <bcp14>SHOULD</bcp14> be relatively short-lived and
renewed regularly.</t>
          <t>Clients <bcp14>MUST</bcp14> be able to identify OCSP responder certificates using
the byKey field and <bcp14>SHOULD</bcp14> be able to identify OCSP responder
certificates using the byName field of the ResponseData.ResponderID
choices.</t>
          <t>Older responders which provide backward compatibility with <xref target="RFC5019"/>
            <bcp14>MAY</bcp14> use the byName field to represent the ResponderID, but should
transition to using the byKey field as soon as practical.</t>
          <t>Newer responders that conform to this profile <bcp14>MUST</bcp14> use the byKey
field to represent the ResponderID to reduce the size of the response.</t>
        </section>
        <section anchor="ocspresponsestatus-values">
          <name>OCSPResponseStatus Values</name>
          <t>As long as the OCSP infrastructure has authoritative records for a
particular certificate, an OCSPResponseStatus of "successful" will be
returned. When access to authoritative records for a particular
certificate is not available, the responder <bcp14>MUST</bcp14> return an
OCSPResponseStatus of "unauthorized". As such, this profile extends
the <xref target="RFC6960"/> definition of "unauthorized" as follows:</t>
          <t>The response "unauthorized" is returned in cases where the client
is not authorized to make this query to this server or the server
is not capable of responding authoritatively.</t>
          <t>For example, OCSP responders that do not have access to authoritative
records for a requested certificate, such as those that generate and
distribute OCSP responses in advance and thus do not have the ability
to properly respond with a signed "successful" yet "unknown"
response, will respond with an OCSPResponseStatus of "unauthorized".
Also, in order to ensure the database of revocation information does
not grow unbounded over time, the responder <bcp14>MAY</bcp14> remove the status
records of expired certificates. Requests from clients for
certificates whose record has been removed will result in an
OCSPResponseStatus of "unauthorized".</t>
          <t>Security considerations regarding the use of unsigned responses are
discussed in <xref target="RFC6960"/>.</t>
        </section>
        <section anchor="times">
          <name>thisUpdate, nextUpdate, and producedAt</name>
          <t>When pre-producing OCSPResponse messages, the responder <bcp14>MUST</bcp14> set the
thisUpdate, nextUpdate, and producedAt times as follows:</t>
          <dl>
            <dt>thisUpdate:</dt>
            <dd>
              <t>The time at which the status being indicated is known to be correct.</t>
            </dd>
            <dt>nextUpdate:</dt>
            <dd>
              <t>The time at or before which newer information will be available
about the status of the certificate. Responders <bcp14>MUST</bcp14> always include
this value to aid in response caching. See <xref target="cache-recs"/> for additional
information on caching.</t>
            </dd>
            <dt>producedAt:</dt>
            <dd>
              <t>The time at which the OCSP response was signed.</t>
            </dd>
          </dl>
          <aside>
            <t>Note: In many cases the value of thisUpdate and producedAt will be
  the same.</t>
          </aside>
          <t>For the purposes of this profile, ASN.1-encoded GeneralizedTime
values such as thisUpdate, nextUpdate, and producedAt <bcp14>MUST</bcp14> be
expressed Greenwich Mean Time (Zulu) and <bcp14>MUST</bcp14> include seconds (i.e.,
times are YYYYMMDDHHMMSSZ), even where the number of seconds is zero.
GeneralizedTime values <bcp14>MUST NOT</bcp14> include fractional seconds.</t>
        </section>
      </section>
    </section>
    <section anchor="client-behavior">
      <name>Client Behavior</name>
      <section anchor="ocsp-responder-discovery">
        <name>OCSP Responder Discovery</name>
        <t>Clients <bcp14>MUST</bcp14> support the authorityInfoAccess extension as defined in
<xref target="RFC5280"/> and <bcp14>MUST</bcp14> recognize the id-ad-ocsp access method. This
enables CAs to inform clients how they can contact the OCSP service.</t>
        <t>In the case where a client is checking the status of a certificate
that contains both an authorityInformationAccess (AIA) extension
pointing to an OCSP responder and a cRLDistributionPoints extension
pointing to a CRL, the client <bcp14>SHOULD</bcp14> attempt to contact the OCSP
responder first. Clients <bcp14>MAY</bcp14> attempt to retrieve the CRL if no
OCSPResponse is received from the responder after a locally
configured timeout and number of retries.</t>
      </section>
      <section anchor="sending-an-ocsp-request">
        <name>Sending an OCSP Request</name>
        <t>To avoid needless network traffic, applications <bcp14>MUST</bcp14> verify the
signature of signed data before asking an OCSP client to check the
status of certificates used to verify the data. If the signature is
invalid or the application is not able to verify it, an OCSP check
<bcp14>MUST NOT</bcp14> be requested.</t>
        <t>Similarly, an application <bcp14>MUST</bcp14> validate the signature on certificates
in a chain, before asking an OCSP client to check the status of the
certificate. If the certificate signature is invalid or the
application is not able to verify it, an OCSP check <bcp14>MUST NOT</bcp14> be
requested. Clients <bcp14>SHOULD NOT</bcp14> make a request to check the status of
expired certificates.</t>
      </section>
    </section>
    <section anchor="fresh">
      <name>Ensuring an OCSPResponse Is Fresh</name>
      <t>In order to ensure that a client does not accept an out-of-date
response that indicates a 'good' status when in fact there is a more
up-to-date response that specifies the status of 'revoked', a client
must ensure the responses they receive are fresh.</t>
      <t>In general, two mechanisms are available to clients to ensure a
response is fresh. The first uses nonces, and the second is based on
time. In order for time-based mechanisms to work, both clients and
responders <bcp14>MUST</bcp14> have access to an accurate source of time.</t>
      <t>Because this profile specifies that clients <bcp14>SHOULD NOT</bcp14> include a
requestExtensions structure in OCSPRequests (see <xref target="req-profile"/>),
clients <bcp14>MUST</bcp14> be able to determine OCSPResponse freshness based on an
accurate source of time. Clients that opt to include a nonce in the
request <bcp14>SHOULD NOT</bcp14> reject a corresponding OCSPResponse solely on the
basis of the nonexistent expected nonce, but <bcp14>MUST</bcp14> fall back to
validating the OCSPResponse based on time.</t>
      <t>Clients that do not include a nonce in the request <bcp14>MUST</bcp14> ignore any
nonce that may be present in the response.</t>
      <t>Clients <bcp14>MUST</bcp14> check for the existence of the nextUpdate field and <bcp14>MUST</bcp14>
ensure the current time, expressed in GMT time as described in
<xref target="times"/>, falls between the thisUpdate and nextUpdate times. If
the nextUpdate field is absent, the client <bcp14>MUST</bcp14> reject the response.</t>
      <t>If the nextUpdate field is present, the client <bcp14>MUST</bcp14> ensure that it is
not earlier than the current time. If the current time on the client
is later than the time specified in the nextUpdate field, the client
<bcp14>MUST</bcp14> reject the response as stale. Clients <bcp14>MAY</bcp14> allow configuration
of a small tolerance period for acceptance of responses after
nextUpdate to handle minor clock differences relative to responders
and caches. This tolerance period should be chosen based on the
accuracy and precision of time synchronization technology available
to the calling application environment. For example, Internet peers
with low latency connections typically expect NTP time
synchronization to keep them accurate within parts of a second;
higher latency environments or where an NTP analogue is not available
may have to be more liberal in their tolerance.</t>
      <t>See the security considerations in <xref target="sec-cons"/> for additional details
on replay and man-in-the-middle attacks.</t>
    </section>
    <section anchor="transport">
      <name>Transport Profile</name>
      <t>The OCSP responder <bcp14>MUST</bcp14> support requests and responses over HTTP.
When sending requests that are less than or equal to 255 bytes in
total (after encoding) including the scheme and delimiters (http://),
server name and base64-encoded OCSPRequest structure, clients <bcp14>MUST</bcp14>
use the GET method (to enable OCSP response caching). OCSP requests
larger than 255 bytes <bcp14>SHOULD</bcp14> be submitted using the POST method. In
all cases, clients <bcp14>MUST</bcp14> follow the descriptions in A.1 of <xref target="RFC6960"/>
when constructing these messages.</t>
      <t>When constructing a GET message, OCSP clients <bcp14>MUST</bcp14> base64-encode the
OCSPRequest structure according to <xref target="RFC4648"/>, section 3. Clients
<bcp14>MUST NOT</bcp14> include whitespace or any other characters that are not part of
the base64 character repertoire in the base64-encoded string. Clients
<bcp14>MUST</bcp14> properly URL-encode the base64-encoded OCSPRequest according to
<xref target="RFC3986"/>. OCSP clients <bcp14>MUST</bcp14> append the base64-encoded OCSPRequest
to the URI specified in the AIA extension <xref target="RFC5280"/>. For example:</t>
      <artwork><![CDATA[
    http://ocsp.example.com/MEowSDBGMEQwQjAKBggqhkiG9w0CBQQQ7sp6GTKpL2dA
    deGaW267owQQqInESWQD0mGeBArSgv%2FBWQIQLJx%2Fg9xF8oySYzol80Mbpg%3D%3D
]]></artwork>
      <t>In response to properly formatted OCSPRequests that are cachable
(i.e., responses that contain a nextUpdate value), the responder will
include the binary value of the DER encoding of the OCSPResponse
preceded by the following HTTP <xref target="RFC9110"/> and <xref target="RFC9111"/> headers.</t>
      <artwork><![CDATA[
    Content-type: application/ocsp-response
    Content-length: < OCSP response length >
    Last-modified: < producedAt HTTP-date >
    ETag: "< strong validator >"
    Expires: < nextUpdate HTTP-date >
    Cache-control: max-age=< n >, public, no-transform, must-revalidate
    Date: < current HTTP-date >
]]></artwork>
      <t>See <xref target="http-proxies"/> for details on the use of these headers.</t>
    </section>
    <section anchor="cache-recs">
      <name>Caching Recommendations</name>
      <t>The ability to cache OCSP responses throughout the network is an
important factor in high volume OCSP deployments. This section
discusses the recommended caching behavior of OCSP clients and HTTP
proxies and the steps that should be taken to minimize the number of
times that OCSP clients "hit the wire". In addition, the concept of
including OCSP responses in protocol exchanges (aka stapling or
piggybacking), such as has been defined in TLS, is also discussed.</t>
      <section anchor="caching-at-the-client">
        <name>Caching at the Client</name>
        <t>To minimize bandwidth usage, clients <bcp14>MUST</bcp14> locally cache authoritative
OCSP responses (i.e., a response with a signature that has been
successfully validated and that indicate an OCSPResponseStatus of
'successful').</t>
        <t>Most OCSP clients will send OCSPRequests at or near the nextUpdate
time (when a cached response expires). To avoid large spikes in
responder load that might occur when many clients refresh cached
responses for a popular certificate, responders <bcp14>MAY</bcp14> indicate when the
client should fetch an updated OCSP response by using the cache-
control:max-age directive. Clients <bcp14>SHOULD</bcp14> fetch the updated OCSP
Response on or after the max-age time. To ensure that clients
receive an updated OCSP response, OCSP responders <bcp14>MUST</bcp14> refresh the
OCSP response before the max-age time.</t>
      </section>
      <section anchor="http-proxies">
        <name>HTTP Proxies</name>
        <t>The responder <bcp14>SHOULD</bcp14> set the HTTP headers of the OCSP response in
such a way as to allow for the intelligent use of intermediate HTTP
proxy servers. See <xref target="RFC9110"/> and <xref target="RFC9111"/> for the full definition
of these headers and the proper format of any date and time values.</t>
        <table anchor="http-headers">
          <name>HTTP Headers</name>
          <thead>
            <tr>
              <th align="left">HTTP Header</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Date</td>
              <td align="left">The date and time at which the OCSP server generated the HTTP response.</td>
            </tr>
            <tr>
              <td align="left">Last-Modified</td>
              <td align="left">This value specifies the date and time at which the OCSP responder last modified the response. This date and time will be the same as the thisUpdate timestamp in the request itself.</td>
            </tr>
            <tr>
              <td align="left">Expires</td>
              <td align="left">Specifies how long the response is considered fresh. This date and time will be the same as the nextUpdate timestamp in the OCSP response itself.</td>
            </tr>
            <tr>
              <td align="left">ETag</td>
              <td align="left">A string that identifies a particular version of the associated data. This profile RECOMMENDS that the ETag value be the ASCII HEX representation of the SHA-256 hash of the OCSPResponse structure.</td>
            </tr>
            <tr>
              <td align="left">Cache-Control</td>
              <td align="left">Contains a number of caching directives. <br/> * max-age = &lt; n &gt; -where n is a time value later than thisUpdate but earlier than nextUpdate. <br/> * public -makes normally uncachable response cachable by both shared and nonshared caches. <br/> * no-transform -specifies that a proxy cache cannot change the type, length, or encoding of the object content. <br/> * must-revalidate -prevents caches from intentionally returning stale responses.</td>
            </tr>
          </tbody>
        </table>
        <t>OCSP responders <bcp14>MUST NOT</bcp14> include a "Pragma: no-cache", "Cache-
Control: no-cache", or "Cache-Control: no-store" header in
authoritative OCSP responses.</t>
        <t>OCSP responders <bcp14>SHOULD</bcp14> include one or more of these headers in non-
authoritative OCSP responses.</t>
        <t>For example, assume that an OCSP response has the following timestamp
values:</t>
        <artwork><![CDATA[
    thisUpdate = March 19, 2023 01:00:00 GMT
    nextUpdate = March 21, 2023 01:00:00 GMT
    productedAt = March 19, 2023 01:00:00 GMT
]]></artwork>
        <t>and that an OCSP client requests the response on March 20, 2023 01:00:00
GMT. In this scenario, the HTTP response may look like this:</t>
        <artwork><![CDATA[
    Content-Type: application/ocsp-response
    Content-Length: 1000
    Date: Mon, 20 Mar 2023 01:00:00 GMT
    Last-Modified: Sun, 19 Mar 2023 01:00:00 GMT
    ETag: "97df3588b5a3f24babc3851b372f0ba71a9dcdded43b14b9d06961bfc1707d9d"
    Expires: Tue, 21 Mar 2023 01:00:00 GMT
    Cache-Control: max-age=86000,public,no-transform,must-revalidate
    <...>
]]></artwork>
        <t>OCSP clients <bcp14>MUST NOT</bcp14> include a no-cache header in OCSP request
messages, unless the client encounters an expired response which may
be a result of an intermediate proxy caching stale data. In this
situation, clients <bcp14>SHOULD</bcp14> resend the request specifying that proxies
should be bypassed by including an appropriate HTTP header in the
request (i.e., Pragma: no-cache or Cache-Control: no-cache).</t>
      </section>
      <section anchor="caching-at-servers">
        <name>Caching at Servers</name>
        <t>In some scenarios, it is advantageous to include OCSP response
information within the protocol being utilized between the client and
server. Including OCSP responses in this manner has a few attractive
effects.</t>
        <t>First, it allows for the caching of OCSP responses on the server,
thus lowering the number of hits to the OCSP responder.</t>
        <t>Second, it enables certificate validation in the event the client is
not connected to a network and thus eliminates the need for clients
to establish a new HTTP session with the responder.</t>
        <t>Third, it reduces the number of round trips the client needs to make
in order to complete a handshake.</t>
        <t>Fourth, it simplifies the client-side OCSP implementation by enabling
a situation where the client need only the ability to parse and
recognize OCSP responses.</t>
        <t>This functionality has been specified as an extension to the TLS
<xref target="I-D.ietf-tls-rfc8446bis"/> protocol in
<xref section="4.4.2" sectionFormat="of" target="I-D.ietf-tls-rfc8446bis"/>,
but can be applied to any client-server protocol.</t>
        <t>This profile RECOMMENDS that both TLS clients and servers implement
the certificate status request extension mechanism for TLS.</t>
        <t>Further information regarding caching issues can be obtained
from <xref target="RFC3143"/>.</t>
      </section>
    </section>
    <section anchor="sec-cons">
      <name>Security Considerations</name>
      <t>The following considerations apply in addition to the security
considerations addressed in <xref section="5" sectionFormat="of" target="RFC6960"/>.</t>
      <section anchor="replay-attacks">
        <name>Replay Attacks</name>
        <t>Because the use of nonces in this profile is optional, there is a
possibility that an out of date OCSP response could be replayed, thus
causing a client to accept a good response when in fact there is a
more up-to-date response that specifies the status of revoked. In
order to mitigate this attack, clients <bcp14>MUST</bcp14> have access to an
accurate source of time and ensure that the OCSP responses they
receive are sufficiently fresh.</t>
        <t>Clients that do not have an accurate source of date and time are
vulnerable to service disruption. For example, a client with a
sufficiently fast clock may reject a fresh OCSP response. Similarly
a client with a sufficiently slow clock may incorrectly accept
expired valid responses for certificates that may in fact be revoked.</t>
        <t>Future versions of the OCSP protocol may provide a way for the client
to know whether the server supports nonces or does not support
nonces. If a client can determine that the server supports nonces,
it <bcp14>MUST</bcp14> reject a reply that does not contain an expected nonce.
Otherwise, clients that opt to include a nonce in the request <bcp14>SHOULD
NOT</bcp14> reject a corresponding OCSPResponse solely on the basis of the
nonexistent expected nonce, but <bcp14>MUST</bcp14> fall back to validating the
OCSPResponse based on time.</t>
      </section>
      <section anchor="man-in-the-middle-attacks">
        <name>Man-in-the-Middle Attacks</name>
        <t>To mitigate risk associated with this class of attack, the client
must properly validate the signature on the response.</t>
        <t>The use of signed responses in OCSP serves to authenticate the
identity of the OCSP responder and to verify that it is authorized to
sign responses on the CA's behalf.</t>
        <t>Clients <bcp14>MUST</bcp14> ensure that they are communicating with an authorized
responder by the rules described in <xref section="4.2.2.2" sectionFormat="of" target="RFC6960"/>.</t>
      </section>
      <section anchor="impersonation-attacks">
        <name>Impersonation Attacks</name>
        <t>The use of signed responses in OCSP serves to authenticate the
identity of OCSP responder.</t>
        <t>As detailed in <xref target="RFC6960"/>, clients must properly validate the signature
of the OCSP response and the signature on the OCSP response signer
certificate to ensure an authorized responder created it.</t>
      </section>
      <section anchor="denial-of-service-attacks">
        <name>Denial-of-Service Attacks</name>
        <t>OCSP responders should take measures to prevent or mitigate denial-
of-service attacks. As this profile specifies the use of unsigned
OCSPRequests, access to the responder may be implicitly given to
everyone who can send a request to a responder, and thus the ability
to mount a denial-of-service attack via a flood of requests may be
greater. For example, a responder could limit the rate of incoming
requests from a particular IP address if questionable behavior is
detected.</t>
      </section>
      <section anchor="modification-of-http-headers">
        <name>Modification of HTTP Headers</name>
        <t>Values included in HTTP headers, as described in <xref target="transport"/>
and <xref target="cache-recs"/>,
are not cryptographically protected; they may be manipulated by an
attacker. Clients <bcp14>SHOULD</bcp14> use these values for caching guidance only
and ultimately <bcp14>SHOULD</bcp14> rely only on the values present in the signed
OCSPResponse. Clients <bcp14>SHOULD NOT</bcp14> rely on cached responses beyond the
nextUpdate time.</t>
      </section>
      <section anchor="request-authentication-and-authorization">
        <name>Request Authentication and Authorization</name>
        <t>The suggested use of unsigned requests in this environment removes an
option that allows the responder to determine the authenticity of
incoming request. Thus, access to the responder may be implicitly
given to everyone who can send a request to a responder.
Environments where explicit authorization to access the OCSP
responder is necessary can utilize other mechanisms to authenticate
requestors or restrict or meter service.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC6960">
          <front>
            <title>X.509 Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP</title>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="M. Myers" initials="M." surname="Myers">
              <organization/>
            </author>
            <author fullname="R. Ankney" initials="R." surname="Ankney">
              <organization/>
            </author>
            <author fullname="A. Malpani" initials="A." surname="Malpani">
              <organization/>
            </author>
            <author fullname="S. Galperin" initials="S." surname="Galperin">
              <organization/>
            </author>
            <author fullname="C. Adams" initials="C." surname="Adams">
              <organization/>
            </author>
            <date month="June" year="2013"/>
            <abstract>
              <t>This document specifies a protocol useful in determining the current status of a digital certificate without requiring Certificate Revocation Lists (CRLs). Additional mechanisms addressing PKIX operational requirements are specified in separate documents.  This document obsoletes RFCs 2560 and 6277.  It also updates RFC 5912.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6960"/>
          <seriesInfo name="DOI" value="10.17487/RFC6960"/>
        </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="RFC5019">
          <front>
            <title>The Lightweight Online Certificate Status Protocol (OCSP) Profile for High-Volume Environments</title>
            <author fullname="A. Deacon" initials="A." surname="Deacon">
              <organization/>
            </author>
            <author fullname="R. Hurst" initials="R." surname="Hurst">
              <organization/>
            </author>
            <date month="September" year="2007"/>
            <abstract>
              <t>This specification defines a profile of the Online Certificate Status Protocol (OCSP) that addresses the scalability issues inherent when using OCSP in large scale (high volume) Public Key Infrastructure (PKI) environments and/or in PKI environments that require a lightweight solution to minimize communication bandwidth and client-side processing.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5019"/>
          <seriesInfo name="DOI" value="10.17487/RFC5019"/>
        </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="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson">
              <organization/>
            </author>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes.  It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="L. Masinter" initials="L." surname="Masinter">
              <organization/>
            </author>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </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="RFC9111">
          <front>
            <title>HTTP Caching</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 defines HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages. </t>
              <t>This document obsoletes RFC 7234.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="98"/>
          <seriesInfo name="RFC" value="9111"/>
          <seriesInfo name="DOI" value="10.17487/RFC9111"/>
        </reference>
        <reference anchor="I-D.ietf-tls-rfc8446bis">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="Eric Rescorla" initials="E." surname="Rescorla">
              <organization>Mozilla</organization>
            </author>
            <date day="26" month="March" year="2023"/>
            <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.

   This document updates RFCs 5705, 6066, 7627, and 8422 and obsoletes
   RFCs 5077, 5246, 6961, and 8446.  This document also specifies new
   requirements for TLS 1.2 implementations.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tls-rfc8446bis-07"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="OCSPMP">
          <front>
            <title>OCSP Mobile Profile V1.0</title>
            <author>
              <organization>Open Mobile Alliance</organization>
            </author>
            <date/>
          </front>
          <seriesInfo name="www.openmobilealliance.org" value=""/>
        </reference>
        <reference anchor="RFC3143">
          <front>
            <title>Known HTTP Proxy/Caching Problems</title>
            <author fullname="I. Cooper" initials="I." surname="Cooper">
              <organization/>
            </author>
            <author fullname="J. Dilley" initials="J." surname="Dilley">
              <organization/>
            </author>
            <date month="June" year="2001"/>
            <abstract>
              <t>This document catalogs a number of known problems with World Wide Web (WWW) (caching) proxies and cache servers.  The goal of the document is to provide a discussion of the problems and proposed workarounds, and ultimately to improve conditions by illustrating problems.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3143"/>
          <seriesInfo name="DOI" value="10.17487/RFC3143"/>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors of this version of the document wish to thank Alex Deacon
and Ryan Hurst for all of their work to produce the original version
of the OCSP protocol.</t>
      <t>The authors of this version of the document wish to thank
Russ Housley for the feedback and suggestions.</t>
      <t>The authors wish to thank Magnus Nystrom of RSA Security, Inc.,
Jagjeet Sondh of Vodafone Group R&amp;D, and David Engberg of CoreStreet,
Ltd. for their contributions to the original <xref target="RFC5019"/> specification.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
Q1J7xRydHJDbAd1h/Shr5k8qq9CVOHLMBITTOzV8YiekxjOxPC4rLkJx/eYK
E/IX07NZabrltKss3pz8/OnTZ4sSU4NeO6jyfiUliqezp7NjpPL9b/J9otj5
uJAGMpEPn6yYSoTm7wyVvdwH6gmUwoKTRJ2EsIH2atTGxQkeZ5ECCXxrDQkj
DIzcRmYPeqlDW7vTSXcvAm+uWXR0f6Ei2Pn58//C8sbR0yfczK59t/xpWtX8
/MCXNDkrEPDSoP5JV0zxSYrCn4OKC6Zq+IJcXyfN9Y5rXyHHBverfOSK6Zxr
o3E7kM8Bcw+Tt2uOPXRLFMtcfBOl2jSgtU6GBUphihfPn2bDAyKwVfE0XLrl
Oxl6q3AVXHgLjXyuA01jZ1nsPfe2limCu7+5tcxfZnhRK28b1kD2FXcl4tBE
rEFuc9RzdV9DEont8MbFUWbc7FTcsWZ7OZuPl4269rV93T+8jL0NX4P8RWvU
XV9hckS6raQhGbO+bU+cHTQpeF5wKlali8KcBzdqIKT1bVOcQkv2hzcpSxOo
GoyZbtRSj4kfE9w6H47A24FJFnwPZHx812U7k/ZX3+DkBGVhPKtR7SmjLDmH
NPXmLSC+7U4/cvrN+2q5cY0v3USBJCMSvHQ4vC/K1ES3E8h33Ill+TIYRxU0
MfHV1iIu+0ed4OUvcR9PRlq1cwJi/G277qx52pE2U++60SUmX+6a02nXnPoP
dc3puGtO/eauOZ12zaWt4MOuOTB7l6E75JK7Q7wFvI7UvS3tbZx6CpcU5RV8
TBBdjEEkB9SJ6mu1Xzrm7jvKroPJHR2ZcsEGMd6f4sP8hrukVXEija8Z35OT
zOq0/du1oKUHFqkBfYw1T+cPLRXMquWwDXBgyXZyq+963dcUqAJD3Bm8MFNU
2JCKcNsj/kxucovhxjH+b4/7uljjVcXgg+i5wMP/OlKOYPPcSq10z2F7pzS/
RgLU3vy+rzUOBSV9jHaVHreNGpNjUkcikLeGT5zJbT1npi6zClu5r8T0ewIO
E0ru8i9sTF+bTO6nxI4EDgowu+SUpuBhYX9T51Jc65WeW31vo/HoyGByZdsk
cq5pi4K0rRI4z0t0DquS79NXeJnZrqHbQBuypRQCJ5310T0rkxCyREAczfoa
o3e6XcJRLN0ZXYAPvq5CYEIgQtJFvDa1Isq3I38a8Yboy7d40/bkDgv0eWu+
ziQ+8pmkyi/eO8SHB2HoMYRllMt1Re4Sr0nsyJCKBaQsT+4T4HGuUyk+mK7j
qxbi2tRkdBlochOm4vpRfAJwolxLUt7uNl2zarPNjbQxooellf2RLYgwFALo
EquVct8OIioiNtJxUDUUxGr9sbOlXGqE5mfVg/ZR02mNgAOW1lfgCWBcmNsn
R8gTBXck4wx6oRO5dGBmzwEOd1HtoOSLNnTXsIarQQ3FwXEWzHkwSe665rmo
dBb+hIbtVys+rT0+bCvS4lB71MspB4Cpy0IumGGczgmIVLlGf1rDG0u2j8oJ
qJsSKzP9b9FW5bRV/zZtnanz8f3rABZoWG8AfSOsW8/N6KwZNrD6u7NwWkkB
SWtdegIj9hXhTjQCdDBi15Y5G0OkWXTED/8CyvztfBADDq8d51vV+Un5qxUz
+ZswiHNwlHmOEBN8z4q2rT6fcMrDFN8e0J+bOXDNN0SAcB51UE/zc24x6UJc
yupbPa/MJ/ALWY6X5ADxP+6AHq97PM9CDQR46TANULaaj7U1rkGKKzZtuSqx
KVemU/uQ9Ow/sUL1sQcuvm56W5kAwJfGFIQE+fZe0gqhXjxTutfLbFWDqX+7
w+6tNYGLq7kP1/nPIk3Un7PV340BcAvCQlXBvzZFtkQpfYV/CUp//J9n7DfO
wNAW+rxeATcobYd/4umqa+HliXrTQUQpqy1bguDuGKXXEU+76PqU4f3K/w8h
1Ax/X2sAAA==

-->

</rfc>
