Files
bpfire/config/rootfiles/packages
Adolf Belka 0f721b0080 python3-rsa: Update to version 4.8 and python-3.10
- Update from 4.0 to 4.8
- Update of rootfile
- Changelog
- Switch to [Poetry](https://python-poetry.org/) for dependency and release management.
- Compatibility with Python 3.10.
- Chain exceptions using `raise new_exception from old_exception`
  ([#157](https://github.com/sybrenstuvel/python-rsa/pull/157))
- Added marker file for PEP 561. This will allow type checking tools in dependent projects
  to use type annotations from Python-RSA
  ([#136](https://github.com/sybrenstuvel/python-rsa/pull/136)).
- Use the Chinese Remainder Theorem when decrypting with a private key. This
  makes decryption 2-4x faster
  ([#163](https://github.com/sybrenstuvel/python-rsa/pull/163)).
- Fix picking/unpickling issue introduced in 4.7
  ([#173](https://github.com/sybrenstuvel/python-rsa/issues/173))
- Fix threading issue introduced in 4.7
  ([#173](https://github.com/sybrenstuvel/python-rsa/issues/173))
- Fix [#165](https://github.com/sybrenstuvel/python-rsa/issues/165):
  CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption
  code
- Add padding length check as described by PKCS#1 v1.5 (Fixes
  [#164](https://github.com/sybrenstuvel/python-rsa/issues/164))
- Reuse of blinding factors to speed up blinding operations.
  Fixes [#162](https://github.com/sybrenstuvel/python-rsa/issues/162).
- Declare & test support for Python 3.9
Version 4.4 and 4.6 are almost a re-tagged release of version 4.2. It requires
Python 3.5+. To avoid older Python installations from trying to upgrade to RSA
4.4, this is now made explicit in the `python_requires` argument in `setup.py`.
There was a mistake releasing 4.4 as "3.5+ only", which made it necessary to
retag 4.4 as 4.6 as well.
No functional changes compared to version 4.2.
Version 4.3 and 4.5 are almost a re-tagged release of version 4.0. It is the
last to support Python 2.7. This is now made explicit in the `python_requires`
argument in `setup.py`. Python 3.4 is not supported by this release. There was a
mistake releasing 4.4 as "3.5+ only", which made it necessary to retag 4.3 as
4.5 as well.
Two security fixes have also been backported, so 4.3 = 4.0 + these two fixes.
- Choose blinding factor relatively prime to N. Thanks Christian Heimes for pointing this out.
- Reject cyphertexts (when decrypting) and signatures (when verifying) that have
  been modified by prepending zero bytes. This resolves CVE-2020-13757. Thanks
  Carnil for pointing this out.
- Rolled back the switch to Poetry, and reverted back to using Pipenv + setup.py
  for dependency management. There apparently is an issue no-binary installs of
  packages build with Poetry. This fixes
  [#148](https://github.com/sybrenstuvel/python-rsa/issues/148)
- Limited SHA3 support to those Python versions (3.6+) that support it natively.
  The third-party library that adds support for this to Python 3.5 is a binary
  package, and thus breaks the pure-Python nature of Python-RSA.
  This should fix [#147](https://github.com/sybrenstuvel/python-rsa/issues/147).
- Added support for Python 3.8.
- Dropped support for Python 2 and 3.4.
- Added type annotations to the source code. This will make Python-RSA easier to use in
  your IDE, and allows better type checking.
- Added static type checking via [MyPy](http://mypy-lang.org/).
- Fix [#129](https://github.com/sybrenstuvel/python-rsa/issues/129) Installing from source
  gives UnicodeDecodeError.
- Switched to using [Poetry](https://poetry.eustace.io/) for package
  management.
- Added support for SHA3 hashing: SHA3-256, SHA3-384, SHA3-512. This
  is natively supported by Python 3.6+ and supported via a third-party
  library on Python 3.5.
- Choose blinding factor relatively prime to N. Thanks Christian Heimes for pointing this out.
- Reject cyphertexts (when decrypting) and signatures (when verifying) that have
  been modified by prepending zero bytes. This resolves CVE-2020-13757. Thanks
  Adelapie for pointing this out.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-02-11 09:16:08 +00:00
..
2021-09-11 08:46:48 +00:00
2021-03-06 11:14:51 +00:00
2022-02-05 12:02:36 +00:00
2021-10-22 10:18:09 +00:00
2018-11-13 14:28:00 +00:00
2021-08-09 08:03:28 +00:00
2020-12-02 17:55:51 +00:00
2020-12-28 13:15:29 +00:00
2018-12-01 16:13:25 +00:00
2021-02-01 10:45:54 +00:00
2021-09-10 16:57:06 +00:00
2022-02-06 17:13:42 +00:00
2021-02-01 10:31:29 +00:00
2021-02-05 11:24:25 +00:00
2018-11-09 14:29:04 +00:00
2019-03-18 02:54:30 +00:00
2021-12-03 18:22:07 +01:00
2021-09-05 17:46:41 +00:00
2019-04-03 00:33:44 +01:00
2021-05-20 09:46:08 +00:00
2019-04-03 00:26:13 +01:00
2012-08-24 15:44:11 +02:00
2021-09-17 09:01:12 +00:00
2021-12-09 20:45:03 +01:00
2022-01-15 11:28:04 +00:00
2013-10-24 18:14:22 +02:00
2021-09-02 09:16:04 +00:00
2020-12-21 16:35:10 +00:00
2021-05-11 16:26:12 +00:00
2016-04-05 23:47:36 +01:00
2020-09-30 09:58:51 +00:00
2013-06-19 11:49:34 +02:00
2020-06-19 17:14:59 +00:00
2020-09-30 13:32:38 +00:00
2021-02-08 11:55:02 +00:00
2020-04-26 07:31:17 +00:00
2016-04-17 20:08:15 +01:00
2021-02-01 10:38:31 +00:00
2021-04-26 17:10:50 +00:00
2021-04-07 13:16:10 +00:00
2007-09-15 11:36:05 +00:00
2021-06-10 12:21:56 +00:00
2016-06-01 22:22:33 +01:00
2021-11-24 14:05:55 +00:00
2020-04-26 07:43:59 +00:00
2020-10-02 14:54:18 +00:00
2021-04-26 10:11:49 +00:00
2021-03-22 10:42:41 +00:00
2020-08-17 17:53:40 +00:00
2022-01-14 13:42:04 +00:00
2020-04-26 07:33:58 +00:00
2016-06-01 22:25:06 +01:00
2020-09-24 17:36:37 +00:00
2017-04-11 14:23:54 +01:00
2022-01-04 18:27:09 +01:00
2015-07-09 12:09:07 +02:00
2021-09-10 07:36:29 +00:00
2021-03-22 10:43:34 +00:00
2021-01-28 16:49:00 +00:00
2021-04-07 13:15:46 +00:00
2021-04-12 09:32:49 +00:00
2018-06-18 14:12:43 +01:00
2021-03-10 13:58:24 +00:00
2022-01-04 18:05:52 +01:00
2016-04-08 16:12:19 +01:00
2020-09-24 17:36:37 +00:00
2020-05-09 12:03:59 +00:00
2020-04-25 09:04:24 +00:00
2021-06-04 10:49:31 +00:00
2022-02-09 20:05:33 +00:00
2019-03-25 23:44:24 +00:00
2021-05-16 12:21:16 +00:00
2018-02-06 00:34:58 +00:00
2020-04-26 07:34:19 +00:00
2021-06-04 10:50:14 +00:00
2021-05-11 16:44:46 +00:00
2019-03-10 18:22:39 +00:00
2015-06-23 20:38:49 +02:00
2020-10-06 12:10:26 +00:00
2020-12-02 17:54:56 +00:00
2022-01-18 21:26:56 +00:00
2021-03-22 10:43:23 +00:00
2020-08-18 10:10:13 +00:00
2012-11-26 10:56:48 +01:00
2022-02-05 12:02:21 +00:00
2018-11-11 18:55:35 +00:00
2020-08-17 10:10:11 +00:00
2020-04-26 07:34:36 +00:00
2018-11-11 16:21:01 +00:00
2020-08-16 10:29:42 +00:00
2021-09-10 16:57:06 +00:00
2019-12-29 08:50:52 +00:00
2021-11-24 09:32:02 +00:00
2020-04-25 09:03:26 +00:00
2020-09-30 17:10:39 +00:00
2021-03-22 10:39:44 +00:00
2021-09-02 09:18:29 +00:00
2013-06-06 10:58:04 +02:00
2012-09-18 16:33:47 +02:00
2021-07-19 18:23:14 +00:00
2014-10-30 17:52:50 +01:00
2019-02-07 15:15:26 +00:00
2020-11-26 16:15:48 +00:00
2021-07-19 22:46:54 +00:00
2020-02-16 11:48:22 +01:00
2021-07-21 21:49:19 +02:00
2021-07-21 21:49:19 +02:00
2021-07-21 21:49:19 +02:00
2020-02-16 16:26:35 +01:00
2012-11-15 18:24:16 +01:00
2010-07-12 05:32:07 +02:00
2022-02-06 16:46:42 +00:00
2018-11-08 15:07:17 +00:00
2020-04-26 07:35:14 +00:00