Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 868 Bytes

File metadata and controls

39 lines (23 loc) · 868 Bytes

Changelog

26.1

  • Updated the minimum required version of some dependencies.
  • Added support for Python 3.13 and 3.14.
  • Dropped support for Python 3.8 and 3.9.

24.6

  • Updated some dependencies.
  • Python 3.12 support.

23.3

  • Add support for alternative attributes for signing and verifying.
  • Fixed verification of signatures using SHA1 as their signature method.
  • Updated some dependencies.

22.4.1

  • Fix packaging error

22.4 (yanked)

  • Fixed SHA1 algorithm URIs

20.11b0

  • Added minisignxml.verify.extract_verified_element_and_certificate to allow specifying multiple certificates when verifying elements to aid certificate rollover.
  • minisignxml.errors.CertificateMismatch now stores the received certificate and the expected certificates.

20.8b0

  • Fixed lxml version selector being too strict.

20.7b0

  • Initial release