Draft: Bump pycryptodomex from 3.9.8 to 3.10.1
Bumps pycryptodomex from 3.9.8 to 3.10.1.
Changelog
Sourced from pycryptodomex's changelog.
3.10.1 (9 February 2021) ++++++++++++++++++++++++
Other changes
- Python 3 wheels use
abi3
ABI tag.- Remove Appveyor CI.
3.10.0 (6 February 2021) ++++++++++++++++++++++++
Resolved issues
- Fixed a potential memory leak when initializing block ciphers.
- GH#466:
Crypto.Math.miller_rabin_test()
was still using the system random source and not the one provided as parameter.- GH#469: RSA objects have the method
public_key()
like ECC objects. The old methodpublickey()
is still available for backward compatibility.- GH#476:
Crypto.Util.Padding.unpad()
was raising an incorrect exception in case of zero-length inputs. Thanks to Captainowie.- GH#491: better exception message when
Counter.new()
is called with an integerinitial_value
than doesn't fit intonbits
bits.- GH#496: added missing
block_size
member for ECB cipher objects. Thanks to willem.- GH#500:
nonce
member of an XChaCha20 cipher object was not matching the original nonce. Thanks to Charles Machalow.Other changes
- The bulk of the test vectors have been moved to the separate package
pycryptodome-test-vectors
. As result, packagespycryptodome
andpycryptodomex
become significantly smaller (from 14MB to 3MB).- Moved CI tests and build service from Travis CI to GitHub Actions.
Breaks in compatibility
- Drop support for Python 2.6 and 3.4.
3.9.9 (2 November 2020) +++++++++++++++++++++++
Resolved issues
- GH#435: Fixed
Crypto.Util.number.size
for negative numbers.New features
- Build Python 3.9 wheels on Windows.
Commits
-
339259c
Bump version -
214f62a
Merge branch 'abi3' -
2d3d5d1
Use the right version of Python to test wheels -
e87c9aa
Test wheels separately -
2c02a9a
Build wheels only once for abi3 -
c465715
Use ABI3 for wheels -
4eede13
Bump version -
147bb4a
Fix GH500: nonce member of an XChaCha20 was not matching the original nonce -
19b8ad6
Update Changelog -
cbaa9d1
Adding block_size attribute to EcbMode - Additional commits viewable in compare view
Edited by Kotyba Alhaj Taha