Skip to content

Releases: bandoche/PyPinkSign

v0.5.2

21 Dec 11:18
Compare
Choose a tag to compare

What's Changed

  • bump cryptography from 38.0.3 to 42.0.8
  • drop python 3.6
  • add python 3.10, 3.11, 3.12, 3.13

Full Changelog: v0.5.1...v0.5.2

v0.5.1

08 Nov 15:20
8287691
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

18 Jan 00:17
80f06ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.5.0

v0.4.5

03 Dec 05:20
Compare
Choose a tag to compare
  • Fix import path issue (thanks to Gyong1211)

v0.4.4

03 Dec 01:51
Compare
Choose a tag to compare
  • Fix CRT related param error
  • Remove PyOpenSSL dependency
  • Remove old OpenSSL version dependency with pure SEED implementation.
    • If SEED algorithm is not supported by local OpenSSL, use python version of SEED algorithm automatically.

v0.4.3

26 Feb 09:16
Compare
Choose a tag to compare
  • Fix seed_generator

v0.4.2

26 Feb 06:42
Compare
Choose a tag to compare
  • Add PKCS7 sign message (v0.4.1)
  • Fix test code

v0.4

26 Feb 05:52
Compare
Choose a tag to compare

v0.4 release with Python3 support.