Skip to content

Releases: fulder/pki-tools

v1.0.6

29 Oct 22:08
f98dd02
Compare
Choose a tag to compare

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

20 Sep 20:26
3c197fd
Compare
Choose a tag to compare

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

13 Aug 15:44
e82a97a
Compare
Choose a tag to compare

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

04 Aug 16:19
14c8f94
Compare
Choose a tag to compare

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

01 Jul 18:08
f2c5601
Compare
Choose a tag to compare

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

12 May 19:18
41e7927
Compare
Choose a tag to compare

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

13 Apr 12:56
a18d862
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.49...v1.0.0

v0.0.49

23 Mar 20:16
f78af19
Compare
Choose a tag to compare

What's Changed

  • refactor: remove not needed _crypto_object calls by @fulder in #129
  • docs: Add DSAKeyPair warning box by @fulder in #130

Full Changelog: v0.0.48...v0.0.49

v0.0.48

23 Mar 12:59
a7ea453
Compare
Choose a tag to compare

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 to OCSPResponse.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 function signature_algorithm parameter Optional (for ED448 and ED25519 keys)
    • Make CertificateSigningRequest.sign function signature_algorithm parameter Optional (for ED448 and ED25519 keys)
    • [BREAKING] Change CertificateRevocationList.sign algorithm parameter from HashAlgorithm to and Optional SignatureAlgorithm

Full Changelog: v0.0.47...v0.0.48

v0.0.47

21 Mar 19:37
6b8d721
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.46...v0.0.47