Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWE arbitrary content compression #937

Merged

Commits on Apr 22, 2024

  1. Fix compression being omitted for JWEs with arbitrary content

    The JWE content was compressed only when claims was used as payload, but
    when using arbitrary content, the compression was omitted, while keeping
    the "zip" header field, leading to decompression failing.
    mnylen committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c83fbe9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    22b946f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Preserve the content name

    mnylen committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9e94665 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Fix name for JWE payload

    mnylen committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6d88e34 View commit details
    Browse the repository at this point in the history