Skip to content

Releases: Venafi/vcert-python

Add support for NGTS

Choose a tag to compare

@simeoncybr simeoncybr released this 22 Jun 11:58
a773c63

What's Changed

New Contributors

Full Changelog: v0.18.1...v0.19.0

Upgraded core dependencies

Choose a tag to compare

@angelmoo angelmoo released this 01 Oct 19:48
4e874c8

Upgraded core dependencies to fix vulnerability issues

Adds support for TPP v25.1

Choose a tag to compare

@luispresuelVenafi luispresuelVenafi released this 25 Apr 04:53
14b3370

What's Changed

  • Adds support for TPP v25.1
  • Upgrades dependencies

Adds retire functionality to TLSPDC and TLSPC

Choose a tag to compare

@rvelaVenafi rvelaVenafi released this 16 Feb 00:01
50218f8

What's Changed

  • Adds retire certificate functionality to TLSPDC and TLSPC. Contributed by @Pmaraveyias
  • fix(ruamel): upgrades ruamel version on setup.py to 0.18.5

Fixes issue with Entrust CA on VaaS

Choose a tag to compare

@rvelaVenafi rvelaVenafi released this 08 Nov 22:05
51abc35

Fixes an issue whereby requesting a certificate in VaaS to a Certificate Issuing Template that uses Entrust CA throws an error.
Under some conditions Entrust CA may take too long to issue certificate, which causes VaaS to send 201 Created response with no certifcateIds. This is expected behavior and requires the sdk to poll for the certificate request until the status is ISSUED or FAILED

Adds certificateType AUTO to TPP certificate request

Choose a tag to compare

@rvelaVenafi rvelaVenafi released this 06 Nov 23:05
571e68e
  • Upgraded ruamel.yaml dependency to 0.18.5
  • Added certificateType: AUTO to TPP certificate requests (courtesy of @Pmaraveyias)

Upgrade cryptography library to patch security issue

Choose a tag to compare

@rvelaVenafi rvelaVenafi released this 02 Jun 00:17
3c927f9
  • Fixed #124: Fixed an issue where adding a Certificate Issuing Template to an existing Application failed
  • Upgraded cryptography dependency to 40.0.2 to cover a security risk CVE-2023-23931
  • Removed orgUnit field from AppDetails, as Venafi as a Service dropped the use of the field

A lot of enhancements!

Choose a tag to compare

@marcos-albornoz marcos-albornoz released this 17 May 22:20
114eed4
  • Support for contacts/owners when creating a policy on both TPP and VaaS
  • Support for legacy PKCS1 format on private keys when requesting a certificate
  • Support for SANs: email, IP, URI when creating a policy on VaaS
  • Ability to disable Subject fields on VaaS: organizations, org units, localities, states, countries
  • Support for EC private keys on VaaS
  • Support for Service generated related attributes on VaaS

Dropped support for Python 2

Choose a tag to compare

@marcos-albornoz marcos-albornoz released this 04 Feb 00:20
4f0c8cd
  • Dropped for support for Python 2 as it has reached end of life. New baseline is Python 3.6 and higher.
  • Added integration with sonarcloud for test coverage.
  • Added version history file.
  • Added test cases for json/yaml file parsing.
  • Minor issues fixed.

Add ability to fill empty request attributes with zone/policy default values

Choose a tag to compare

@marcos-albornoz marcos-albornoz released this 07 Dec 22:35
b64db4a
  • Added the ability to fill up the empty attributes of the certificate request with the default values of the policy/zone where the certificate is going to be created.
    Supported values: organization, organizational units, locality, state, country