Subject: CVS commit: pkgsrc/security/py-cryptodome
From: Adam Ciarcinski
Date: 2019-09-02 11:46:19
Message id: 20190902094619.A0FE0FBF4@cvs.NetBSD.org

Log Message:
py-cryptodome: updated to 3.9.0

3.9.0:

New features
* Add support for loading PEM files encrypted with AES256-CBC.
* Add support for XChaCha20 and XChaCha20-Poly1305 ciphers.
* Add support for bcrypt key derivation function (`Crypto.Protocol.KDF.bcrypt`).
* Add support for left multiplication of an EC point by a scalar.
* Add support for importing ECC and RSA keys in the new OpenSSH format.

Resolved issues
* it was not possible to invert an EC point anymore.
* fix printing of DSA keys.
* `DSA.generate()` was not always using the `randfunc` input.
* the MD2 hash had block size of 64 bytes instead of 16; as result the HMAC \ 
construction gave incorrect results.

Files:
RevisionActionfile
1.25modifypkgsrc/security/py-cryptodome/Makefile
1.16modifypkgsrc/security/py-cryptodome/PLIST
1.22modifypkgsrc/security/py-cryptodome/distinfo