Skip to content

5.0.10

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 10:10
· 135 commits to main since this release
b78fbba
  • Added OpenAPI support for std::unordered_set.

Changed

  • Service certificates and endorsements used for historical receipts now have a pathlen constraint of 1 instead of 0, reflecting the fact that there can be a single intermediate in endorsement chains. Historically the value had been 0, which happened to work because of a quirk in OpenSSL when Issuer and Subject match on an element in the chain.

Fixed

  • Services upgrading from 4.x to 5.x may accidentally change their service's subject name, resulting in cryptographic errors when verifying anything endorsed by the old subject name. The subject name field is now correctly populated and retained across joins, renewals, and disaster recoveries.