Skip to content

v1.2.29

Compare
Choose a tag to compare
@lestrrat lestrrat released this 07 Mar 03:00
· 339 commits to develop/v2 since this release
1025f8e

v1.2.29 07 Mar 2024

[Security]

  • [jwe] Added jwe.Settings(jwe.WithMaxDecompressBufferSize(int64)) to specify the
    maximum size of a decompressed JWE payload. The default value is 10MB. If you
    are compressing payloads greater than this, you need to explicitly set it.

    Unlike in v2, there is no way to set this globally. Please use v2 if this is required.