Path to this page:
Subject: CVS commit: pkgsrc/security/py-cryptodome
From: Thomas Klausner
Date: 2023-05-21 19:44:16
Message id: 20230521174416.5F690FA87@cvs.NetBSD.org
Log Message:
py-cryptodome: update to 3.18.0.
3.18.0 (18 May 2023)
++++++++++++++++++++++++++
New features
---------------
* Added support for DER BOOLEAN encodings.
* The library now compiles on Windows ARM64. Thanks to Niyas Sait.
Resolved issues
---------------
* 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.
Files: