175 lines
6.2 KiB
Plaintext
175 lines
6.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 19 07:14:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.5.6 (bsc#1221230, CVE-2024-28102):
|
|
* Address potential DoS with high compression ratio
|
|
(CVE-2024-28102)
|
|
- update to 1.5.4:
|
|
* One more release bump to address issues with
|
|
typing_extensions minimum required version
|
|
- update to 1.5.3:
|
|
* Drop python 3.6 and 3.7 and add 3.11 support
|
|
* replace deprecated package with typing_extensions
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 2 21:07:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.5.1:
|
|
* Fix X22519 import/export from PEM
|
|
* Read the Docs now requires a config file
|
|
* chore: refactor for removing pdb symbols
|
|
* Fix potential DoS issue with p2c header
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 7 22:03:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.5.0:
|
|
* Minor bugfixes and the addition of Brainpool curves.
|
|
* Raising the bar for minimum pyca/cryptography
|
|
* Fix typos with codespell
|
|
* Add codespell checks in CI
|
|
* Add Brainpool EC-curves support
|
|
* Fix error message
|
|
* Fix assorted CI issue
|
|
* Better support for algorithms that have different input
|
|
keysize requirement
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 18 14:57:01 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
|
|
|
- update to 1.4.2 which also fixes CVE-2022-3102
|
|
too many other changes to be listed here
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 8 14:25:36 UTC 2021 - pgajdos@suse.com
|
|
|
|
- do not require pytest-runner for build, not required
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 5 19:05:35 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
|
|
|
- update to 1.0
|
|
* Create SECURITY.md
|
|
* Allow empty payloads in JWS tokens
|
|
* Add tests to check empty payload support
|
|
* Drop python2 compatibility
|
|
* Fix python3 pylint issues
|
|
* Add explicit support to check 'typ' in JWT
|
|
* Drop support for importing old MutableMapping
|
|
* Disable annoying pep8 naming checks
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 12 16:31:12 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
|
|
|
- added Requires: python-Deprecated
|
|
- update to upstream release 0.9.1
|
|
* Create codeql-analysis.yml
|
|
* Add back ppc64le CI
|
|
* Actually add the split out ppc64le action
|
|
* Silence a test warning
|
|
* Remove the _params abstraction and simplify JWK
|
|
* Fix crash in exception handler
|
|
* Add test for Issue 209
|
|
* Fix keyset import with similar keys
|
|
* Test fix for Issue 208
|
|
* Add __repr__() to mask keys
|
|
* Adding Power support(ppc64le) with ci and testing to the project for architecture independent
|
|
* Added six as a dependency to avoid import error
|
|
* Make sure an empty dict is a valid JWT payload
|
|
* Turn JWK into a dict-like object
|
|
* Go one step further and provide access as attrs
|
|
* Drop support for py34 as it stopped working on F33
|
|
* Deprecate RSA1_5 and remove from defaults
|
|
* Make PBES2 behave like all other algorithms
|
|
* Enforce protected header in compact serilization
|
|
* Fix importing Public EC keys from PEM files
|
|
* Installation instructions + extra badges
|
|
* RFC 8812 - Add Default allowed algorithms
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 6 19:25:26 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Use constraints on the cryptography dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 6 14:51:40 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
|
|
|
- update to upstream release 0.8
|
|
* Fix some documentation typos
|
|
* Rename ambiguous variable
|
|
* Remove cap on sphinx version
|
|
* Fix okp key type import
|
|
* Add method to export Keys ans Sets as dictionaries
|
|
* Typo rectified
|
|
* Add secp256k1 curve
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- update to upstream release 0.6.0
|
|
* Use python-cryptography's AES key wrapping
|
|
* Add tests for key wrapping where CEK < KEK
|
|
* Fix ECDH-ES key exchange for CEK greater than KEK
|
|
* Add support for RFC7797
|
|
* Fix JWK.from_json
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:49:42 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 27 20:45:14 UTC 2018 - michael@stroeder.com
|
|
|
|
- update to upstream release 0.5.0:
|
|
* Better validation of JWE
|
|
* Avoid deprecation warnings
|
|
* Tested to work with python 3.7
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 25 14:05:59 UTC 2018 - mcepl@suse.com
|
|
|
|
- Clean SPEC file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 24 13:43:12 UTC 2017 - jmatejek@suse.com
|
|
|
|
- singlespec auto-conversion
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 3 15:12:08 UTC 2017 - michael@stroeder.com
|
|
|
|
- update to upstream release 0.4.2
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 24 19:54:55 UTC 2017 - michael@stroeder.com
|
|
|
|
- update to upstream release 0.4.1
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 3 15:34:39 UTC 2016 - michael@stroeder.com
|
|
|
|
- update to upstream release 0.4.0
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 11 17:51:23 UTC 2016 - michael@stroeder.com
|
|
|
|
- initial package of upstream release 0.3.1
|
|
|
|
|