python-jose
python-jose copied to clipboard
Algorithm RSA-OAEP
In Jose/backends/rsa_backend.py /
Line 19 states that the RSA-OAEP algorithm is no longer supported. However when using JWE, encrypting with RSA-OAEP algorithm still functions. Is RSA-OAEP not supported or is it? If RSA-OAEP should no longer be supported, why are you no longer supporting it?
