Opened 3 years ago

Closed 3 years ago

#15607 closed enhancement (fixed)

pycryptodome-3.10.4 (Python module)

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 11.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 3 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 3 years ago

Summary: pycryptodome-3.10.2 (Python module)pycryptodome-3.10.4 (Python module)

Now version 3.10.4.

3.10.4 (25 September 2021)

  • Resolved issues
    • Output of Crypto.Util.number.long_to_bytes() was not always a multiple of blocksize.

3.10.3 (22 September 2021)

  • Resolved issues
    • Fixed symbol conflict between different versions of libgmp.
    • Improved robustness of PKCS#1v1.5 decryption against timing attacks.
    • Fixed segmentation faults on Apple M1 and other Aarch64 SoCs, when the GMP library add accessed via ctypes. Do not use GMP’s own sscanf and snprintf routines: instead, use simpler conversion routines.
    • Workaround for cffi calling ctypes.util.find_library(), which invokes gcc and ld on Linux, considerably slowing down all imports. On certain configurations, that may also leave temporary files behind.
    • Fix RSAES-OAEP, as it didn’t always fail when zero padding was incorrect.
  • New features
    • Added support for SHA-3 hash functions to HMAC.
  • Other changes
    • Install VC9 directly for Python 2.7 on Windows, as vcpython27 has been pulled from choco’s repos in April.

comment:3 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at commit acf677b3984ff94a86bd54bef3d1ae6d3a498415

Package updates
    Update to pipewire-0.3.37.
    Update to graphviz-2.49.1.
    Update to pycryptodome-3.10.4.
Note: See TracTickets for help on using tickets.