Releases: fulder/pki-tools
Releases · fulder/pki-tools
v1.0.6
What's Changed
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the dependencies group by @dependabot in #177
- chore(deps): bump the dependencies group across 1 directory with 3 updates by @dependabot in #178
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in the dependencies group by @dependabot in #179
- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot in #182
- chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 in the dependencies group by @dependabot in #181
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- chore(deps-dev): bump ruff from 0.5.7 to 0.6.1 in the dependencies group by @dependabot in #170
- chore(deps-dev): bump ruff from 0.6.1 to 0.6.2 in the dependencies group by @dependabot in #171
- chore(deps): bump the dependencies group across 1 directory with 5 updates by @dependabot in #173
- chore(deps): bump the dependencies group with 4 updates by @dependabot in #174
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- chore(deps): bump the dependencies group across 1 directory with 7 updates by @dependabot in #169
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- chore(deps-dev): bump zipp from 3.16.2 to 3.19.1 by @dependabot in #161
- fix: update discord invite link by @fulder in #167
- chore(deps): bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in #159
- Update pyproject.toml to bump cryptography version minimum by @pixitha in #166
New Contributors
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot in #146
- chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 in the dependencies group by @dependabot in #147
- chore(deps-dev): bump pytest from 8.2.0 to 8.2.1 in the dependencies group by @dependabot in #149
- chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 in the dependencies group by @dependabot in #148
- chore(deps-dev): bump ruff from 0.4.4 to 0.4.5 in the dependencies group by @dependabot in #150
- fix: update examples with new CAs by @fulder in #157
- chore(deps): bump the dependencies group across 1 directory with 4 updates by @dependabot in #156
- chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 in the dependencies group by @dependabot in #154
- chore(deps): bump pydantic from 2.7.4 to 2.8.0 in the dependencies group by @dependabot in #158
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 in the dependencies group by @dependabot in #140
- chore(deps-dev): bump the dependencies group with 2 updates by @dependabot in #139
- chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #144
- chore(deps): bump the dependencies group across 1 directory with 7 updates by @dependabot in #143
- chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 in the dependencies group by @dependabot in #142
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- chore: add icon by @fulder in #131
- test: use smokeshow for coverage by @fulder in #132
- ci: run test workflow on main pushes by @fulder in #133
- docs: fix links by @fulder in #134
- chore(deps-dev): bump the dependencies group with 3 updates by @dependabot in #135
- chore(deps): bump idna from 3.4 to 3.7 by @dependabot in #137
- chore(deps): bump the dependencies group with 3 updates by @dependabot in #138
- first stable release
Full Changelog: v0.0.49...v1.0.0
v0.0.49
v0.0.48
What's Changed
- fix: bugs with non RSA keys signing by @fulder in #128
- [BREAKING]
OCSPResponse.sign(cert: Certificate, issuer: Certificate, algorithm: HashAlgorithm, private_key: CryptoPrivateKey)
parameters changed toOCSPResponse.sign(cert: Certificate, issuer: Certificate, response_algorithm: SignatureAlgorithm, private_key: CryptoPrivateKey, signature_algorithm: Optional[SignatureAlgorithm] = None)
- Fix bug with DSA keys dump having non string values
- Fix bug with DSA signed OCSP Response not validated correctly against the issuer
- Fix bugs with
Certificate.verify
function not working for non RSA keys - Make
Certificate.sign
functionsignature_algorithm
parameter Optional (forED448
andED25519
keys) - Make
CertificateSigningRequest.sign
functionsignature_algorithm
parameter Optional (forED448
andED25519
keys) - [BREAKING] Change
CertificateRevocationList.sign
algorithm
parameter fromHashAlgorithm
to and OptionalSignatureAlgorithm
- [BREAKING]
Full Changelog: v0.0.47...v0.0.48