- Add support for x5c. `174 <https://github.com/dajiaji/python-cwt/pull/174>`__
1.3.2
--------------
Released 2021-08-09
- Add support for byte-formatted kid on from_jwk(). `165 <https://github.com/dajiaji/python-cwt/pull/165>`__ - Add sample of EUDCC verifier. `160 <https://github.com/dajiaji/python-cwt/pull/160>`__
1.3.1
--------------
Released 2021-07-07
- Fix docstring for CWT, COSE, etc. `158 <https://github.com/dajiaji/python-cwt/pull/158>`__ - Add PS256 support for hcert. `156 <https://github.com/dajiaji/python-cwt/pull/156>`__
1.3.0
--------------
Released 2021-07-03
- Add helper for hcert. `154 <https://github.com/dajiaji/python-cwt/pull/154>`__
1.2.0
--------------
Released 2021-07-01
- Disable access to CWT property for global CWT instance (cwt). `153 <https://github.com/dajiaji/python-cwt/pull/153>`__ - Fix kid verification for recipient. `152 <https://github.com/dajiaji/python-cwt/pull/152>`__ - Change default setting of verify_kid to True for CWT. `150 <https://github.com/dajiaji/python-cwt/pull/150>`__ - Add setter/getter for each setting to COSE/CWT. `150 <https://github.com/dajiaji/python-cwt/pull/150>`__ - Fix type of parameter for COSE constructor. `149 <https://github.com/dajiaji/python-cwt/pull/149>`__ - Add verify_kid option to COSE. `148 <https://github.com/dajiaji/python-cwt/pull/148>`__ - Fix kid verification. `148 <https://github.com/dajiaji/python-cwt/pull/148>`__ - Add support for hcert. `147 <https://github.com/dajiaji/python-cwt/pull/147>`__
1.1.0
--------------
Released 2021-06-27
- Add context support to Recipient.from_jwk(). `144 <https://github.com/dajiaji/python-cwt/pull/144>`__ - Disable auto salt generation in the case of ECDH-ES. `143 <https://github.com/dajiaji/python-cwt/pull/143>`__ - Add support for auto salt generation. `142 <https://github.com/dajiaji/python-cwt/pull/142>`__ - Add salt parameter to RecipientInterface.apply(). `142 <https://github.com/dajiaji/python-cwt/pull/142>`__ - Remove alg parameter from RecipientInterface.apply(). `141 <https://github.com/dajiaji/python-cwt/pull/141>`__