-
Notifications
You must be signed in to change notification settings - Fork 17
Remove RSA1_5 from Documentation example #88
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
Comments
Agree, we should replace RSA1_5 with RSA-OAEP where appropriate. |
A quick search also reveals RSA1_5 in a couple of tests and in src/cryptojwt/jwt.py and src/cryptojwt/jwk/wrap.py . |
@jschlyter is this intended to be closed or do we have to reopen until we fix what @rohe exposed in this thread? |
@peppelinux I suggest we create a new issue for the general cleanup, ok? |
As RSA 1.5 has been deprecated here:
#86
we should update the examples in the Documentation with another algorithm, eg: "RSA-OAEP" or any other.
The text was updated successfully, but these errors were encountered: