forked from pool/python-jwcrypto
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:
committed by
Git OBS Bridge
parent
407730aba5
commit
a67a03d658
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a87ac0922d09d9a65011f76d99849f1fbad3d95439c7452cebf4ab0871c2b665
|
||||
size 69208
|
||||
3
jwcrypto-0.7.tar.gz
Normal file
3
jwcrypto-0.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adbe1f6266cde35d40d5de6d1419612b3bd4c869b9332c88c9d7a9163d305100
|
||||
size 72291
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-jwcrypto
|
||||
Version: 0.6.0
|
||||
Version: 0.7
|
||||
Release: 0
|
||||
Summary: Python module package implementing JOSE Web standards
|
||||
License: LGPL-3.0-only
|
||||
|
||||
Reference in New Issue
Block a user