Skip to content

rage v0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 18:03
· 340 commits to main since this release
1160e06

rage

Security

  • Require age 0.8.1.

age

Security

  • age::Decryptor did not previously require "contributory" behaviour for X25519 recipient stanzas. If an age file has an X25519 recipient stanza with an ephemeral share that is a small-order point, the file could previously be decrypted by any native age identity. To ensure we match the behaviour in the age specification, these files are now rejected as invalid.

Fixed

  • age::Decryptor now rejects invalid or non-canonical X25519 recipient stanzas (instead of ignoring or accepting them respectively), matching the age specification.