Skip to content

Releases: tsaarni/certyaml

v0.10.0

26 Oct 21:02
74fa8cd
Compare
Choose a tag to compare

What's Changed

New Functionality

  • Added support for generating Ed25519 certs by @tsaarni in #66
  • Added support for setting CRL distribution point URI by @tsaarni in #67
  • Added convenience getters for certificate and private key for single-value use by @tsaarni in #71

Bug Fixes

  • Fix certificate manifest state calculation by @tsaarni in #51

Other Updates

Full Changelog: v0.9.2...v0.10.0

v0.9.3

23 Jan 18:41
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/mod from 0.9.0 to 0.10.0 by @dependabot in #38
  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #39
  • Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #40
  • Bump golang.org/x/mod from 0.10.0 to 0.11.0 by @dependabot in #41
  • Bump golang.org/x/mod from 0.11.0 to 0.12.0 by @dependabot in #42
  • bump trivy-action by @tsaarni in #46
  • Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 by @dependabot in #44
  • Bump golang.org/x/mod from 0.12.0 to 0.14.0 by @dependabot in #45
  • Fix race when generation of certificate or CRL can be called from multiple goroutines by @tsaarni in #48

Full Changelog: v0.9.2...v0.9.3

v0.9.2

19 Mar 11:57
76122b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

15 Dec 16:26
2d17ae7
Compare
Choose a tag to compare

What's Changed

  • Use filename as key in the hashes map by @nsimons in #28
  • Replaced deprecated ioutil calls by @tsaarni in #24

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

23 Jun 12:58
fb8112f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

22 Jun 18:10
041449d
Compare
Choose a tag to compare

Changes in this release:

  • End-entity certificates now include certificate chain. Chain is appended when certificate is issued by sub-CA and it includes CA certificates up to, but not including root CA. The chains are included in certificate PEM files and tls.Certificate structs when using the Go API.

v0.7.0

19 Jun 17:51
2b0f7ea
Compare
Choose a tag to compare

Changes in this release:

  • Use strict YAML parsing to bail out early when manifest contains unknown fields.
  • Added support for certificate fields: extended key usage and serial number.
  • Added support for revoking certificates by generating CRL file with serial numbers of revoked certificates.

v0.6.3

27 May 19:57
Compare
Choose a tag to compare

Updated gopkg.in/yaml.v3 to fix CVE-2022-28948.

v0.6.2

22 Nov 09:20
Compare
Choose a tag to compare

v0.5.0

31 Mar 18:55
Compare
Choose a tag to compare
could not use DC component in subject name (#7)

fixes #6