Pki-tools

Latest version: v1.0.9

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 10

0.0.47

What's Changed
* fix: readme links by fulder in https://github.com/fulder/pki-tools/pull/126
* fix: skip empty cert extensions by fulder in https://github.com/fulder/pki-tools/pull/127


**Full Changelog**: https://github.com/fulder/pki-tools/compare/v0.0.46...v0.0.47

0.0.46

What's Changed
* fix: cryptography CRL cert revocation date property by fulder in https://github.com/fulder/pki-tools/pull/122
* chore(deps): bump the dependencies group with 3 updates by dependabot in https://github.com/fulder/pki-tools/pull/123
* chore(deps): bump the dependencies group with 1 update by dependabot in https://github.com/fulder/pki-tools/pull/124
* feat: improve `InitCryptoParser` abstract functions by fulder in https://github.com/fulder/pki-tools/pull/119
* `SubjectPublicKeyInfo` class used for the `Certificate` field.
* `Encoding` enum class used for storing and reading from/to files, defaulting to `PEM` format
* `KeyPair` class has been removed (partially replaced by the new `SubjectPublicKeyInfo`)
* `CryptoKeyPair` now contains a `private_key` and `public_key` extending new `CryptoPrivateKey` and `CryptoPublicKey` classes.
* **[BREAKING]** `OCSPResponse.sign` now requires a `CryptoPrivateKey` instead of `CryptoKeyPair`
* **[BREAKING]** `CryptoKeyPair.pem_private_key` changed into `CryptoKeyPair.private_key.pem_bytes` and `CryptoKeyPair.private_key.pem_string`
* **[BREAKING]** `CryptoKeyPair.pem_public_key` changed into `CryptoKeyPair.public_key.pem_bytes` and `CryptoKeyPair.public_key.pem_string`
* **[BREAKING]** `CryptoKeyPair.der_public_key` changed into `CryptoKeyPair.public_key.der_bytes`.
* **[BREAKING]** `CryptoKeyPair.private_key_to_file()` changed into `CryptoKeyPair.private_key.to_file()`.
* **[BREAKING]** `CryptoKeyPair.public_key_to_file()` changed into `CryptoKeyPair.public_key.to_file()`.
* **[BREAKING]** The following exceptions have been removed (and changed until more generic once):
* `CertLoadError` (use `LoadError`)
* `CrlLoadError` (use `LoadError`)
* `CsrLoadError` (use `LoadError`)
* `OcspIssuerFetchFailure` (use `FetchFailure`)
* `CrlFetchFailure` (use `FetchFailure`)
* `InvalidKeyType` (unused)
* Fix bug with `SubjectPublicKeyInfo` not being set when no public key was specified in `sign` function
* Fix bug with `Name` object parameters not being sorted in outputs
* Fix bug with `Validity` not allowing datetime without offset.
* Fix missing `pki_tools` package imports
* Fix minor bugs with printing objects
* Documentation updated with examples (run as part of the PR check) for all the different ways of creting and loading `InitCryptoParser` objects.
* feat: add new enum for EC names by fulder in https://github.com/fulder/pki-tools/pull/125
* **[BREAKING]** change EC `curve_name` from string into a new `EllipticCurveName` enum.


**Full Changelog**: https://github.com/fulder/pki-tools/compare/v0.0.45...v0.0.46

0.0.45

What's Changed
* docs: update readme with features by fulder in https://github.com/fulder/pki-tools/pull/120
* fix: bug loading multiple chain cerificates from same URI by fulder in https://github.com/fulder/pki-tools/pull/121


**Full Changelog**: https://github.com/fulder/pki-tools/compare/v0.0.44...v0.0.45

0.0.44

What's Changed
* fix: bug with cert issuer after crypto dump by fulder in https://github.com/fulder/pki-tools/pull/118
* chore(deps-dev): bump the dependencies group with 3 updates by dependabot in https://github.com/fulder/pki-tools/pull/117


**Full Changelog**: https://github.com/fulder/pki-tools/compare/v0.0.43...v0.0.44

0.0.43

What's Changed
* feat: move examples to files by fulder in https://github.com/fulder/pki-tools/pull/114
* Improve print of Certificates and Chains by splitting long strings (like Signature Value) into a multi line string
* Add `Certificate.from_uri` classmethod
* Add `Certificate.from_server` classmethod
* **[BREAKING]** Change `Chain.from_uri` parameter from one string into a list of strings
* Fix bug with getting server certificates in python versions <= 3.9
* fix: add missing CNAME file by fulder in https://github.com/fulder/pki-tools/pull/115


**Full Changelog**: https://github.com/fulder/pki-tools/compare/v0.0.42...v0.0.43

0.0.42

What's Changed
* fix: use new CRL next/last update vars by fulder in https://github.com/fulder/pki-tools/pull/111
* docs: switch to mkdocstrings by fulder in https://github.com/fulder/pki-tools/pull/112

**Full Changelog**: https://github.com/fulder/pki-tools/compare/v0.0.41...v0.0.42

Page 3 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.