Skip to content

v0.1.4

Choose a tag to compare

@sw-release-bot sw-release-bot released this 04 Apr 19:20
· 44 commits to main since this release
2c54ae1

Added

  • (xmldsig) process manifest references

Documentation

  • (xmldsig) clarify manifest error semantics
  • (xmldsig) update process_reference rustdoc

Fixed

  • (xmldsig) match signed manifests by node identity
  • (xmldsig) gate manifest processing to signed refs
  • (xmldsig) refine manifest verdict contract
  • (xmldsig) harden manifest child validation
  • (xmldsig) classify manifest precheck failures accurately
  • (xmldsig) make manifest processing non-fatal
  • (xmldsig) clarify manifest reference diagnostics

Testing

  • (xmldsig) cover signed-object manifest path
  • (xmldsig) keep accepting-key manifest tests valid
  • (xmldsig) tighten manifest non-fatal contracts
  • (xmldsig) decouple manifest fixture from parser