<?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.7.2 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lamps-rfc5019bis-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title abbrev="RFC5019bis">Updates to Lightweight OCSP Profile for High Volume Environments</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc5019bis-00"/>
    <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="伊藤忠彦" asciiFullname="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="November" day="06"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 48?>

<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>
    <?line 54?>

<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>
          <t>OCSP response pre-production and distribution.</t>
        </li>
        <li>
          <t>Reduced OCSP message size to lower bandwidth usage.</t>
        </li>
        <li>
          <t>Response message caching both in the network and on the client.</t>
        </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>
          <t><xref target="certid"/> requires new OCSP clients to use SHA-256 to
support migration for OCSP clients.</t>
        </li>
        <li>
          <t><xref target="byKey"/> requires new OCSP responders to use the byKey field,
and support migration from byName fields.</t>
        </li>
        <li>
          <t><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.</t>
        </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>
      <?line -18?>

</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. For instance, ResponseData.responses of OCSPResponses
that conform to this profile <bcp14>MAY</bcp14> include two SingleResponse
with SHA-1 and SHA-256 certID of the same certificate.</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 anchor="sec-normative-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"/>
            <author fullname="M. Myers" initials="M." surname="Myers"/>
            <author fullname="R. Ankney" initials="R." surname="Ankney"/>
            <author fullname="A. Malpani" initials="A." surname="Malpani"/>
            <author fullname="S. Galperin" initials="S." surname="Galperin"/>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <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"/>
            <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"/>
            <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"/>
            <author fullname="R. Hurst" initials="R." surname="Hurst"/>
            <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"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <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"/>
            <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"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <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"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <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"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <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>Windy Hill Systems, LLC</organization>
            </author>
            <date day="7" month="July" 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-09"/>
        </reference>
      </references>
      <references anchor="sec-informative-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"/>
            <author fullname="J. Dilley" initials="J." surname="Dilley"/>
            <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>
    <?line 637?>

<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 and Rob Stradling 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.
Listed organizational affiliations reflect the author’s affiliation
at the time of RFC5019 was published.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
fwNdSqfczWwAAA==

-->

</rfc>
