Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ubamrein authored Jun 9, 2021
1 parent c681d89 commit b1d5ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This repo contains code to study CWTs. We use `serde_cbor` for deserializing and follow the [CWT](https://tools.ietf.org/html/rfc8392#page-5) specification.

We check our implementation with the samples from the RFC and also parse the example data found [here](https://github.com/eu-digital-green-certificates/dgc-testdata). Sadly, currently the CWT on the `dgc-testdata` `README` uses a SHA1 algorithm, which we won't support and should not be supported according to the (Digital Green Certificates outline)[https://ec.europa.eu/health/sites/health/files/ehealth/docs/digital-green-certificates_v1_en.pdf] c.f. Section 3.3.2.
We use this implementation for an online hcert viewer and signature verifier for debugging purposes. Further, we use this to generate custom weird and broken hcerts to verify that decoding issues are caught.

0 comments on commit b1d5ee6

Please sign in to comment.