14
0

- update to 3.18.0:

* Added support for DER BOOLEAN encodings.
  * The library now compiles on Windows ARM64. Thanks to Niyas
    Sait.
  * GH#722: ``nonce`` attribute was not correctly set for
    XChaCha20_Poly1305 ciphers. Thanks to Liam Haber.
  * GH#728: Workaround for a possible x86 emulator bug in Windows
    for ARM64.
  * GH#739: OID encoding for arc 2 didn't accept children larger
    than 39. Thanks to James.
  * Correctly check that the scalar matches the point when
    importing an ECC private key.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=55
This commit is contained in:
2023-06-01 10:12:55 +00:00
committed by Git OBS Bridge
parent 16cf62749e
commit 136c467c2a
4 changed files with 20 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%define oldpython python
%define min_version %{lua:rpm.expand("%{version}"):gsub("^(%d+%.%d+).*", "%1")}
Name: python-pycryptodome
Version: 3.17.0
Version: 3.18.0
Release: 0
Summary: Cryptographic library for Python
License: BSD-2-Clause