14
0

Accepting request 789672 from home:stroeder:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/789672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-03-30 08:51:13 +00:00
committed by Git OBS Bridge
parent 407730aba5
commit a67a03d658
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Mar 30 08:15:59 UTC 2020 - Michael Ströder <michael@stroeder.com>
- 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
-------------------------------------------------------------------
Fri Mar 22 18:45:19 UTC 2019 - Michael Ströder <michael@stroeder.com>