You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.7.5] - 2026-02-15
11
+
10
12
### Added
11
13
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`])
13
15
14
16
### Changed
15
17
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`])
17
19
18
20
### Fixed
19
21
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`])
0 commit comments