All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Please open an issue for any deviations that you spot; I'm still learning!.
The following types of changes will be recorded in this file:
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
- placeholder
v0.7.1 - 2024-12-11
- (GH-76) Adjust misordered chain logic
- (GH-77) Refactor self-signed signature handling
v0.7.0 - 2024-12-03
- (GH-64) Add initial support for encoding/decoding cert payloads
- (GH-65) Add Certificates collection type & initial methods
- (GH-69) Promote v1 to stable format
- (GH-67) Note why certs.MaxLifespanInDays truncates result
- (GH-45) godoc formatting tweaks
- (GH-66) Update validity period description logic
- (GH-68) Refactor logic to resolve linting errors
v0.6.1 - 2024-11-17
- (GH-42) Add more WeakSignatureAlgorithm ref links
v0.6.0 - 2024-11-17
- (GH-39) Add
WeakSignatureAlgorithm
cert issues field
v0.5.0 - 2024-11-16
- (GH-34) Add
Certifiates.SANsEntriesCount
field - (GH-35) Add
Certifiates.SignatureAlgorithm
field
v0.4.0 - 2024-11-08
- (GH-28) Replace
MultipleLeafCerts
withDuplicateCerts
v0.3.0 - 2024-11-06
- (GH-23) Update
ValidityPeriod*
constants - (GH-24) Clarify fields which may not be populated
v0.2.0 - 2024-11-04
- (GH-21) Add
CertificateChainIssues.MissingSANsEntries
v0.1.0 - 2024-11-03
Initial package state
Add current code used in atc0005/check-cert
prototype to be used when
generating an encoded certificate chain metadata payload for inclusion in
plugin output.