Cwt

Latest version: v2.8.0

Safety actively analyzes 688843 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 9

0.7.0

-------------

Released 2021-05-09

- Add support for bytes-formatted protected header. `73 <https://github.com/dajiaji/python-cwt/pull/73>`__
- Derive alg from kty and crv on from_jwk. `73 <https://github.com/dajiaji/python-cwt/pull/73>`__
- Add alg_auto_inclusion. `73 <https://github.com/dajiaji/python-cwt/pull/73>`__
- Move nonce generation from CWT to COSE. `73 <https://github.com/dajiaji/python-cwt/pull/73>`__
- Re-order arguments of COSE API. `73 <https://github.com/dajiaji/python-cwt/pull/73>`__
- Add support for COSE algorithm names for KeyBuilder.from_jwk. `72 <https://github.com/dajiaji/python-cwt/pull/72>`__
- Add tests based on COSE WG examples. `72 <https://github.com/dajiaji/python-cwt/pull/72>`__
- Move parameter auto-gen function from CWT to COSE. `72 <https://github.com/dajiaji/python-cwt/pull/72>`__
- Refine COSE API to make the type of payload parameter be bytes only. `71 <https://github.com/dajiaji/python-cwt/pull/71>`__
- Simplify samples on docs. `69 <https://github.com/dajiaji/python-cwt/pull/69>`__

0.6.1

-------------

Released 2021-05-08

- Add test for error handling of encoding/decoding. `67 <https://github.com/dajiaji/python-cwt/pull/67>`__
- Fix low level error message. `67 <https://github.com/dajiaji/python-cwt/pull/67>`__
- Add support for multiple aud. `65 <https://github.com/dajiaji/python-cwt/pull/65>`__
- Relax the condition of the acceptable private claim value. `64 <https://github.com/dajiaji/python-cwt/pull/64>`__
- Fix doc version. `63 <https://github.com/dajiaji/python-cwt/pull/63>`__

0.6.0

-------------

Released 2021-05-04

- Make decode accept multiple keys. `61 <https://github.com/dajiaji/python-cwt/pull/61>`__
- Add set_private_claim_names to ClaimsBuilder and CWT. `60 <https://github.com/dajiaji/python-cwt/pull/60>`__
- Add sample of CWT with user-defined claims to docs. `60 <https://github.com/dajiaji/python-cwt/pull/60>`__

0.5.0

-------------

Released 2021-05-04

- Make ClaimsBuilder return Claims. `56 <https://github.com/dajiaji/python-cwt/pull/56>`__
- Add support for JWK keyword of alg and key_ops. `55 <https://github.com/dajiaji/python-cwt/pull/55>`__
- Add from_jwk. `53 <https://github.com/dajiaji/python-cwt/pull/53>`__
- Add support for PoP key (cnf claim). `50 <https://github.com/dajiaji/python-cwt/pull/50>`__
- Add to_dict to COSEKey. `50 <https://github.com/dajiaji/python-cwt/pull/50>`__
- Add crv property to COSEKey. `50 <https://github.com/dajiaji/python-cwt/pull/50>`__
- Add key property to COSEKey. `50 <https://github.com/dajiaji/python-cwt/pull/50>`__
- Add support for RSASSA-PSS. `49 <https://github.com/dajiaji/python-cwt/pull/49>`__
- Add support for RSASSA-PKCS1-v1_5. `48 <https://github.com/dajiaji/python-cwt/pull/48>`__

0.4.0

-------------

Released 2021-04-30

- Add CWT.encode. `46 <https://github.com/dajiaji/python-cwt/pull/46>`__
- Fix bug on KeyBuilder.from_dict. `45 <https://github.com/dajiaji/python-cwt/pull/45>`__
- Add support for key_ops. `44 <https://github.com/dajiaji/python-cwt/pull/44>`__
- Add support for ChaCha20/Poly1305. `43 <https://github.com/dajiaji/python-cwt/pull/43>`__
- Make nonce optional for CWT.encode_and_encrypt. `42 <https://github.com/dajiaji/python-cwt/pull/42>`__
- Add support for AES-GCM (A128GCM, A192GCM and A256GCM). `41 <https://github.com/dajiaji/python-cwt/pull/41>`__
- Make key optional for KeyBuilder.from_symmetric_key. `41 <https://github.com/dajiaji/python-cwt/pull/41>`__

0.3.0

-------------

Released 2021-04-29

- Add docstring to COSE, KeyBuilder and more. `39 <https://github.com/dajiaji/python-cwt/pull/39>`__
- Add support for COSE_Encrypt structure. `36 <https://github.com/dajiaji/python-cwt/pull/36>`__
- Add support for COSE_Signature structure. `35 <https://github.com/dajiaji/python-cwt/pull/35>`__
- Change protected_header type from bytes to dict. `34 <https://github.com/dajiaji/python-cwt/pull/34>`__
- Add support for COSE_Mac structure. `32 <https://github.com/dajiaji/python-cwt/pull/32>`__
- Add test for CWT. `29 <https://github.com/dajiaji/python-cwt/pull/29>`__

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.