-
Notifications
You must be signed in to change notification settings - Fork 108
Specify some normalization rules for URIs #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -457,7 +457,7 @@ | |
|
||
<meta name="dct.creator" content="Thomas, S., Reginelli, R., and A. Hope-Bailie" /> | ||
<meta name="dct.identifier" content="urn:ietf:id:draft-thomas-crypto-conditions-02" /> | ||
<meta name="dct.issued" scheme="ISO8601" content="2017-1-08" /> | ||
<meta name="dct.issued" scheme="ISO8601" content="2017-1-16" /> | ||
<meta name="dct.abstract" content="The crypto-conditions specification defines a set of encoding formats and data structures for " /> | ||
<meta name="description" content="The crypto-conditions specification defines a set of encoding formats and data structures for " /> | ||
|
||
|
@@ -481,12 +481,12 @@ | |
<td class="right">A. Hope-Bailie</td> | ||
</tr> | ||
<tr> | ||
<td class="left">Expires: July 12, 2017</td> | ||
<td class="left">Expires: July 20, 2017</td> | ||
<td class="right">Ripple</td> | ||
</tr> | ||
<tr> | ||
<td class="left"></td> | ||
<td class="right">January 08, 2017</td> | ||
<td class="right">January 16, 2017</td> | ||
</tr> | ||
|
||
|
||
|
@@ -512,7 +512,7 @@ <h1 id="rfc.status"> | |
<p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> | ||
<p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at http://datatracker.ietf.org/drafts/current/.</p> | ||
<p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."</p> | ||
<p>This Internet-Draft will expire on July 12, 2017.</p> | ||
<p>This Internet-Draft will expire on July 20, 2017.</p> | ||
<h1 id="rfc.copyrightnotice"> | ||
<a href="#rfc.copyrightnotice">Copyright Notice</a> | ||
</h1> | ||
|
@@ -1211,7 +1211,9 @@ <h1 id="rfc.section.9.2.1"><a href="#rfc.section.9.2.1">9.2.1.</a> <a href="#par | |
<h1 id="rfc.section.9.2.2"><a href="#rfc.section.9.2.2">9.2.2.</a> <a href="#parameter-cost-cost" id="parameter-cost-cost">Parameter: Cost (cost)</a></h1> | ||
<p id="rfc.section.9.2.2.p.1">The cost parameter is the cost of the condition that is represented by the URI.</p> | ||
<h1 id="rfc.section.9.2.3"><a href="#rfc.section.9.2.3">9.2.3.</a> <a href="#parameter-subtypes-subtypes" id="parameter-subtypes-subtypes">Parameter: Subtypes (subtypes)</a></h1> | ||
<p id="rfc.section.9.2.3.p.1">The subtypes parameter indicates the types of conditions that are subtypes of the condition represented by the URI. The value MUST be a comma seperated list of names from the <a href="#crypto-conditions-type-registry">Crypto-Condition Type Registry</a> <cite title="NONE">[crypto-conditions-type-registry]</cite> and SHOULD not include the type of the root crypto-condition. i.e. The value of the fpt paramtere should not appear in the list of types provided as the value of the subtypes parameter.</p> | ||
<p id="rfc.section.9.2.3.p.1">The subtypes parameter indicates the types of conditions that are subtypes of the condition represented by the URI. The value MUST be a comma seperated list of names from the <a href="#crypto-conditions-type-registry">Crypto-Condition Type Registry</a> <cite title="NONE">[crypto-conditions-type-registry]</cite>.</p> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
<p id="rfc.section.9.2.3.p.2">The list MUST exclude the type of the root crypto-condition. i.e. The value of the fpt parameter should not appear in the list of types provided as the value of the subtypes parameter.</p> | ||
<p id="rfc.section.9.2.3.p.3">The list MUST be ordered by the type id value of each type, in ascending order. i.e. preimage-sha-256 MUST appear before prefix-sha-256.</p> | ||
<h1 id="rfc.section.10"><a href="#rfc.section.10">10.</a> <a href="#example-condition" id="example-condition">Example Condition</a></h1> | ||
<p id="rfc.section.10.p.1">An example condition (PREIMAGE-SHA-256):</p> | ||
<pre> | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to be draft-03 now, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct! I actually think we should move this whole spec to it's own repo to allow it to be tagged before merging any more changes.
See #148