Releases: bandoche/PyPinkSign
Releases · bandoche/PyPinkSign
v0.5.2
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.4.5
- Fix import path issue (thanks to Gyong1211)
v0.4.4
- 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.2
- Add PKCS7 sign message (v0.4.1)
- Fix test code
v0.4
v0.4 release with Python3 support.