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

Remove ES256K support #556

Merged
merged 2 commits into from
Mar 18, 2022
Merged

Remove ES256K support #556

merged 2 commits into from
Mar 18, 2022

Conversation

poovamraj
Copy link
Contributor

Changes

We have internally decided to remove ES256K algorithm since it has been disabled in Java 15+

We have removed ES256K construction methods from Algorithm method
We have removed related tests, support files for tests and related constants

We have not updated the README notice since it would be better for it to be there for sometime

References

https://www.oracle.com/java/technologies/javase/15-relnote-issues.html#JDK-8237219

Testing

Removed ES256K alg to identify all the compiler errors in test.
Removed related files and constants were tested manually.

@poovamraj poovamraj requested a review from a team as a code owner March 18, 2022 10:49
@poovamraj poovamraj added this to the v4-Beta milestone Mar 18, 2022
@poovamraj poovamraj merged commit 499f481 into v4-dev Mar 18, 2022
@poovamraj poovamraj modified the milestones: v4-Beta, 4.0.0-beta.0 May 6, 2022
@evansims evansims deleted the remove-es256k-support branch July 5, 2022 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants