Skip to content

Latest commit

 

History

History
111 lines (69 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

111 lines (69 loc) · 2.82 KB

Changelog

Overview

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!.

Types of changes

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

Changed

  • (GH-76) Adjust misordered chain logic
  • (GH-77) Refactor self-signed signature handling

v0.7.0 - 2024-12-03

Added

  • (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

Changed

  • (GH-67) Note why certs.MaxLifespanInDays truncates result

Fixed

  • (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

Changed

  • (GH-42) Add more WeakSignatureAlgorithm ref links

v0.6.0 - 2024-11-17

Added

  • (GH-39) Add WeakSignatureAlgorithm cert issues field

v0.5.0 - 2024-11-16

Added

  • (GH-34) Add Certifiates.SANsEntriesCount field
  • (GH-35) Add Certifiates.SignatureAlgorithm field

v0.4.0 - 2024-11-08

Changed

  • (GH-28) Replace MultipleLeafCerts with DuplicateCerts

v0.3.0 - 2024-11-06

Changed

  • (GH-23) Update ValidityPeriod* constants
  • (GH-24) Clarify fields which may not be populated

v0.2.0 - 2024-11-04

Added

  • (GH-21) Add CertificateChainIssues.MissingSANsEntries

v0.1.0 - 2024-11-03

Added

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.