vcert-python icon indicating copy to clipboard operation
vcert-python copied to clipboard

Python client SDK designed to simplify integrations by automating key generation and certificate enrollment using Venafi machine identity services.

Results 8 vcert-python issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies

**PROBLEM SUMMARY** For a single given common name, and using a Digicert CA on TLSPC, only the very **first** call to `conn.request_cert(request, zone)` succeeds. All **subsequent** attempts will fail before...

bug

Working with TPP, trying to retrieve a non-existing cert would result in an infinite while loop with the following error message... ``` ERROR:root:Unknown error format: {'Error': 'Certificate test does not...

From https://github.com/Venafi/vcert/pull/220 description. **BUSINESS PROBLEM** _Both TPP and VaaS can support situations where multiple policies have been defined for use by a single consumer. For TPP, this is done by...

enhancement

The FakeConnector class is missing several operations. These operations should be returning mockup data for testing or demoing purposes. The following operations need implementation: - renew_cert(self, request, reuse_key=False): - read_zone_conf(self,...

@warrior-abhijit has suggested several changes to vcert-python code. We can address them together in one issue. switch case will be better here ? _Originally posted by @warrior-abhijit in https://github.com/Venafi/vcert-python/pull/41#discussion_r488175192_ address...

enhancement

feat: added dependabot config for python project