Skip to content

Change JWE Algorithm from RSA-OAEP to RSA-OAEP-256 #288

@rdebusscher

Description

@rdebusscher

The specification says

Key management key algorithm which must be supported is https://tools.ietf.org/html/rfc7518#section-4.3[RSA-OAEP] (RSAES using Optimal Asymmetric Encryption Padding) with a key length 2048 bits or higher.

But RSA-OAEP uses SHA-1 which is considered unsafe. The spec (and the tests) should be updated to make use of RSA-OAEP-256 (makes use of SHA-256)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions