15
0
forked from pool/python-ecdsa

- Also remove the conditional definition of python_module.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ecdsa?expand=0&rev=31
This commit is contained in:
2022-10-25 05:29:50 +00:00
committed by Git OBS Bridge
parent 3639ab9222
commit f234762a99
2 changed files with 1 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ Mon Oct 24 17:14:10 UTC 2022 - Ben Greiner <code@bnavigator.de>
+ Better handling of malformed curve parameters (as in
CVE-2022-0778); make python-ecdsa raise MalformedPointError
instead of AssertionError.
- Also remove the conditional definition of python_module.
-------------------------------------------------------------------
Tue Aug 31 10:18:41 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>