- Normalize provided private key string to the correct PEM format.
- Update thiserror to version 2.
- Convert from anyhow to thiserror.
- Add the Debug and Clone traits to
Signer
andVerifier
.
- Update lazy-regex to version 3.
- Update RSA to version 0.9.
- Remove OpenSSL dependency.
- Initial release.