forked from pool/python-pycryptodome
- Update to 3.9.0:
* 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=31
This commit is contained in:
committed by
Git OBS Bridge
parent
33c9b81227
commit
6f5d805e43
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 12:29:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 3.9.0:
|
||||
* 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 15:03:25 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
Reference in New Issue
Block a user