Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.8](https://github.com/structured-world/xml-sec/compare/v0.1.7...v0.1.8) - 2026-07-03

### Added

- *(xmldsig)* resolve X509 selectors
- *(xmldsig)* resolve ECKeyValue keys
- *(xmldsig)* resolve RSAKeyValue keys
- *(xmldsig)* wire default key resolver
- *(xmldsig)* add key resolver configuration
- *(xmldsig)* verify x509 certificate chains

### Documentation

- *(xmldsig)* clarify ECDSA curve compatibility

### Fixed

- *(xmldsig)* require every selector match
- *(xmldsig)* match configured chain selectors
- *(xmldsig)* require distinct selector anchor
- *(xmldsig)* select leaf across chain selectors
- *(xmldsig)* enforce selector cert policy
- *(xmldsig)* preserve malformed EC fallback
- *(xmldsig)* preserve invalid ECKeyValue fallback
- *(xmldsig)* preserve ECKeyValue decode failures
- *(xmldsig)* defer malformed ECKeyValue errors
- *(xmldsig)* continue after unusable ECKeyValue
- *(xmldsig)* keep ECKeyValue fallback non-fatal
- *(xmldsig)* bound crypto binary normalization
- *(xmldsig)* distinguish invalid public keys
- *(xmldsig)* validate named key material
- *(xmldsig)* validate rollover root linkage
- *(xmldsig)* replace rollover trust roots
- *(xmldsig)* validate x509 signing authority
- *(xmldsig)* enforce x509 issuer usage

## [0.1.7](https://github.com/structured-world/xml-sec/compare/v0.1.6...v0.1.7) - 2026-06-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xml-sec"
version = "0.1.7"
version = "0.1.8"
edition = "2024"
rust-version = "1.92"
license = "Apache-2.0"
Expand Down