forked from pool/python-pycryptodome
- update to 3.14.1:
* GH#595: Fixed memory leak for GMP integers. * Add support for curve NIST P-192. * Add support for curve NIST P-224. * GH#590: Fixed typing info for ``Crypto.PublicKey.ECC``. * Relaxed ECDSA requirements for FIPS 186 signatures and accept any SHA-2 or * SHA-3 hash. ``sign()`` and ``verify()`` will be performed even if the hash is stronger than the ECC key. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=45
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 15 08:52:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.14.1:
|
||||
* GH#595: Fixed memory leak for GMP integers.
|
||||
* Add support for curve NIST P-192.
|
||||
* Add support for curve NIST P-224.
|
||||
* GH#590: Fixed typing info for ``Crypto.PublicKey.ECC``.
|
||||
* Relaxed ECDSA requirements for FIPS 186 signatures and accept any SHA-2 or
|
||||
* SHA-3 hash. ``sign()`` and ``verify()`` will be performed even if the hash is stronger
|
||||
than the ECC key.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 11 13:19:30 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user