Overview
Request 789672 accepted
- update to upstream release 0.7.0
* Allow to use JWKSet on a JWT with no KID
* Fixed JWE jose_header
* Added JWE/JWS custom registry header implementation
* RFC 8037 - Support for Ed25519, Ed448
* Stricter OKP key generation parms check
* Add X25519/X448 support
* Simplify internal code curve selection
* Fix encoding length of EC keys Coordinates
* Add the ability to verify 'none' signatures
* Import ABC from collections.abc instead of collections for Python 3.9 compatibility
Request History
stroeder created request
- update to upstream release 0.7.0
* Allow to use JWKSet on a JWT with no KID
* Fixed JWE jose_header
* Added JWE/JWS custom registry header implementation
* RFC 8037 - Support for Ed25519, Ed448
* Stricter OKP key generation parms check
* Add X25519/X448 support
* Simplify internal code curve selection
* Fix encoding length of EC keys Coordinates
* Add the ability to verify 'none' signatures
* Import ABC from collections.abc instead of collections for Python 3.9 compatibility
scarabeus_iv accepted request
thanks