Skip to content

Commit

Permalink
Added final versions of properties with anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman authored and msporny committed Aug 6, 2023
1 parent 0d8cd2d commit 9556abb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ <h3>Proofs</h3>
specified as an [[XMLSCHEMA11-2]] combined date and time string.
</dd>

<dt>expires</dt>
<dt><dfn class="lint-ignore">expires</dfn></dt>
<dd>
An OPTIONAL property that conveys the date and time that a proof expires and that, if present, MUST be
specified as an [[XMLSCHEMA11-2]] combined date and time string.
Expand Down Expand Up @@ -539,7 +539,7 @@ <h3>Proofs</h3>
in Section <a href="#proof-chains"></a>.
</dd>

<dt>nonce</dt>
<dt><dfn class="lint-ignore">nonce</dfn></dt>
<dd>
An OPTIONAL string value supplied by the proof creator. One use of this
field is to increase privacy by decreasing linkability that is the result
Expand Down
24 changes: 12 additions & 12 deletions vocab/security/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,18 @@ property:
domain: sec:Proof
range: xsd:string
defined_by: https://www.w3.org/TR/vc-data-integrity/#dfn-proofvalue

- id: expires
label: Proof expiration time
defined_by: https://www.w3.org/TR/vc-data-integrity/#dfn-expires
domain: sec:Proof
range: xsd:dateTime

- id: nonce
label: Nonce supplied by proof creator
defined_by: https://www.w3.org/TR/vc-data-integrity/#dfn-nonce
domain: sec:Proof
range: xsd:string

- id: authentication
label: Authentication method
Expand Down Expand Up @@ -250,18 +262,6 @@ property:
- label: RFC 7517
url: https://tools.ietf.org/html/rfc7517

- id: expires
label: Expiration time
range: xsd:dateTime
comment: The expiration time is typically associated with a <a href="#Key>`Key`</a> and specifies when the validity of the key will expire. <b><em>There is no URL yet in a VCWG document to <em>define</em> this term.</em></b>

- id: nonce
label: Nonce
# domain: sec:Signature
range: xsd:string
comment: |
This property is used in conjunction with the input to the signature hashing function in order to protect against replay attacks. Typically, receivers need to track all nonce values used within a certain time period in order to ensure that an attacker cannot merely re-send a compromised packet in order to execute a privileged request. <b><em>There is no URL yet in a VCWG document to <em>define</em> this term.</em></b>
- id: revoked
label: Revocation time
range: xsd:dateTime
Expand Down

0 comments on commit 9556abb

Please sign in to comment.