What's Changed * cryptography의 deprecated 항목 대응 by kerokim in https://github.com/bandoche/PyPinkSign/pull/31 * chore(deps): bump cryptography from 42.0.8 to 44.0.1 by dependabot in https://github.com/bandoche/PyPinkSign/pull/32
New Contributors * kerokim made their first contribution in https://github.com/bandoche/PyPinkSign/pull/31
What's Changed * chore: Bump cryptography package for OpenSSL patch by bandoche in https://github.com/bandoche/PyPinkSign/pull/23 * fix: Bump version by bandoche in https://github.com/bandoche/PyPinkSign/pull/24
- 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.