- 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:
parent
16cf62749e
commit
136c467c2a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d677199dc3f4d502d6d78bd8855f313eed427be4545bd6a8188c7fc0799ea379
|
||||
size 16714317
|
BIN
pycryptodome-3.18.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pycryptodome-3.18.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 1 10:12:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 17:09:46 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user