Python module package implementing JOSE Web standards
An implementation of the JOSE Working Group documents:
RFC 7515 - JSON Web Signature (JWS)
RFC 7516 - JSON Web Encryption (JWE)
RFC 7517 - JSON Web Key (JWK)
RFC 7518 - JSON Web Algorithms (JWA)
RFC 7519 - JSON Web Token (JWT)
RFC 7520 - Examples of Protecting Content Using JSON Object Signing and Encryption (JOSE)
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / python-jwcrypto
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-jwcrypto && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
jwcrypto-0.7.tar.gz | 0000072291 70.6 KB | |
python-jwcrypto.changes | 0000002376 2.32 KB | |
python-jwcrypto.spec | 0000002115 2.07 KB |
Revision 17 (latest revision is 35)
Tomáš Chvátal (scarabeus_iv)
accepted
request 789672
from
Michael Ströder (stroeder)
(revision 17)
- 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
Comments 0