Skip to content

Commit 8ca8fd0

Browse files
committed
Release v0.7.5
1 parent b69caef commit 8ca8fd0

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.5] - 2026-02-15
11+
1012
### Added
1113

12-
- Add `ParseCertificatesAny()` for parsing certificates from DER, PEM, or PKCS#7 (`.p7c`) data — resolves AIA responses from DISA, FPKI, and bridge CAs that serve PKCS#7-wrapped cross-certificates
14+
- Add `ParseCertificatesAny()` for parsing certificates from DER, PEM, or PKCS#7 (`.p7c`) data — resolves AIA responses from DISA, FPKI, and bridge CAs that serve PKCS#7-wrapped cross-certificates ([`b69caef`])
1315

1416
### Changed
1517

16-
- **Breaking:** Remove `ParseCertificateAny()` — use `ParseCertificatesAny()` instead (returns all certificates, not just the first)
18+
- **Breaking:** Remove `ParseCertificateAny()` — use `ParseCertificatesAny()` instead (returns all certificates, not just the first) ([`b69caef`])
1719

1820
### Fixed
1921

20-
- Fix AIA resolution silently dropping certificates from PKCS#7 (`.p7c`) AIA responses — affects DISA `issuedto/*.p7c`, FPKI `caCertsIssuedTo*.p7c`, STRAC, Symantec bridge, and other CA endpoints
21-
- Fix `FetchAIACertificates()` (CLI bundle command) silently dropping extra certificates from PKCS#7 AIA responses
22+
- Fix AIA resolution silently dropping certificates from PKCS#7 (`.p7c`) AIA responses — affects DISA `issuedto/*.p7c`, FPKI `caCertsIssuedTo*.p7c`, STRAC, Symantec bridge, and other CA endpoints ([`b69caef`])
23+
- Fix `FetchAIACertificates()` (CLI bundle command) silently dropping extra certificates from PKCS#7 AIA responses ([`b69caef`])
2224

2325
## [0.7.4] - 2026-02-15
2426

@@ -361,7 +363,8 @@ Initial release.
361363
- PKCS#12, PKCS#7, and JKS encode/decode support
362364
- Homebrew distribution via GoReleaser
363365

364-
[Unreleased]: https://github.com/sensiblebit/certkit/compare/v0.7.4...HEAD
366+
[Unreleased]: https://github.com/sensiblebit/certkit/compare/v0.7.5...HEAD
367+
[0.7.5]: https://github.com/sensiblebit/certkit/compare/v0.7.4...v0.7.5
365368
[0.7.4]: https://github.com/sensiblebit/certkit/compare/v0.7.3...v0.7.4
366369
[0.7.3]: https://github.com/sensiblebit/certkit/compare/v0.7.2...v0.7.3
367370
[0.7.2]: https://github.com/sensiblebit/certkit/compare/v0.7.1...v0.7.2
@@ -389,6 +392,7 @@ Initial release.
389392
[0.1.1]: https://github.com/sensiblebit/certkit/compare/v0.1.0...v0.1.1
390393
[0.1.0]: https://github.com/sensiblebit/certkit/releases/tag/v0.1.0
391394

395+
[`b69caef`]: https://github.com/sensiblebit/certkit/commit/b69caef
392396
[`404e1d7`]: https://github.com/sensiblebit/certkit/commit/404e1d7
393397
[`847fe95`]: https://github.com/sensiblebit/certkit/commit/847fe95
394398
[`ee2749b`]: https://github.com/sensiblebit/certkit/commit/ee2749b

0 commit comments

Comments
 (0)