Skip to content

Release version 2.4.3

Compare
Choose a tag to compare
@wussler wussler released this 24 Feb 21:02
· 300 commits to main since this release
6495eca

Security

  • Fixed incorrect MDC parsing for session key decryption

Changed

  • SeparateKeyAndData is now implemented in a more generic way, by checking for the location in the bytes of the last session key packet, then splitting the binary message after that point.

Fixed

  • SeparateKeyAndData now correctly parses AEAD packets.
  • (ap *AttachmentProcessor) Finish() now returns encryption errors correctly.