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

Add RSA-OAEP-256 support #23

Closed
wants to merge 2 commits into from

Conversation

NJRBailey
Copy link

Adds support for RSA-OAEP-256 algorithm. Tested in RSpec and also with our company's testing RSA-OAEP-256 key pair.

@NJRBailey
Copy link
Author

Unfortunately, this is not a valid implementation. It seems that Ruby OpenSSL does not currently support changing the hash function for OAEP to SHA-256. We could use this dependency to get around that but would want input on that first.

@NJRBailey NJRBailey closed this Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant