Skip to content

Commit

Permalink
V1 updates (cose-wg#8)
Browse files Browse the repository at this point in the history
* Rename for adoption

Rename for adoption.

* Changes for -01 draft

Add section for diffs from RFC 8152
Fix the last errata
Add back implementation status

* Correct reference errors

oops
  • Loading branch information
jimsch authored Feb 15, 2019
1 parent 26236a5 commit f354178
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 36 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ pulls.json
report.xml
venv/
lib
draft-schaad-cose-rfc8152bis-algs.xml
draft-schaad-cose-rfc8152bis-struct.xml
a.bat
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Discussion of this work occurs on the
([subscribe](https://www.ietf.org/mailman/listinfo/cose)). In addition to
contributions in github, you are encouraged to participate in discussions there.

**Note**: Some working groups adopt a policy whereby substantive discussion of
All substantive discussion of
technical issues needs to occur on the mailing list.

You might also like to familiarize yourself with other
Expand Down
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# COSE Drafts

This is the working area for individual Internet-Drafts.
This work is being done in the [COSE](https://datatracker.ietf.org/wg/cose/documents) working group.


## CBOR Algorithms for Object Signing and Encryption (COSE)

* [Editor's Copy](https://cose-wg.github.io/cose-rfc8152bis/#go.draft-schaad-cose-rfc8152bis-algs.html)
* [Individual Draft](https://tools.ietf.org/html/draft-schaad-cose-rfc8152bis-algs)
* [Compare Editor's Copy to Individual Draft](https://cose-wg.github.io/cose-rfc8152bis/#go.draft-schaad-cose-rfc8152bis-algs.diff)
* [Editor's Copy](https://cose-wg.github.io/cose-rfc8152bis/#go.draft-ietf-cose-rfc8152bis-algs.html)
* [Working Group Draft](https://tools.ietf.org/html/draft-ietf-cose-rfc8152bis-algs)
* [Compare Editor's Copy to Individual Draft](https://cose-wg.github.io/cose-rfc8152bis/#go.draft-ietf-cose-rfc8152bis-algs.diff)
* [Compare Editor's Copy to RFC8152](https://tools.ietf.org/rfcdiff?url1=https://www.rfc-editor.org/rfc/rfc8152.txt&url2=https://cose-wg.github.io/cose-rfc8152bis/draft-ietf-cose-rfc8152bis-struct.txt)

## CBOR Object Signing and Encryption (COSE) - Structures and Process

* [Editor's Copy](https://cose-wg.github.io/cose-rfc8152bis/#go.draft-schaad-cose-rfc8152bis-struct.html)
* [Individual Draft](https://tools.ietf.org/html/draft-schaad-cose-rfc8152bis-struct)
* [Compare Editor's Copy to Individual Draft](https://cose-wg.github.io/cose-rfc8152bis/#go.draft-schaad-cose-rfc8152bis-struct.diff)
* [Editor's Copy](https://cose-wg.github.io/cose-rfc8152bis/#go.draft-ietf-cose-rfc8152bis-struct.html)
* [Working Group Draft](https://tools.ietf.org/html/draft-ietf-cose-rfc8152bis-struct)
* [Compare Editor's Copy to Individual Draft](https://cose-wg.github.io/cose-rfc8152bis/#go.draft-ietf-cose-rfc8152bis-struct.diff)
* [Compare Editor's Copy to RFC8152](https://tools.ietf.org/rfcdiff?url1=https://www.rfc-editor.org/rfc/rfc8152.txt&url2=https://cose-wg.github.io/cose-rfc8152bis/draft-ietf-cose-rfc8152bis-algs.txt)

## Building the Draft

Expand All @@ -30,3 +33,6 @@ This requires that you have the necessary software installed. See

See the
[guidelines for contributions](https://github.com/cose-wg/cose-rfc8152bis/blob/master/CONTRIBUTING.md).

Note that all substantive discussions of issues need to be done on the IETF mailing list and not in the issue tracker.
The issue tracker is still a good place to open issues that need to be discussed.
6 changes: 6 additions & 0 deletions draft-ietf-cose-rfc8152bis-algs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
</t>
</section>

<section title="Changes from RFC8152">
<t>
TBD
</t>
</section>

<section title="Document Terminology" >
<t>In this document, we use the following terminology: </t>
<t>Byte is a synonym for octet.</t>
Expand Down
Loading

0 comments on commit f354178

Please sign in to comment.