Releases: TimothyClaeys/pycose
Releases · TimothyClaeys/pycose
v1.0.1
v1.0.0
This marks the first official release of pycose.
Only two small bug fixes where added since v0.9.dev8.
The main update is that the module was renamed to pycose (in line with the name of the Github repository hosting the code). Imports will now be in the form of import pycose... instead of import cose.
I've also regained control over the pycose package account on PyPi and all future release will be uploaded to that account. The cose package on PyPi will be deprecated and will no longer receive any updates (the package will remain on PyPi).
What's Changed
- Remove redundant decoding step @panzi in #71
- Do not strip signature of already signed COSE_Sign1 message by @letmaik in #83
New Contributors
Full Changelog: v0.9.dev8...v1.0.0
v0.9.dev8
Updates for release 0.9.dev8
- Proper handling of custom COSE attributes
- Bug fix for COSE attribute value types.
Release v0.9.dev7 on PyPi
Fixes a circular dependency and expands the documentation
Release v0.9.dev6 on PyPi
Adds support for the COSE RSA key and associated operations.
Release v0.9.dev5 on PyPi
- Bug fixes
- Add additional checks on COSE keys
- Fixes issues with X509 extension
- Allow for unknown key attributes
- Updating docs
Release v0.9.dev4 on PyPi
Merge pull request #55 from TimothyClaeys/develop Develop: merge in bug fixes