You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,10 @@
9
9
10
10
Python CWT is a CBOR Web Token (CWT) and CBOR Object Signing and Encryption (COSE)
11
11
implementation compliant with:
12
+
-[RFC9052: CBOR Object Signing and Encryption (COSE): Structures and Process](https://www.rfc-editor.org/rfc/rfc9052.html)
13
+
-[RFC9053: CBOR Object Signing and Encryption (COSE): Initial Algorithms](https://www.rfc-editor.org/rfc/rfc9053.html)
14
+
-[RFC9338: CBOR Object Signing and Encryption (COSE): Countersignatures](https://www.rfc-editor.org/rfc/rfc9338.html)
12
15
-[RFC8392: CWT (CBOR Web Token)](https://tools.ietf.org/html/rfc8392)
13
-
-[RFC8152: COSE (CBOR Object Signing and Encryption)](https://tools.ietf.org/html/rfc8152)
14
16
- and related various specifications. See [Referenced Specifications](#referenced-specifications).
15
17
16
18
It is designed to make users who already know about [JWS](https://tools.ietf.org/html/rfc7515)/[JWE](https://tools.ietf.org/html/rfc7516)/[JWT](https://tools.ietf.org/html/rfc7519)
@@ -1656,11 +1658,14 @@ See [Documentation](https://python-readthedocs.io/en/stable/algorithms.html).
1656
1658
1657
1659
Python CWT is (partially) compliant with following specifications:
1658
1660
1659
-
-[RFC8152: CBOR Object Signing and Encryption (COSE)](https://tools.ietf.org/html/rfc8152)
1660
-
-[RFC8230: Using RSA Algorithms with COSE Messages](https://tools.ietf.org/html/rfc8230)
1661
-
-[RFC8392: CBOR Web Token (CWT)](https://tools.ietf.org/html/rfc8392)
1662
-
-[RFC8747: Proof-of-Possession Key Semantics for CBOR Web Tokens (CWTs)](https://tools.ietf.org/html/rfc8747)
1661
+
-[RFC9052: CBOR Object Signing and Encryption (COSE): Structures and Process](https://www.rfc-editor.org/rfc/rfc9052.html)
1662
+
-[RFC9053: CBOR Object Signing and Encryption (COSE): Initial Algorithms](https://www.rfc-editor.org/rfc/rfc9053.html)
1663
+
-[RFC9338: CBOR Object Signing and Encryption (COSE): Countersignatures](https://www.rfc-editor.org/rfc/rfc9338.html)
1663
1664
-[RFC8812: COSE and JOSE Registrations for Web Authentication (WebAuthn) Algorithms](https://tools.ietf.org/html/rfc8812)
1665
+
-[RFC8747: Proof-of-Possession Key Semantics for CBOR Web Tokens (CWTs)](https://tools.ietf.org/html/rfc8747)
1666
+
-[RFC8392: CWT (CBOR Web Token)](https://tools.ietf.org/html/rfc8392)
1667
+
-[RFC8230: Using RSA Algorithms with COSE Messages](https://tools.ietf.org/html/rfc8230)
1668
+
-[RFC8152: CBOR Object Signing and Encryption (COSE)](https://tools.ietf.org/html/rfc8152)
1664
1669
-[Electronic Health Certificate Specification](https://github.com/ehn-dcc-development/hcert-spec/blob/main/hcert_spec.md)
1665
1670
-[Technical Specifications for Digital Green Certificates Volume 1](https://ec.europa.eu/health/sites/default/files/ehealth/docs/digital-green-certificates_v1_en.pdf)
0 commit comments