diff --git a/README.md b/README.md index e9ead8e..9c0a021 100644 --- a/README.md +++ b/README.md @@ -96,17 +96,18 @@ const verified = await verifier.verify({ }); ``` -## IETF +### COSE RFCs -### RFCs +- [RFC9360 - Header Parameters for Carrying and Referencing X.509 Certificates](https://datatracker.ietf.org/doc/rfc9360/) +- [RFC9052 - Structures and Process](https://datatracker.ietf.org/doc/html/rfc9052) +- [RFC9053 - Initial Algorithms](https://datatracker.ietf.org/doc/html/rfc9053) -- [RFC9360 - CBOR Object Signing and Encryption (COSE): Header Parameters for Carrying and Referencing X.509 Certificates](https://datatracker.ietf.org/doc/rfc9360/) -- [RFC9052 - CBOR Object Signing and Encryption (COSE): Structures and Process](https://datatracker.ietf.org/doc/html/rfc9052) -- [RFC9053 - CBOR Object Signing and Encryption (COSE): Initial Algorithms](https://datatracker.ietf.org/doc/html/rfc9053) - -### Drafts +### COSE Drafts - [Concise Encoding of Signed Merkle Tree Proofs](https://datatracker.ietf.org/doc/draft-ietf-cose-merkle-tree-proofs/) + +### SCITT Drafts + - [An Architecture for Trustworthy and Transparent Digital Supply Chains](https://datatracker.ietf.org/doc/draft-ietf-scitt-architecture/) ## Develop