Skip to content

Commit

Permalink
Expect-CT: Fix RFC6962-bis section reference
Browse files Browse the repository at this point in the history
  • Loading branch information
estark37 committed Jun 4, 2018
1 parent 68e30c4 commit 5ca7c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-httpbis-expect-ct.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ of JSON objects. The SCTs may appear in any order. Each JSON object in the array
has the following keys:
* A "version" key, with an integer value. The UA MUST set this value to `1` if
the SCT is in the format defined in Section 3.2 of {{!RFC6962}} and `2` if
it is in the format defined in Section 4.6 of
it is in the format defined in Section 4.5 of
{{!I-D.ietf-trans-rfc6962-bis}}.
* The "status" key, with a string value that the UA MUST set to one of the
following values: "unknown" (indicating that the UA does not have or does
Expand All @@ -478,7 +478,7 @@ has the following keys:
serialized `SignedCertificateTimestamp` structure from Section 3.2 of
{{!RFC6962}}. If the value of the "version" key is `2`, the UA MUST set this
value to the base64 encoded {{!RFC4648}} serialized `TransItem` structure
representing the SCT, as defined in Section 4.6 of
representing the SCT, as defined in Section 4.5 of
{{!I-D.ietf-trans-rfc6962-bis}}.

* "failure-mode": the value indicates whether the Expect-CT report was triggered
Expand Down

0 comments on commit 5ca7c4e

Please sign in to comment.